12#ifndef DUMUX_IDEAL_GAS_HH 
   13#define DUMUX_IDEAL_GAS_HH 
   23template <
class Scalar>
 
   37    static constexpr Scalar 
density(Scalar avgMolarMass,
 
 
   48    static constexpr Scalar 
pressure(Scalar temperature,
 
   50    { 
return R*temperature*rhoMolar; }
 
 
 
static constexpr Scalar R
The ideal gas constant .
Definition constants.hh:32
Relations valid for an ideal gas.
Definition idealgas.hh:25
static constexpr Scalar pressure(Scalar temperature, Scalar rhoMolar)
The pressure of the gas in , depending on the molar density and temperature.
Definition idealgas.hh:48
static constexpr Scalar R
The ideal gas constant .
Definition idealgas.hh:28
static constexpr Scalar density(Scalar avgMolarMass, Scalar temperature, Scalar pressure)
The density of the gas in , depending on pressure, temperature and average molar mass of the gas.
Definition idealgas.hh:37
static constexpr Scalar molarDensity(Scalar temperature, Scalar pressure)
The molar density of the gas , depending on pressure and temperature.
Definition idealgas.hh:58
A central place for various physical constants occurring in some equations.