mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
bring setWSolvent closer to original code
by introducing a getter for generic wells
This commit is contained in:
@@ -243,7 +243,6 @@ protected:
|
||||
void setWsolvent(const Group& group,
|
||||
const int reportStepIdx,
|
||||
double wsolvent);
|
||||
virtual void setWellWsolvent(const std::string& name, double wsolvent) = 0;
|
||||
virtual void calcRates(const int fipnum,
|
||||
const int pvtreg,
|
||||
std::vector<double>& resv_coeff) = 0;
|
||||
@@ -369,6 +368,9 @@ protected:
|
||||
WGState active_wgstate_;
|
||||
WGState last_valid_wgstate_;
|
||||
WGState nupcol_wgstate_;
|
||||
|
||||
private:
|
||||
WellInterfaceGeneric* getGenWell(const std::string& well_name);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user