mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-11 13:45:34 -06:00
WellInterfaceGeneric: add accessor for well_efficiency_factor
This commit is contained in:
parent
d1a2d27acb
commit
41a38cc9d6
@ -197,6 +197,10 @@ public:
|
||||
|
||||
bool stopppedOrZeroRateTarget(const SummaryState& summary_state,
|
||||
const WellState& well_state) const;
|
||||
|
||||
double wellEfficiencyFactor() const
|
||||
{ return well_efficiency_factor_; }
|
||||
|
||||
protected:
|
||||
bool getAllowCrossFlow() const;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user