Skip to content
Snippets Groups Projects
Commit c5e14e3f authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

Merge branch 'fix/3ptest-h2o-table-size' into 'master'

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

Results in immense speedup of the test of about 80%.

See merge request !112
parents 61467689 511b7495
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: ...@@ -142,7 +142,7 @@ public:
, eps_(1e-6) , eps_(1e-6)
{ {
temperature_ = 273.15 + 10.0; // -> 10 degrees Celsius 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); 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