25#ifndef DUMUX_CONSTANTS_HH
26#define DUMUX_CONSTANTS_HH
44 static constexpr Scalar
R = 8.314472;
49 static constexpr Scalar
Na = 6.02214179e23;
54 static constexpr Scalar
kb =
R /
Na;
59 static constexpr Scalar
c = 299792458;
66 static constexpr Scalar
F = 96485.3365;
71 static constexpr Scalar
G = 6.67428e-11;
76 static constexpr Scalar
h = 6.62606896e-34;
81 static constexpr Scalar
hRed =
h / (2 * M_PI);
Adaption of the non-isothermal two-phase two-component flow model to problems with CO2.
Definition: adapt.hh:29
A central place for various physical constants occurring in some equations.
Definition: constants.hh:39
static constexpr Scalar G
Newtonian constant of gravitation .
Definition: constants.hh:71
static constexpr Scalar F
Faraday constant .
Definition: constants.hh:66
static constexpr Scalar kb
The Boltzmann constant .
Definition: constants.hh:54
static constexpr Scalar R
The ideal gas constant .
Definition: constants.hh:44
static constexpr Scalar Na
The Avogadro constant .
Definition: constants.hh:49
static constexpr Scalar hRed
Reduced Planck constant .
Definition: constants.hh:81
static constexpr Scalar h
Planck constant .
Definition: constants.hh:76
static constexpr Scalar c
Speed of light in vacuum .
Definition: constants.hh:59