Add option for explicit vfp lookup for problmatic wells

This commit is contained in:
Tor Harald Sandve
2022-02-22 15:25:10 +01:00
parent b3a9253de1
commit b1b23a57de
11 changed files with 86 additions and 12 deletions

View File

@@ -88,6 +88,7 @@ public:
// whether the well is operable
bool isOperableAndSolvable() const;
bool vfpExplicit () const;
void initCompletions();
void closeCompletions(const WellTestState& wellTestState);
@@ -265,6 +266,8 @@ protected:
bool has_negative_potentials = false;
//thp limit violated but not switched
mutable bool thp_limit_violated_but_not_switched = false;
bool vfpexplicit = false;
};
OperabilityStatus operability_status_;