8 #ifndef UFO_UTILS_CONSTANTS_H_
9 #define UFO_UTILS_CONSTANTS_H_
21 static constexpr
double deg2rad = M_PI / 180.;
22 static constexpr
double rad2deg = 180. * M_1_PI;
23 static constexpr
double grav = 9.80665e+0;
24 static constexpr
double t0c = 2.7315e+2;
25 static constexpr
double ttp = 2.7316e+2;
26 static constexpr
double rd = 2.8705e2;
27 static constexpr
double rv = 4.6150e2;
28 static constexpr
double cp = 1.0046e3;
30 static constexpr
double cv = 7.1760e2;
32 static constexpr
double pref = 1.0e5;
41 static constexpr
double zero = 0.0;
43 static constexpr
double half = 0.5;
44 static constexpr
double one = 1.0;
45 static constexpr
double two = 2.0;
46 static constexpr
double four = 4.0;
47 static constexpr
double five = 5.0;
48 static constexpr
double ten = 10.0;
49 static constexpr
double k_t = 0.65;
50 static constexpr
double L_e = 2.26e+06;
51 static constexpr
double eps = 0.1;
52 static constexpr
double sig = 5.67e-6;
53 static constexpr
double alpha = 2.7e-4;
54 static constexpr
double cw = 0.015;
55 static constexpr
double v_w = 0.8e-6;
56 static constexpr
double S_B = 0.026;
57 static constexpr
double gr = 9.81;
58 static constexpr
double Rou = 1000.0;
59 static constexpr
double DU = 21.4e-6;
60 static constexpr
double Lclr = 0.0065;
61 static constexpr
double t2tv = 0.608;
63 static constexpr
double es_w_0 = 611.2;
65 static constexpr
double euzc_0 = 34.0;
66 static constexpr
double euzc_1 = -0.39;
67 static constexpr
double epsilon = 0.62198;
static constexpr double euzc_1
static constexpr double quarter
static constexpr double four
static constexpr double icao_pressure_u
static constexpr double half
static constexpr double grav
static constexpr double von_karman
static constexpr double rd_over_rv
static constexpr double rv_over_rd
static constexpr double DU
static constexpr double es_w_0
static constexpr double v_w
static constexpr double alpha
static constexpr double ttp
static constexpr double five
static constexpr double rd_over_cp
static constexpr double rd_over_g
static constexpr double pref
static constexpr double icao_lapse_rate_u
static constexpr double k_t
static constexpr double icao_pressure_l
static constexpr double icao_temp_surface
static constexpr double sig
static constexpr double icao_height_u
static constexpr double eps
static constexpr double zero
static constexpr double icao_height_l
static constexpr double deg2rad
static constexpr double Rou
static constexpr double epsilon
static constexpr double cw
static constexpr double gr
static constexpr double rv
static constexpr double two
static constexpr double t2tv
static constexpr double icao_pressure_surface
static constexpr double icao_temp_isothermal_layer
static constexpr double rd
static constexpr double cp
static constexpr double L_e
static constexpr double cv
static constexpr double rad2deg
static constexpr double cv_over_cp
static constexpr double euzc_0
static constexpr double t0c
static constexpr double one
static constexpr double Lclr
static constexpr double S_B
static constexpr double mean_earth_rad
static constexpr double ten
static constexpr double icao_lapse_rate_l
static constexpr double g_over_rd