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

@@ -104,11 +104,6 @@ namespace Opm
virtual void updateWellStateWithTarget(const int current,
WellState& well_state) const;
// TODO: this should go to the WellInterface, while updateWellStateWithTarget
// will need touch different types of well_state, we will see.
virtual void updateWellControl(WellState& well_state,
wellhelpers::WellSwitchingLogger& logger) const;
/// check whether the well equations get converged for this well
virtual ConvergenceReport getWellConvergence(Simulator& ebosSimulator,
const std::vector<double>& B_avg,