THP control tolerance changed to 1.e4

to fix some convergence problem.
This commit is contained in:
Kai Bao 2018-11-17 23:38:20 +01:00
parent c994a99583
commit bba373c0b5

View File

@ -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;