mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-26 00:06:59 -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>
|
||||
struct MinTimeStepBeforeShuttingProblematicWellsInDays<TypeTag, TTag::FlowTimeSteppingParameters> {
|
||||
using type = GetPropType<TypeTag, Scalar>;
|
||||
static constexpr type value = 0.001;
|
||||
static constexpr type value = 0.01;
|
||||
};
|
||||
|
||||
} // namespace Opm::Properties
|
||||
|
Loading…
Reference in New Issue
Block a user