24#ifndef DUMUX_BINARY_COEFF_N2_O2_HH
25#define DUMUX_BINARY_COEFF_N2_O2_HH
34namespace BinaryCoeff {
47 template <
class Scalar>
50 DUNE_THROW(Dune::NotImplemented,
"henry coefficient for oxygen in liquid nitrogen");
60 template <
class Scalar>
67 const Scalar SigmaNu[2] = { 18.1 , 16.3 };
69 const Scalar M[2] = { N2::molarMass()*1e3, O2::molarMass()*1e3 };
78 template <
class Scalar>
81 DUNE_THROW(Dune::NotImplemented,
"diffusion coefficient for liquid oxygen and nitrogen");
Various relations for molecular diffusion coefficients.
The IAPWS formulation of Henry coefficients in water.
Properties of pure molecular nitrogen .
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
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
std::string pressure(int phaseIdx) noexcept
I/O name of pressure for multiphase systems.
Definition: name.hh:34
Binary coefficients for nitrogen and oxygen.
Definition: n2_o2.hh:41
static Scalar gasDiffCoeff(Scalar temperature, Scalar pressure)
Binary diffusion coefficient for molecular oxygen in liquid nitrogen.
Definition: n2_o2.hh:61
static Scalar liquidDiffCoeff(Scalar temperature, Scalar pressure)
Diffusion coefficient for molecular oxygen in liquid nitrogen.
Definition: n2_o2.hh:79
static Scalar henry(Scalar temperature)
Henry coefficient for molecular oxygen in liquid nitrogen.
Definition: n2_o2.hh:48
Properties of pure molecular nitrogen .
Definition: n2.hh:47
Properties of pure molecular oxygen .
Definition: o2.hh:47