13#ifndef BELFEM_CONSTANTS_HPP
14#define BELFEM_CONSTANTS_HPP
19#pragma clang diagnostic push
20#pragma clang diagnostic ignored "-Wunused-variable"
22#elif defined(__GNUC__) || defined(__GNUG__)
23#pragma GCC diagnostic push
24#pragma GCC diagnostic ignored "-Wunused-variable"
27#define BELFEM_TREF 298.15
28#define BELFEM_PREF 100000.0
41 const real pi = 3.141592653589793238462643383279502884;
48 const real phi = 0.5 * ( 1.0 + std::sqrt( 5.0 ) );
174 * std::pow(
kB, 4 ) /
175 ( 15.0 * std::pow(
h, 3 ) * std::pow(
c, 2 ) );
222#if defined(__clang__)
223#pragma clang diagnostic pop
224#elif defined(__GNUC__) || defined(__GNUG__)
225#pragma GCC diagnostic pop
Definition constants.hpp:33
const real e
elementary charge in C https://physics.nist.gov/cgi-bin/cuu/Value?e
Definition constants.hpp:104
const real AU
Definition constants.hpp:216
const real phi
golden number
Definition constants.hpp:48
const real Rm
Gas constant in J/(K*mol) ( exact ) http://physics.nist.gov/cgi-bin/cuu/Value?r.
Definition constants.hpp:149
const real mu0
magnetic constant in V*s/(A*m) ( recommended value ) http://physics.nist.gov/cgi-bin/cuu/Value?...
Definition constants.hpp:73
const real Rm_cal
Gas Constant in cal/(K*mol).
Definition constants.hpp:156
const real L0
Sommerfeld value for the Lorentz number in V^2/K^2.
Definition constants.hpp:182
const real NA
Avogadro constant ( exact ) https://physics.nist.gov/cgi-bin/cuu/Value?na|search_for=avogadro.
Definition constants.hpp:131
const real u
atomic mass unit-kilogram relationship https://physics.nist.gov/cgi-bin/cuu/Value?...
Definition constants.hpp:139
const real mu_earth
gravity parameter Earth ( G * M_earth )
Definition constants.hpp:199
const real nu0
inverse of magnetic constant in (A*m)/(V*s)
Definition constants.hpp:80
const real epsilon0
electric constant in A*s/(V*m)
Definition constants.hpp:87
const real c
speed of light in m/s ( exact ) http://physics.nist.gov/cgi-bin/cuu/Value?c
Definition constants.hpp:65
const real pi
circle number
Definition constants.hpp:41
const real deg
degree
Definition constants.hpp:55
const real calTh
thermal calorie in SI units J/cal
Definition constants.hpp:114
const real sigma
Stephan Boltzman constant.
Definition constants.hpp:173
const real h
Planck constant in J / Hz ( exact ) http://physics.nist.gov/cgi-bin/cuu/Value?h.
Definition constants.hpp:166
const real g0
earth gravitational acceleration at sea level in m/s^2 https://physics.nist.gov/cgi-bin/cuu/Value?...
Definition constants.hpp:192
const real R_earth
reference radius for Earth
Definition constants.hpp:206
const real kB
Boltzman constant ( exact ) https://physics.nist.gov/cgi-bin/cuu/Value?k|search_for=boltzman.
Definition constants.hpp:122
const real G
gravity constant in N*m^2 / kg^2
Definition constants.hpp:96
const real y2k
Definition constants.hpp:213
USER GUIDES:
Definition cl_Capacitor.cpp:16
double real
Definition typedefs.hpp:36