mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 02:00:59 -06:00
Merge pull request #3906 from totto82/regMSW100
change default reg factor for MSW to 100
This commit is contained in:
commit
7512c0c247
@ -284,7 +284,7 @@ struct StrictInnerIterWells<TypeTag, TTag::FlowModelParameters> {
|
|||||||
template<class TypeTag>
|
template<class TypeTag>
|
||||||
struct RegularizationFactorMsw<TypeTag, TTag::FlowModelParameters> {
|
struct RegularizationFactorMsw<TypeTag, TTag::FlowModelParameters> {
|
||||||
using type = GetPropType<TypeTag, Scalar>;
|
using type = GetPropType<TypeTag, Scalar>;
|
||||||
static constexpr type value = 1;
|
static constexpr type value = 100;
|
||||||
};
|
};
|
||||||
template<class TypeTag>
|
template<class TypeTag>
|
||||||
struct EnableWellOperabilityCheck<TypeTag, TTag::FlowModelParameters> {
|
struct EnableWellOperabilityCheck<TypeTag, TTag::FlowModelParameters> {
|
||||||
|
Loading…
Reference in New Issue
Block a user