MeteoIODoc 20240329.18c31bd1
mio::Cst Namespace Reference

Variables

static const double stefan_boltzmann = 5.670373e-8
 
static const double gravity = 9.80665
 
static const double std_press = 101325.
 
static const double std_temp = 288.15
 
static const double mean_adiabatique_lapse_rate = 0.0065
 
static const double dry_adiabatique_lapse_rate = 0.0098
 
static const double gaz_constant_dry_air = 287.058
 
static const double gaz_constant_water_vapor = 461.9
 
static const double gaz_constant = 8.31451
 
static const double p_water_triple_pt = 611.73
 
static const double t_water_freezing_pt = 273.15
 
static const double t_water_triple_pt = 273.16
 
static const double l_water_sublimation = 2.838e6
 
static const double l_water_vaporization = 2.504e6
 
static const double l_water_fusion = 3.34e5
 
static const double water_molecular_mass = 18.0153e-3
 
static const double dry_air_mol_mass = 0.0289644
 
static const double specific_heat_ice = 2100.0
 
static const double specific_heat_water = 4190.0
 
static const double specific_heat_air = 1004.67
 
static const double earth_R0 = 6356766.0
 
static const double solcon = 1366.1
 
static const double phi = (1.+sqrt(5)) / 2.
 
static const double e = 2.71828182845904523536
 
static const double Log2e = 1.44269504088896340736
 
static const double Log10e = 0.434294481903251827651
 
static const double Ln2 = 0.693147180559945309417
 
static const double Ln10 = 2.30258509299404568402
 
static const double PI = 3.14159265358979323846
 
static const double PI2 = 1.57079632679489661923
 
static const double PI4 = 0.785398163397448309616
 
static const double InvPI = 0.318309886183790671538
 
static const double TwoOverPI = 0.636619772367581343076
 
static const double TwoOverSqrtPI = 1.12837916709551257390
 
static const double Sqrt2 = 1.41421356237309504880
 
static const double InvSqrt2 = 0.707106781186547524401
 
static const double to_rad = PI/180.
 
static const double to_deg = 180./PI
 
static const double dbl_max = DBL_MAX
 
static const double dbl_min = -DBL_MAX
 

Variable Documentation

◆ dbl_max

const double mio::Cst::dbl_max = DBL_MAX
static

◆ dbl_min

const double mio::Cst::dbl_min = -DBL_MAX
static

◆ dry_adiabatique_lapse_rate

const double mio::Cst::dry_adiabatique_lapse_rate = 0.0098
static

◆ dry_air_mol_mass

const double mio::Cst::dry_air_mol_mass = 0.0289644
static

◆ e

const double mio::Cst::e = 2.71828182845904523536
static

◆ earth_R0

const double mio::Cst::earth_R0 = 6356766.0
static

◆ gaz_constant

const double mio::Cst::gaz_constant = 8.31451
static

◆ gaz_constant_dry_air

const double mio::Cst::gaz_constant_dry_air = 287.058
static

◆ gaz_constant_water_vapor

const double mio::Cst::gaz_constant_water_vapor = 461.9
static

◆ gravity

const double mio::Cst::gravity = 9.80665
static

◆ InvPI

const double mio::Cst::InvPI = 0.318309886183790671538
static

◆ InvSqrt2

const double mio::Cst::InvSqrt2 = 0.707106781186547524401
static

◆ l_water_fusion

const double mio::Cst::l_water_fusion = 3.34e5
static

◆ l_water_sublimation

const double mio::Cst::l_water_sublimation = 2.838e6
static

◆ l_water_vaporization

const double mio::Cst::l_water_vaporization = 2.504e6
static

◆ Ln10

const double mio::Cst::Ln10 = 2.30258509299404568402
static

◆ Ln2

const double mio::Cst::Ln2 = 0.693147180559945309417
static

◆ Log10e

const double mio::Cst::Log10e = 0.434294481903251827651
static

◆ Log2e

const double mio::Cst::Log2e = 1.44269504088896340736
static

◆ mean_adiabatique_lapse_rate

const double mio::Cst::mean_adiabatique_lapse_rate = 0.0065
static

◆ p_water_triple_pt

const double mio::Cst::p_water_triple_pt = 611.73
static

◆ phi

const double mio::Cst::phi = (1.+sqrt(5)) / 2.
static

◆ PI

const double mio::Cst::PI = 3.14159265358979323846
static

◆ PI2

const double mio::Cst::PI2 = 1.57079632679489661923
static

◆ PI4

const double mio::Cst::PI4 = 0.785398163397448309616
static

◆ solcon

const double mio::Cst::solcon = 1366.1
static

◆ specific_heat_air

const double mio::Cst::specific_heat_air = 1004.67
static

◆ specific_heat_ice

const double mio::Cst::specific_heat_ice = 2100.0
static

◆ specific_heat_water

const double mio::Cst::specific_heat_water = 4190.0
static

◆ Sqrt2

const double mio::Cst::Sqrt2 = 1.41421356237309504880
static

◆ std_press

const double mio::Cst::std_press = 101325.
static

◆ std_temp

const double mio::Cst::std_temp = 288.15
static

◆ stefan_boltzmann

const double mio::Cst::stefan_boltzmann = 5.670373e-8
static

◆ t_water_freezing_pt

const double mio::Cst::t_water_freezing_pt = 273.15
static

◆ t_water_triple_pt

const double mio::Cst::t_water_triple_pt = 273.16
static

◆ to_deg

const double mio::Cst::to_deg = 180./PI
static

◆ to_rad

const double mio::Cst::to_rad = PI/180.
static

◆ TwoOverPI

const double mio::Cst::TwoOverPI = 0.636619772367581343076
static

◆ TwoOverSqrtPI

const double mio::Cst::TwoOverSqrtPI = 1.12837916709551257390
static

◆ water_molecular_mass

const double mio::Cst::water_molecular_mass = 18.0153e-3
static