mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
removing the current argument in updateWellStateWithTarget
and some other cleaning up.
This commit is contained in:
@@ -121,8 +121,7 @@ namespace Opm
|
||||
|
||||
/// updating the well state based the control mode specified with current
|
||||
// TODO: later will check wheter we need current
|
||||
virtual void updateWellStateWithTarget(const int current,
|
||||
WellState& well_state) const;
|
||||
virtual void updateWellStateWithTarget(WellState& well_state) const;
|
||||
|
||||
/// check whether the well equations get converged for this well
|
||||
virtual ConvergenceReport getWellConvergence(const std::vector<double>& B_avg) const;
|
||||
|
||||
Reference in New Issue
Block a user