mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
keep msw wells open even if bhp from thp fails
This commit is contained in:
parent
a7664f9ea6
commit
90050372ae
@ -2574,8 +2574,11 @@ namespace Opm
|
|||||||
deferred_logger.debug(msg);
|
deferred_logger.debug(msg);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
this->operability_status_.can_obtain_bhp_with_thp_limit = false;
|
// Shutting wells that can not find bhp value from thp may results in
|
||||||
this->operability_status_.obey_bhp_limit_with_thp_limit = false;
|
// too early shutting of the well during startup of new wells.
|
||||||
|
// Lets try to keep them open.
|
||||||
|
//this->operability_status_.can_obtain_bhp_with_thp_limit = false;
|
||||||
|
//this->operability_status_.obey_bhp_limit_with_thp_limit = false;
|
||||||
if (!this->wellIsStopped()) {
|
if (!this->wellIsStopped()) {
|
||||||
const double thp_limit = this->getTHPConstraint(summaryState);
|
const double thp_limit = this->getTHPConstraint(summaryState);
|
||||||
deferred_logger.debug(" could not find bhp value at thp limit "
|
deferred_logger.debug(" could not find bhp value at thp limit "
|
||||||
|
Loading…
Reference in New Issue
Block a user