From af9a500b98d857f7eb256bb4cdf9b711f5f6646b Mon Sep 17 00:00:00 2001 From: Kai Bao Date: Fri, 12 Apr 2019 10:30:50 +0200 Subject: [PATCH] setting UseMultisegmentWell to be false by default --- opm/autodiff/BlackoilModelParametersEbos.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/autodiff/BlackoilModelParametersEbos.hpp b/opm/autodiff/BlackoilModelParametersEbos.hpp index f9a86bd30..66fd9975c 100644 --- a/opm/autodiff/BlackoilModelParametersEbos.hpp +++ b/opm/autodiff/BlackoilModelParametersEbos.hpp @@ -64,7 +64,7 @@ SET_SCALAR_PROP(FlowModelParameters, ToleranceCnvRelaxed, 1e9); SET_SCALAR_PROP(FlowModelParameters, ToleranceWells, 1e-4); SET_SCALAR_PROP(FlowModelParameters, ToleranceWellControl, 1e-7); SET_INT_PROP(FlowModelParameters, MaxWelleqIter, 30); -SET_BOOL_PROP(FlowModelParameters, UseMultisegmentWell, true); +SET_BOOL_PROP(FlowModelParameters, UseMultisegmentWell, false); SET_SCALAR_PROP(FlowModelParameters, MaxSinglePrecisionDays, 20.0); SET_INT_PROP(FlowModelParameters, MaxStrictIter, 8); SET_BOOL_PROP(FlowModelParameters, SolveWelleqInitially, true);