Vulcan
Aerospace Engineering Utilities Built on Janus
Loading...
Searching...
No Matches
vulcan::constants::atmosphere Namespace Reference

Variables

constexpr double T0 = 288.15
 Sea level temperature [K].
constexpr double P0 = 101325.0
 Sea level pressure [Pa].
constexpr double rho0 = 1.225
 Sea level density [kg/m^3].
constexpr double L = 0.0065
 Temperature lapse rate in troposphere [K/m].
constexpr double h_tropopause = 11000.0
 Tropopause altitude [m].
constexpr double M = 0.0289644
 Molar mass of air [kg/mol].
constexpr double R_air = 287.05287
 Gas constant for air [J/(kg·K)].
constexpr double R = R_air
constexpr double R_universal = 8.31447
 Universal gas constant [J/(mol·K)].
constexpr double gamma = 1.4
 Ratio of specific heats for air.

Variable Documentation

◆ gamma

double vulcan::constants::atmosphere::gamma = 1.4
inlineconstexpr

Ratio of specific heats for air.

◆ h_tropopause

double vulcan::constants::atmosphere::h_tropopause = 11000.0
inlineconstexpr

Tropopause altitude [m].

◆ L

double vulcan::constants::atmosphere::L = 0.0065
inlineconstexpr

Temperature lapse rate in troposphere [K/m].

◆ M

double vulcan::constants::atmosphere::M = 0.0289644
inlineconstexpr

Molar mass of air [kg/mol].

◆ P0

double vulcan::constants::atmosphere::P0 = 101325.0
inlineconstexpr

Sea level pressure [Pa].

◆ R

double vulcan::constants::atmosphere::R = R_air
inlineconstexpr

◆ R_air

double vulcan::constants::atmosphere::R_air = 287.05287
inlineconstexpr

Gas constant for air [J/(kg·K)].

◆ R_universal

double vulcan::constants::atmosphere::R_universal = 8.31447
inlineconstexpr

Universal gas constant [J/(mol·K)].

◆ rho0

double vulcan::constants::atmosphere::rho0 = 1.225
inlineconstexpr

Sea level density [kg/m^3].

◆ T0

double vulcan::constants::atmosphere::T0 = 288.15
inlineconstexpr

Sea level temperature [K].