mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
change default reg factor for MSW to 100
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user