Some useful constants.
More...
#include <Constants.h>
|
static constexpr double | deg2rad = M_PI / 180. |
|
static constexpr double | rad2deg = 180. * M_1_PI |
|
static constexpr double | grav = 9.80665e+0 |
|
static constexpr double | t0c = 2.7315e+2 |
|
static constexpr double | ttp = 2.7316e+2 |
|
static constexpr double | rd = 2.8705e2 |
|
static constexpr double | rv = 4.6150e2 |
|
static constexpr double | cp = 1.0046e3 |
|
static constexpr double | cv = 7.1760e2 |
|
static constexpr double | pref = 1.0e5 |
|
static constexpr double | rd_over_rv = rd/rv |
|
static constexpr double | rd_over_cp = rd/cp |
|
static constexpr double | cv_over_cp = cv/cp |
|
static constexpr double | rv_over_rd = rv/rd |
|
static constexpr double | rd_over_g = rd/grav |
|
static constexpr double | g_over_rd = grav / rd |
|
static constexpr double | mean_earth_rad = 6371.0 |
|
static constexpr double | zero = 0.0 |
|
static constexpr double | quarter = 0.25 |
|
static constexpr double | half = 0.5 |
|
static constexpr double | one = 1.0 |
|
static constexpr double | two = 2.0 |
|
static constexpr double | four = 4.0 |
|
static constexpr double | five = 5.0 |
|
static constexpr double | ten = 10.0 |
|
static constexpr double | k_t = 0.65 |
|
static constexpr double | L_e = 2.26e+06 |
|
static constexpr double | eps = 0.1 |
|
static constexpr double | sig = 5.67e-6 |
|
static constexpr double | alpha = 2.7e-4 |
|
static constexpr double | cw = 0.015 |
|
static constexpr double | v_w = 0.8e-6 |
|
static constexpr double | S_B = 0.026 |
|
static constexpr double | gr = 9.81 |
|
static constexpr double | Rou = 1000.0 |
|
static constexpr double | DU = 21.4e-6 |
|
static constexpr double | Lclr = 0.0065 |
|
static constexpr double | t2tv = 0.608 |
|
static constexpr double | von_karman = 0.41 |
|
static constexpr double | es_w_0 = 611.2 |
|
static constexpr double | euzc_0 = 34.0 |
|
static constexpr double | euzc_1 = -0.39 |
|
static constexpr double | epsilon = 0.62198 |
|
static constexpr double | icao_lapse_rate_l = 6.5E-03 |
|
static constexpr double | icao_lapse_rate_u = -1.0E-03 |
|
static constexpr double | icao_height_l = 11000.0 |
|
static constexpr double | icao_height_u = 20000.0 |
|
static constexpr double | icao_temp_surface = 288.15 |
|
static constexpr double | icao_temp_isothermal_layer = 216.65 |
|
static constexpr double | icao_pressure_surface = 1013.25 |
|
static constexpr double | icao_pressure_l = 226.32 |
|
static constexpr double | icao_pressure_u = 54.7487 |
|
Some useful constants.
Definition at line 20 of file Constants.h.
◆ alpha
constexpr double ufo::Constants::alpha = 2.7e-4 |
|
staticconstexpr |
◆ cp
constexpr double ufo::Constants::cp = 1.0046e3 |
|
staticconstexpr |
◆ cv
constexpr double ufo::Constants::cv = 7.1760e2 |
|
staticconstexpr |
◆ cv_over_cp
constexpr double ufo::Constants::cv_over_cp = cv/cp |
|
staticconstexpr |
◆ cw
constexpr double ufo::Constants::cw = 0.015 |
|
staticconstexpr |
◆ deg2rad
constexpr double ufo::Constants::deg2rad = M_PI / 180. |
|
staticconstexpr |
◆ DU
constexpr double ufo::Constants::DU = 21.4e-6 |
|
staticconstexpr |
◆ eps
constexpr double ufo::Constants::eps = 0.1 |
|
staticconstexpr |
◆ epsilon
constexpr double ufo::Constants::epsilon = 0.62198 |
|
staticconstexpr |
◆ es_w_0
constexpr double ufo::Constants::es_w_0 = 611.2 |
|
staticconstexpr |
◆ euzc_0
constexpr double ufo::Constants::euzc_0 = 34.0 |
|
staticconstexpr |
◆ euzc_1
constexpr double ufo::Constants::euzc_1 = -0.39 |
|
staticconstexpr |
◆ five
constexpr double ufo::Constants::five = 5.0 |
|
staticconstexpr |
◆ four
constexpr double ufo::Constants::four = 4.0 |
|
staticconstexpr |
◆ g_over_rd
constexpr double ufo::Constants::g_over_rd = grav / rd |
|
staticconstexpr |
◆ gr
constexpr double ufo::Constants::gr = 9.81 |
|
staticconstexpr |
◆ grav
constexpr double ufo::Constants::grav = 9.80665e+0 |
|
staticconstexpr |
◆ half
constexpr double ufo::Constants::half = 0.5 |
|
staticconstexpr |
◆ icao_height_l
constexpr double ufo::Constants::icao_height_l = 11000.0 |
|
staticconstexpr |
◆ icao_height_u
constexpr double ufo::Constants::icao_height_u = 20000.0 |
|
staticconstexpr |
◆ icao_lapse_rate_l
constexpr double ufo::Constants::icao_lapse_rate_l = 6.5E-03 |
|
staticconstexpr |
◆ icao_lapse_rate_u
constexpr double ufo::Constants::icao_lapse_rate_u = -1.0E-03 |
|
staticconstexpr |
◆ icao_pressure_l
constexpr double ufo::Constants::icao_pressure_l = 226.32 |
|
staticconstexpr |
◆ icao_pressure_surface
constexpr double ufo::Constants::icao_pressure_surface = 1013.25 |
|
staticconstexpr |
◆ icao_pressure_u
constexpr double ufo::Constants::icao_pressure_u = 54.7487 |
|
staticconstexpr |
◆ icao_temp_isothermal_layer
constexpr double ufo::Constants::icao_temp_isothermal_layer = 216.65 |
|
staticconstexpr |
◆ icao_temp_surface
constexpr double ufo::Constants::icao_temp_surface = 288.15 |
|
staticconstexpr |
◆ k_t
constexpr double ufo::Constants::k_t = 0.65 |
|
staticconstexpr |
◆ L_e
constexpr double ufo::Constants::L_e = 2.26e+06 |
|
staticconstexpr |
◆ Lclr
constexpr double ufo::Constants::Lclr = 0.0065 |
|
staticconstexpr |
◆ mean_earth_rad
constexpr double ufo::Constants::mean_earth_rad = 6371.0 |
|
staticconstexpr |
◆ one
constexpr double ufo::Constants::one = 1.0 |
|
staticconstexpr |
◆ pref
constexpr double ufo::Constants::pref = 1.0e5 |
|
staticconstexpr |
◆ quarter
constexpr double ufo::Constants::quarter = 0.25 |
|
staticconstexpr |
◆ rad2deg
constexpr double ufo::Constants::rad2deg = 180. * M_1_PI |
|
staticconstexpr |
◆ rd
constexpr double ufo::Constants::rd = 2.8705e2 |
|
staticconstexpr |
◆ rd_over_cp
constexpr double ufo::Constants::rd_over_cp = rd/cp |
|
staticconstexpr |
◆ rd_over_g
constexpr double ufo::Constants::rd_over_g = rd/grav |
|
staticconstexpr |
◆ rd_over_rv
constexpr double ufo::Constants::rd_over_rv = rd/rv |
|
staticconstexpr |
◆ Rou
constexpr double ufo::Constants::Rou = 1000.0 |
|
staticconstexpr |
◆ rv
constexpr double ufo::Constants::rv = 4.6150e2 |
|
staticconstexpr |
◆ rv_over_rd
constexpr double ufo::Constants::rv_over_rd = rv/rd |
|
staticconstexpr |
◆ S_B
constexpr double ufo::Constants::S_B = 0.026 |
|
staticconstexpr |
◆ sig
constexpr double ufo::Constants::sig = 5.67e-6 |
|
staticconstexpr |
◆ t0c
constexpr double ufo::Constants::t0c = 2.7315e+2 |
|
staticconstexpr |
◆ t2tv
constexpr double ufo::Constants::t2tv = 0.608 |
|
staticconstexpr |
◆ ten
constexpr double ufo::Constants::ten = 10.0 |
|
staticconstexpr |
◆ ttp
constexpr double ufo::Constants::ttp = 2.7316e+2 |
|
staticconstexpr |
◆ two
constexpr double ufo::Constants::two = 2.0 |
|
staticconstexpr |
◆ v_w
constexpr double ufo::Constants::v_w = 0.8e-6 |
|
staticconstexpr |
◆ von_karman
constexpr double ufo::Constants::von_karman = 0.41 |
|
staticconstexpr |
◆ zero
constexpr double ufo::Constants::zero = 0.0 |
|
staticconstexpr |
The documentation for this struct was generated from the following file: