mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fixing all the simulators that call solveWellEq.
Not all the group control functionalities working for allt the simulators. Some need to be fixed later.
This commit is contained in:
@@ -542,7 +542,7 @@ namespace Opm {
|
||||
wellModel().extractWellPerfProperties(state, sd_.rq, mob_perfcells, b_perfcells);
|
||||
if (param_.solve_welleq_initially_ && initial_assembly) {
|
||||
// solve the well equations as a pre-processing step
|
||||
Base::solveWellEq(mob_perfcells, b_perfcells, state, well_state);
|
||||
Base::solveWellEq(mob_perfcells, b_perfcells, reservoir_state, state, well_state);
|
||||
}
|
||||
|
||||
V aliveWells;
|
||||
|
||||
Reference in New Issue
Block a user