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:
Kai Bao
2016-10-27 14:46:52 +02:00
parent 0f3e34bb25
commit 8474ff2895
4 changed files with 6 additions and 4 deletions

View File

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