mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
THP control tolerance changed to 1.e4
to fix some convergence problem.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user