mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
cleaning up a few fucntions in StandardWellsDense
to remove the implementation implemented in StandardWell already.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user