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:
Kai Bao
2023-06-26 14:18:02 +02:00
parent b50c404247
commit cacec2739c
5 changed files with 12 additions and 12 deletions

View File

@@ -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)