mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -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,
|
bool stopppedOrZeroRateTarget(const SummaryState& summary_state,
|
||||||
const WellState& well_state) const;
|
const WellState& well_state) const;
|
||||||
|
|
||||||
|
double wellEfficiencyFactor() const
|
||||||
|
{ return well_efficiency_factor_; }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
bool getAllowCrossFlow() const;
|
bool getAllowCrossFlow() const;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user