mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #4289 from akva2/fix_thp_regression
fix regression in wells
This commit is contained in:
@@ -1918,6 +1918,7 @@ namespace Opm
|
||||
this->maxPerfPress(ebos_simulator),
|
||||
this->getRefDensity(),
|
||||
alq_value,
|
||||
this->getTHPConstraint(summary_state),
|
||||
deferred_logger);
|
||||
|
||||
if (bhpAtLimit)
|
||||
@@ -1938,6 +1939,7 @@ namespace Opm
|
||||
this->maxPerfPress(ebos_simulator),
|
||||
this->getRefDensity(),
|
||||
alq_value,
|
||||
this->getTHPConstraint(summary_state),
|
||||
deferred_logger);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user