From 359915819b583526f8cec2e4701b18052186a175 Mon Sep 17 00:00:00 2001 From: Kai Bao Date: Tue, 14 Jan 2025 12:57:21 +0100 Subject: [PATCH] changing the default FlashTolerance to be 1.e-8 the original value 1.e-12 is never used with the code before. --- opm/models/ptflash/flashmodel.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/models/ptflash/flashmodel.hh b/opm/models/ptflash/flashmodel.hh index 83644c113..f348523af 100644 --- a/opm/models/ptflash/flashmodel.hh +++ b/opm/models/ptflash/flashmodel.hh @@ -231,7 +231,7 @@ public: ("Method for solving vapor-liquid composition. Available options include: " "ssi, newton, ssi+newton"); - Parameters::SetDefault>(1e-12); + Parameters::SetDefault>(1.e-8); Parameters::SetDefault(true); // since thermodynamic hints are basically free if the cache for intensive quantities is