mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
cleaning up some more stuff unused in StandardWellsDense
This commit is contained in:
@@ -208,8 +208,6 @@ enum WellVariablePositions {
|
||||
/// return true if wells are available on this process
|
||||
bool localWellsActive() const;
|
||||
|
||||
int numWellVars() const;
|
||||
|
||||
/// Density of each well perforation
|
||||
const std::vector<double>& wellPerforationDensities() const;
|
||||
|
||||
@@ -241,11 +239,6 @@ enum WellVariablePositions {
|
||||
void computeWellConnectionPressures(const Simulator& ebosSimulator,
|
||||
const WellState& xw);
|
||||
|
||||
void updateWellState(const BVector& dwells,
|
||||
WellState& well_state) const;
|
||||
|
||||
|
||||
|
||||
void updateWellControls(WellState& xw) const;
|
||||
|
||||
/// upate the dynamic lists related to economic limits
|
||||
@@ -336,7 +329,6 @@ enum WellVariablePositions {
|
||||
std::vector<double> wells_bore_diameter_;
|
||||
|
||||
std::vector<EvalWell> wellVariables_;
|
||||
std::vector<double> F0_;
|
||||
|
||||
BVector resWell_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user