24#ifndef DUMUX_BINARY_COEFF_H2O_CH4_HH
25#define DUMUX_BINARY_COEFF_H2O_CH4_HH
34namespace BinaryCoeff {
53 template <
class Scalar>
56 const Scalar E = 2215.6977;
57 const Scalar F = -0.1089;
58 const Scalar G = -6.6240;
59 const Scalar H = 4.6789;
70 template <
class Scalar>
80 const Scalar SigmaNu[2] = { 13.1 , 25.14 };
82 const Scalar M[2] = { H2O::molarMass()*Scalar(1e3), CH4::molarMass()*Scalar(1e3) };
100 template <
class Scalar>
Various relations for molecular diffusion coefficients.
The IAPWS formulation of Henry coefficients in water.
Material properties of pure water .
Scalar fullerMethod(const Scalar *M, const Scalar *SigmaNu, const Scalar temperature, const Scalar pressure)
Estimate binary diffusion coefficients in gases according to the method by Fuller.
Definition: fullermethod.hh:48
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
std::string temperature() noexcept
I/O name of temperature for equilibrium models.
Definition: name.hh:51
std::string pressure(int phaseIdx) noexcept
I/O name of pressure for multiphase systems.
Definition: name.hh:34
Binary coefficients for water and methane.
Definition: h2o_ch4.hh:41
static Scalar liquidDiffCoeff(Scalar temperature, Scalar pressure)
Diffusion coefficient for molecular methane in liquid water.
Definition: h2o_ch4.hh:101
static Scalar gasDiffCoeff(Scalar temperature, Scalar pressure)
Binary diffusion coefficient for molecular water in methane.
Definition: h2o_ch4.hh:71
static Scalar henry(Scalar temperature)
Henry coefficient for molecular methane in liquid water.
Definition: h2o_ch4.hh:54
Properties of pure molecular methane .
Definition: ch4.hh:46
Material properties of pure water .
Definition: h2o.hh:60