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:
@@ -155,6 +155,11 @@ namespace Opm
|
||||
WellState& well_state,
|
||||
bool only_wells) = 0;
|
||||
|
||||
virtual void updateWellStateWithTarget(const int current,
|
||||
WellState& xw) const = 0;
|
||||
|
||||
virtual void updateWellControl(WellState& xw) const = 0;
|
||||
|
||||
protected:
|
||||
// TODO: some variables shared by all the wells should be made static
|
||||
// well name
|
||||
|
||||
Reference in New Issue
Block a user