27#ifndef OPM_CONSTANTS_HPP
28#define OPM_CONSTANTS_HPP
45 static constexpr Scalar
R =
static_cast<Scalar
>(8.314472);
50 static constexpr Scalar
Na =
static_cast<Scalar
>(6.02214179e23);
55 static constexpr Scalar
kb =
R/
Na;
60 static constexpr Scalar
c =
static_cast<Scalar
>(299792458.0);
65 static constexpr Scalar
G =
static_cast<Scalar
>(6.67428e-11);
70 static constexpr Scalar
h =
static_cast<Scalar
>(6.62606896e-34);
75 static constexpr Scalar
hRed =
h / (2 * M_PI);
Definition Constants.hpp:40
static constexpr Scalar hRed
Reduced Planck constant [J s].
Definition Constants.hpp:75
static constexpr Scalar c
Speed of light in vacuum [m/s].
Definition Constants.hpp:60
static constexpr Scalar h
Planck constant [J s].
Definition Constants.hpp:70
static constexpr Scalar kb
The Boltzmann constant [J/K].
Definition Constants.hpp:55
static constexpr Scalar Na
The Avogadro constant [1/mol].
Definition Constants.hpp:50
static constexpr Scalar G
Newtonian constant of gravitation [m^3/(kg s^2)].
Definition Constants.hpp:65
static constexpr Scalar R
The ideal gas constant [J/(mol K)].
Definition Constants.hpp:45
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30
This file provides the infrastructure to use quad-precision floating point values in the numerical mo...