27 #ifndef OPM_CONSTANTS_HPP
28 #define OPM_CONSTANTS_HPP
39 template<
class Scalar>
45 static const Scalar
R;
50 static const Scalar
Na;
55 static const Scalar
kb;
60 static const Scalar
c;
65 static const Scalar
G;
70 static const Scalar
h;
78 template<
class Scalar>
80 template <
class Scalar>
82 template <
class Scalar>
84 template <
class Scalar>
86 template <
class Scalar>
88 template <
class Scalar>
90 template <
class Scalar>
A central place for various physical constants occuring in some equations.
Definition: Constants.hpp:41
static const Scalar kb
The Boltzmann constant [J/K].
Definition: Constants.hpp:55
static const Scalar hRed
Reduced Planck constant [J s].
Definition: Constants.hpp:75
static const Scalar h
Planck constant [J s].
Definition: Constants.hpp:70
static const Scalar R
The ideal gas constant [J/(mol K)].
Definition: Constants.hpp:45
static const Scalar Na
The Avogadro constant [1/mol].
Definition: Constants.hpp:50
static const Scalar c
Speed of light in vacuum [m/s].
Definition: Constants.hpp:60
static const Scalar G
Newtonian constant of gravitation [m^3/(kg s^2)].
Definition: Constants.hpp:65