Skip to content
Snippets Groups Projects
Commit 511b7495 authored by Timo Koch's avatar Timo Koch
Browse files

[test][3p][fix] Correct temperature for H2O tables

Results in immense speedup of the test of about 80%.
parent 61467689
No related branches found
No related tags found
1 merge request!112[test][3p][fix] Correct temperature for H2O tables
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment