making the updateWellControl to WellInterface

instead of having two of them in StandardWell and MultisegmentWell
This commit is contained in:
Kai Bao
2017-09-05 09:42:44 +02:00
parent 553eeaaa82
commit 47c7c54548
6 changed files with 66 additions and 141 deletions

View File

@@ -188,8 +188,8 @@ namespace Opm
virtual void updateWellStateWithTarget(const int current,
WellState& xw) const = 0;
virtual void updateWellControl(WellState& xw,
wellhelpers::WellSwitchingLogger& logger) const = 0;
void updateWellControl(WellState& xw,
wellhelpers::WellSwitchingLogger& logger) const;
virtual void updatePrimaryVariables(const WellState& well_state) const = 0;