From 511b74953cd7714eb4a5c81ae8cb263f59ecb8e2 Mon Sep 17 00:00:00 2001 From: Timo Koch <timo.koch@iws.uni-stuttgart.de> Date: Sun, 13 Mar 2016 15:31:07 +0100 Subject: [PATCH] [test][3p][fix] Correct temperature for H2O tables Results in immense speedup of the test of about 80%. --- test/porousmediumflow/3p/implicit/infiltration3pproblem.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/porousmediumflow/3p/implicit/infiltration3pproblem.hh b/test/porousmediumflow/3p/implicit/infiltration3pproblem.hh index 2ade18de28..b54bbab5d4 100644 --- a/test/porousmediumflow/3p/implicit/infiltration3pproblem.hh +++ b/test/porousmediumflow/3p/implicit/infiltration3pproblem.hh @@ -142,7 +142,7 @@ public: , eps_(1e-6) { temperature_ = 273.15 + 10.0; // -> 10 degrees Celsius - FluidSystem::init( 272.15, 274.15, 3, 8e4, 3e5, 200); + FluidSystem::init(282.15, 284.15, 3, 8e4, 3e5, 200); name_ = GET_RUNTIME_PARAM(TypeTag, std::string, Problem.Name); } -- GitLab