#include <atmosphere.hxx>
Inherited by FGAtmoCache [private]
.
Definition at line 97 of file atmosphere.hxx.
◆ a_vs_p()
double FGAtmo::a_vs_p |
( |
const double | press, |
|
|
const double | qnh = atmodel::ISA::P0 ) |
◆ check_one()
void FGAtmo::check_one |
( |
const double | height | ) |
|
◆ CSMetersPerSecondAtAltitudeFt()
double FGAtmo::CSMetersPerSecondAtAltitudeFt |
( |
const double | alt, |
|
|
const double | Tsl = atmodel::ISA::T0 ) |
|
static |
Compute the speed of sound at an altitude.
Definition at line 162 of file atmosphere.cxx.
◆ densityAtAltitudeFt()
double FGAtmo::densityAtAltitudeFt |
( |
const double | alt, |
|
|
const double | Tsl = atmodel::ISA::T0 ) |
|
static |
◆ fake_dp_vs_a_us()
double FGAtmo::fake_dp_vs_a_us |
( |
const double | dpsl, |
|
|
const double | h_ft ) |
◆ fake_T_vs_a_us()
double FGAtmo::fake_T_vs_a_us |
( |
const double | h_ft, |
|
|
const double | Tsl = atmodel::ISA::T0 ) const |
◆ fieldPressure()
double FGAtmo::fieldPressure |
( |
const double | field_elev, |
|
|
const double | qnh ) |
|
static |
Invert the QNH calculation to get the field pressure from a metar report.
Valid for fields within the troposphere only.
- Parameters
-
field_elev | field elevation in m |
qnh | altimeter setting in pascals |
- Returns
- field pressure in pascals. Caller gets to convert to inHg or millibars
Definition at line 310 of file atmosphere.cxx.
◆ ISATemperatureKAtAltitudeFt()
double FGAtmo::ISATemperatureKAtAltitudeFt |
( |
const double | alt, |
|
|
const double | Tsl = atmodel::ISA::T0 ) |
|
static |
Compute the outisde temperature at an altitude, according to the standard atmosphere model.
Optionally allow offseting the temperature at seal level, but default to the ISA standard for that value as well
Definition at line 155 of file atmosphere.cxx.
◆ knotsFromMachAtAltitudeFt()
double FGAtmo::knotsFromMachAtAltitudeFt |
( |
const double | mach, |
|
|
const double | altFt, |
|
|
const double | Tsl = atmodel::ISA::T0 ) |
|
static |
◆ machFromKnotsAtAltitudeFt()
double FGAtmo::machFromKnotsAtAltitudeFt |
( |
const double | knots, |
|
|
const double | altFt, |
|
|
const double | Tsl = atmodel::ISA::T0 ) |
|
static |
◆ QNH()
double FGAtmo::QNH |
( |
const double | field_elev, |
|
|
const double | field_press ) |
The documentation for this class was generated from the following files: