mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
moving the inj_multiplier to BlackoilWellModelGeneric
to handle the situation that a well can be `SHUT` in the Schedule. If stored in PerfData, when a well is `SHUT`, the inforamtion related to WINJMULT will be discarded. Before we want to change how the `PerfData` works, storing `inj_multiplier` in BlackoilWellModelGeneric is the viable approach.
This commit is contained in:
@@ -177,7 +177,7 @@ add_test_compare_parallel_simulation(CASENAME winjmult_msw
|
||||
FILENAME WINJMULT_MSW
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL 0.21
|
||||
REL_TOL 0.12
|
||||
DIR winjmult
|
||||
TEST_ARGS --enable-tuning=true)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user