mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-11 08:51:55 -06:00
THP control tolerance changed to 1.e4
to fix some convergence problem.
This commit is contained in:
parent
c994a99583
commit
bba373c0b5
@ -1871,7 +1871,7 @@ namespace Opm
|
||||
switch(well_controls_get_current_type(well_controls_)) {
|
||||
case THP:
|
||||
type = CR::WellFailure::Type::ControlTHP;
|
||||
control_tolerance = 1.e3; // 0.01 bar
|
||||
control_tolerance = 1.e4; // 0.1 bar
|
||||
break;
|
||||
case BHP: // pressure type of control
|
||||
type = CR::WellFailure::Type::ControlBHP;
|
||||
|
Loading…
Reference in New Issue
Block a user