24#ifndef DUMUX_BINARY_COEFF_H2O_O2_HH
25#define DUMUX_BINARY_COEFF_H2O_O2_HH
34namespace BinaryCoeff {
47 template <
class Scalar>
50 const Scalar E = 2305.0674;
51 const Scalar F = -11.3240;
52 const Scalar G = 25.3224;
53 const Scalar H = -15.6449;
65 template <
class Scalar>
72 const Scalar SigmaNu[2] = { 13.1 , 16.3 };
74 const Scalar M[2] = { H2O::molarMass()*1e3, O2::molarMass()*1e3 };
96 template <
class Scalar>
99 const Scalar Texp = 273.15 + 25;
100 const Scalar Dexp = 2.2e-9;
Various relations for molecular diffusion coefficients.
The IAPWS formulation of Henry coefficients in water.
Material properties of pure water .
Properties of pure molecular oxygen .
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 oxygen.
Definition: h2o_o2.hh:41
static Scalar gasDiffCoeff(Scalar temperature, Scalar pressure)
Binary diffusion coefficient for molecular water and oxygen.
Definition: h2o_o2.hh:66
static Scalar henry(Scalar temperature)
Henry coefficient for molecular oxygen in liquid water.
Definition: h2o_o2.hh:48
static Scalar liquidDiffCoeff(Scalar temperature, Scalar pressure)
Diffusion coefficient for molecular oxygen in liquid water.
Definition: h2o_o2.hh:97
Material properties of pure water .
Definition: h2o.hh:61
Properties of pure molecular oxygen .
Definition: o2.hh:47