updating well control during iterateWellEquations in MSW

This commit is contained in:
Kai Bao
2019-05-10 14:56:20 +02:00
parent 2d27226538
commit 8c96aeebbe
3 changed files with 5 additions and 2 deletions

View File

@@ -1853,6 +1853,9 @@ namespace Opm
updateWellState(dx_well, well_state, deferred_logger, relaxation_factor);
// TODO: should we do something more if a switching of control happens
this->updateWellControl(ebosSimulator, well_state, deferred_logger);
initPrimaryVariablesEvaluation();
}