WellInterfaceGeneric: add accessor for well_efficiency_factor

This commit is contained in:
Arne Morten Kvarving 2023-05-11 10:50:40 +02:00
parent d1a2d27acb
commit 41a38cc9d6

View File

@ -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;