change default reg factor for MSW to 100

This commit is contained in:
Tor Harald Sandve
2022-05-02 09:41:43 +02:00
parent 26c7055b9e
commit 6bf90c9ebe

View File

@@ -284,7 +284,7 @@ struct StrictInnerIterWells<TypeTag, TTag::FlowModelParameters> {
template<class TypeTag>
struct RegularizationFactorMsw<TypeTag, TTag::FlowModelParameters> {
using type = GetPropType<TypeTag, Scalar>;
static constexpr type value = 1;
static constexpr type value = 100;
};
template<class TypeTag>
struct EnableWellOperabilityCheck<TypeTag, TTag::FlowModelParameters> {