mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-27 09:40: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>
|
||||
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> {
|
||||
|
Loading…
Reference in New Issue
Block a user