Merge pull request #4054 from totto82/gasliftthplim

Allow for gaslift for wells that violate thp limit but are not allowed to switch
This commit is contained in:
Atgeirr Flø Rasmussen
2022-10-17 15:15:49 +02:00
committed by GitHub
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);