12#ifndef DUMUX_BINARY_COEFF_N2_O2_HH 
   13#define DUMUX_BINARY_COEFF_N2_O2_HH 
   34    template <
class Scalar>
 
   35    static Scalar 
henry(Scalar temperature)
 
   37        DUNE_THROW(Dune::NotImplemented, 
"henry coefficient for oxygen in liquid nitrogen");
 
 
   47    template <
class Scalar>
 
   54        const Scalar SigmaNu[2] = { 18.1 ,  16.3  };
 
   56        const Scalar M[2] = { N2::molarMass()*1e3, O2::molarMass()*1e3 };
 
 
   65    template <
class Scalar>
 
   68        DUNE_THROW(Dune::NotImplemented, 
"diffusion coefficient for liquid oxygen and nitrogen");
 
 
 
Binary coefficients for nitrogen and oxygen.
Definition n2_o2.hh:28
static Scalar gasDiffCoeff(Scalar temperature, Scalar pressure)
Binary diffusion coefficient  for molecular oxygen in liquid nitrogen.
Definition n2_o2.hh:48
static Scalar liquidDiffCoeff(Scalar temperature, Scalar pressure)
Diffusion coefficient  for molecular oxygen in liquid nitrogen.
Definition n2_o2.hh:66
static Scalar henry(Scalar temperature)
Henry coefficient  for molecular oxygen in liquid nitrogen.
Definition n2_o2.hh:35
Properties of pure molecular nitrogen .
Definition n2.hh:35
Properties of pure molecular oxygen .
Definition o2.hh:35
Various relations for molecular diffusion coefficients.
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:36
The IAPWS formulation of Henry coefficients in water.
Properties of pure molecular nitrogen .
Definition air_mesitylene.hh:18
Properties of pure molecular oxygen .