Allow for gaslift for wells that violate thp limit but are not allowed to switch

This commit is contained in:
Tor Harald Sandve
2022-09-02 12:11:39 +02:00
parent 42ef6ed9de
commit b072cc1d5d
6 changed files with 28 additions and 17 deletions

View File

@@ -91,6 +91,7 @@ public:
// whether the well is operable
bool isOperableAndSolvable() const;
bool useVfpExplicit () const;
bool thpLimitViolatedButNotSwitched() const;
void initCompletions();
void closeCompletions(const WellTestState& wellTestState);