mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -294,6 +294,8 @@ enum WellVariablePositions {
|
||||
|
||||
void applyVREPGroupControl(WellState& well_state) const;
|
||||
|
||||
void updateGroupControls(WellState& well_state) const;
|
||||
|
||||
protected:
|
||||
bool wells_active_;
|
||||
const Wells* wells_;
|
||||
|
||||
Reference in New Issue
Block a user