cleaning up a few fucntions in StandardWellsDense

to remove the implementation implemented in StandardWell already.
This commit is contained in:
Kai Bao
2017-06-28 11:15:04 +02:00
parent fb5fa836c0
commit d535157b1a
5 changed files with 39 additions and 426 deletions

View File

@@ -126,12 +126,12 @@ namespace Opm
WellState& well_state) const;
// TODO: later will check wheter we need current
void updateWellStateWithTarget(const int current,
WellState& xw) const;
virtual void updateWellStateWithTarget(const int current,
WellState& xw) const;
// TODO: this should go to the WellInterface, while updateWellStateWithTarget
// will need touch different types of well_state, we will see.
void updateWellControl(WellState& xw) const;
virtual void updateWellControl(WellState& xw) const;
virtual bool getWellConvergence(Simulator& ebosSimulator,
const std::vector<double>& B_avg,