mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Avoid switching to thp control if it results in higher rates
This commit is contained in:
@@ -262,6 +262,8 @@ protected:
|
||||
bool solvable = true;
|
||||
// the well have non positive potentials
|
||||
bool has_negative_potentials = false;
|
||||
//thp limit violated but not switched
|
||||
mutable bool thp_limit_violated_but_not_switched = false;
|
||||
};
|
||||
|
||||
OperabilityStatus operability_status_;
|
||||
|
||||
Reference in New Issue
Block a user