Antkeeper  0.0.1
Namespaces | Variables
constants.hpp File Reference

Go to the source code of this file.

Namespaces

 physics
 Physics.
 
 physics::constants
 Physical constants.
 

Variables

template<class T >
constexpr T physics::constants::avogadro = T(6.02214076e+23)
 Avogadro number (N). More...
 
template<class T >
constexpr T physics::constants::boltzmann = T(1.380649e-23)
 Boltzmann constant (k), in joule per kelvin. More...
 
template<class T >
constexpr T physics::constants::gas = T(8.31446261815324)
 Molar gas constant (R), in joule per kelvin per mole. More...
 
template<class T >
constexpr T physics::constants::gravitational = T(6.67430e-11)
 Gravitational constant (G), in cubic meter per second squared per kilogram. More...
 
template<class T >
constexpr T physics::constants::planck = T(6.62607015e-34)
 Planck constant (h), in joule per hertz. More...
 
template<class T >
constexpr T physics::constants::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 physics::constants::speed_of_light = T(299792458)
 Speed of light in vacuum (c), in meters per second. More...