From 38a394dcc21931a2008c1730af7f49f7f7dc4614 Mon Sep 17 00:00:00 2001 From: Tor Harald Sandve Date: Tue, 2 Feb 2021 09:28:26 +0100 Subject: [PATCH] change default MinTimeStepBeforeShuttingProblematicWellsInDays to 0.01 --- opm/simulators/timestepping/AdaptiveTimeSteppingEbos.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/simulators/timestepping/AdaptiveTimeSteppingEbos.hpp b/opm/simulators/timestepping/AdaptiveTimeSteppingEbos.hpp index 5cd71b3aa..68fa469dc 100644 --- a/opm/simulators/timestepping/AdaptiveTimeSteppingEbos.hpp +++ b/opm/simulators/timestepping/AdaptiveTimeSteppingEbos.hpp @@ -204,7 +204,7 @@ struct TimeStepControlFileName { template struct MinTimeStepBeforeShuttingProblematicWellsInDays { using type = GetPropType; - static constexpr type value = 0.001; + static constexpr type value = 0.01; }; } // namespace Opm::Properties