changed: move isPressureControlled to WellInterfaceGeneric

no typetag dependence. also no need for this to be virtual
This commit is contained in:
Arne Morten Kvarving
2022-11-04 14:20:14 +01:00
parent c8813a4dd0
commit 26d9f18687
4 changed files with 16 additions and 30 deletions

View File

@@ -193,6 +193,8 @@ public:
WellTestState& wellTestState,
DeferredLogger& deferred_logger) const;
bool isPressureControlled(const WellState& well_state) const;
protected:
bool getAllowCrossFlow() const;