mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
change default MinTimeStepBeforeShuttingProblematicWellsInDays to 0.01
This commit is contained in:
parent
d693c3da42
commit
38a394dcc2
@ -204,7 +204,7 @@ struct TimeStepControlFileName<TypeTag, TTag::FlowTimeSteppingParameters> {
|
|||||||
template<class TypeTag>
|
template<class TypeTag>
|
||||||
struct MinTimeStepBeforeShuttingProblematicWellsInDays<TypeTag, TTag::FlowTimeSteppingParameters> {
|
struct MinTimeStepBeforeShuttingProblematicWellsInDays<TypeTag, TTag::FlowTimeSteppingParameters> {
|
||||||
using type = GetPropType<TypeTag, Scalar>;
|
using type = GetPropType<TypeTag, Scalar>;
|
||||||
static constexpr type value = 0.001;
|
static constexpr type value = 0.01;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace Opm::Properties
|
} // namespace Opm::Properties
|
||||||
|
Loading…
Reference in New Issue
Block a user