From 6bf90c9ebef65a1a34355370cd14822539ba9e8f Mon Sep 17 00:00:00 2001 From: Tor Harald Sandve Date: Mon, 2 May 2022 09:41:43 +0200 Subject: [PATCH] change default reg factor for MSW to 100 --- opm/simulators/flow/BlackoilModelParametersEbos.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/simulators/flow/BlackoilModelParametersEbos.hpp b/opm/simulators/flow/BlackoilModelParametersEbos.hpp index 3fe292105..c0f07caa6 100644 --- a/opm/simulators/flow/BlackoilModelParametersEbos.hpp +++ b/opm/simulators/flow/BlackoilModelParametersEbos.hpp @@ -284,7 +284,7 @@ struct StrictInnerIterWells { template struct RegularizationFactorMsw { using type = GetPropType; - static constexpr type value = 1; + static constexpr type value = 100; }; template struct EnableWellOperabilityCheck {