From b0101647a1a82cf92aa7d19b634330e03de58c90 Mon Sep 17 00:00:00 2001 From: Tor Harald Sandve Date: Mon, 27 Aug 2018 11:54:32 +0200 Subject: [PATCH] Change default ToleranceMB from 1e-5 to 1e-6 --- 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 496fcfe17..da31cd5a7 100644 --- a/opm/autodiff/BlackoilModelParametersEbos.hpp +++ b/opm/autodiff/BlackoilModelParametersEbos.hpp @@ -65,7 +65,7 @@ SET_SCALAR_PROP(FlowModelParameters, DrMaxRel, 1e9); SET_SCALAR_PROP(FlowModelParameters, DbhpMaxRel, 1.0); SET_SCALAR_PROP(FlowModelParameters, DwellFractionMax, 0.2); SET_SCALAR_PROP(FlowModelParameters, MaxResidualAllowed, 1e7); -SET_SCALAR_PROP(FlowModelParameters, ToleranceMb, 1e-5); +SET_SCALAR_PROP(FlowModelParameters, ToleranceMb, 1e-6); SET_SCALAR_PROP(FlowModelParameters, ToleranceCnv,1e-2); SET_SCALAR_PROP(FlowModelParameters, ToleranceCnvRelaxed, 1e9); SET_SCALAR_PROP(FlowModelParameters, ToleranceWells, 1e-4);