diff --git a/opm/simulators/flow/FlowProblemComp.hpp b/opm/simulators/flow/FlowProblemComp.hpp index b5aa0d43f..13edcefce 100644 --- a/opm/simulators/flow/FlowProblemComp.hpp +++ b/opm/simulators/flow/FlowProblemComp.hpp @@ -93,6 +93,9 @@ public: static void registerParameters() { FlowProblemType::registerParameters(); + + // tighter tolerance is needed for compositional modeling here + Parameters::SetDefault>(1e-7); }