diff --git a/opm/simulators/flow/BlackoilModelParametersEbos.hpp b/opm/simulators/flow/BlackoilModelParametersEbos.hpp index 4a8631e2d..3fe292105 100644 --- a/opm/simulators/flow/BlackoilModelParametersEbos.hpp +++ b/opm/simulators/flow/BlackoilModelParametersEbos.hpp @@ -267,7 +267,7 @@ struct MaxInnerIterWells { }; template struct ShutUnsolvableWells { - static constexpr bool value = false; + static constexpr bool value = true; }; template struct AlternativeWellRateInit { @@ -275,7 +275,7 @@ struct AlternativeWellRateInit { }; template struct StrictOuterIterWells { - static constexpr int value = 99; + static constexpr int value = 6; }; template struct StrictInnerIterWells { @@ -297,12 +297,12 @@ struct EnableWellOperabilityCheckIter { template struct RelaxedWellFlowTol { using type = GetPropType; - static constexpr type value = 1; + static constexpr type value = 1e-3; }; template struct RelaxedPressureTolMsw { using type = GetPropType; - static constexpr type value = 0.5e5; + static constexpr type value = 1.0e4; }; template struct MaximumNumberOfWellSwitches {