adding updateGroupControls() to StandardWellsDense

which separates the group control related operations. The group control
has to be handled in the level of all wells, which makes more functions
of the well class to be visible outside.
This commit is contained in:
Kai Bao
2017-06-28 13:46:01 +02:00
parent d535157b1a
commit 229244142f
3 changed files with 34 additions and 43 deletions

View File

@@ -1825,12 +1825,6 @@ namespace Opm
invDuneD_.mv(resWell_, dx_well);
updateWellState(dx_well, param, well_state);
// updateWellControls uses communication
// Therefore the following is executed if there
// are active wells anywhere in the global domain.
updateWellControl(well_state);
setWellVariables(well_state);
}
}