24#ifndef DUMUX_HENRY_IAPWS_HH
25#define DUMUX_HENRY_IAPWS_HH
51template <
class Scalar>
68 static const Scalar c[6] = {
69 1.99274064, 1.09965342, -0.510839303,
70 -1.75493479,-45.5170352, -6.7469445e5
72 static const Scalar d[6] = {
74 16/3.0, 43/3.0, 110/3.0
76 static const Scalar q = -0.023767;
80 for (
int i = 0; i < 6; ++i) {
81 f += c[i]*pow(tau, d[i]);
93 return exp(exponent)*H2O::vaporPressure(
temperature);
Material properties of pure water .
Scalar henryIAPWS(Scalar E, Scalar F, Scalar G, Scalar H, Scalar temperature)
The Henry constants in liquid water using the IAPWS 2004 formulation.
Definition: henryiapws.hh:52
make the local view function available whenever we use the grid geometry
Definition: adapt.hh:29
std::string temperature() noexcept
I/O name of temperature for equilibrium models.
Definition: name.hh:51
Material properties of pure water .
Definition: h2o.hh:61