Merge pull request #3906 from totto82/regMSW100

change default reg factor for MSW to 100
This commit is contained in:
Bård Skaflestad 2022-06-13 20:15:33 +02:00 committed by GitHub
commit 7512c0c247
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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> {