Antkeeper
0.0.1
|
Physical constants. More...
Variables | |
template<class T > | |
constexpr T | avogadro = T(6.02214076e+23) |
Avogadro number (N). More... | |
template<class T > | |
constexpr T | boltzmann = T(1.380649e-23) |
Boltzmann constant (k), in joule per kelvin. More... | |
template<class T > | |
constexpr T | gas = T(8.31446261815324) |
Molar gas constant (R), in joule per kelvin per mole. More... | |
template<class T > | |
constexpr T | gravitational = T(6.67430e-11) |
Gravitational constant (G), in cubic meter per second squared per kilogram. More... | |
template<class T > | |
constexpr T | planck = T(6.62607015e-34) |
Planck constant (h), in joule per hertz. More... | |
template<class T > | |
constexpr T | stefan_boltzmann = T(5.67037441918442945397099673188923087584012297029130e-8) |
Stefan-Boltzmann constant (sigma), in watt per square meter kelvin to the fourth. More... | |
template<class T > | |
constexpr T | speed_of_light = T(299792458) |
Speed of light in vacuum (c), in meters per second. More... | |
Physical constants.
|
constexpr |
Avogadro number (N).
Definition at line 34 of file constants.hpp.
|
constexpr |
Boltzmann constant (k), in joule per kelvin.
Definition at line 42 of file constants.hpp.
|
constexpr |
Molar gas constant (R), in joule per kelvin per mole.
Definition at line 50 of file constants.hpp.
|
constexpr |
Gravitational constant (G), in cubic meter per second squared per kilogram.
Definition at line 58 of file constants.hpp.
|
constexpr |
Planck constant (h), in joule per hertz.
Definition at line 66 of file constants.hpp.
|
constexpr |
Speed of light in vacuum (c), in meters per second.
Definition at line 82 of file constants.hpp.
|
constexpr |
Stefan-Boltzmann constant (sigma), in watt per square meter kelvin to the fourth.
Definition at line 74 of file constants.hpp.