poliastro2.worldview.earth.atmosphere.jacchia¶
Classes
|
Holds the model for U.S Standard Atmosphere 1962. |
- class poliastro2.worldview.earth.atmosphere.jacchia.Jacchia77(Texo)¶
Holds the model for U.S Standard Atmosphere 1962.
- _H_correction(alt)¶
Calculate [H] from Jacchia 1977 formulas.
- _O_and_O2_correction(alt)¶
Add Jacchia 1977 empirical corrections to [O] and [O2].
- _altitude_profile(alt)¶
- altitude_profile(alt)¶
Solves for atmospheric altitude profile at given altitude and exospheric temperature.
- Parameters:
alt (Quantity) – Geometric/Geopotential altitude.
- Returns:
altitude_profile – [altitude(Z), T, N2, O2, O, Ar, He, H, Total number density, Mean Molecular weight]
- Return type:
list
- density(alt)¶
Solves density at given altitude and exospheric temperature.
- Parameters:
alt (Quantity) – Geometric/Geopotential altitude.
- Returns:
rho – Density at given altitude and exospheric temperature.
- Return type:
Quantity
- pressure(alt)¶
Solves pressure at given altitude and exospheric temperature.
- Parameters:
alt (Quantity) – Geometric/Geopotential altitude.
- Returns:
p – Pressure at given altitude and exospheric temperature.
- Return type:
Quantity
- temperature(alt)¶
Solves for temperature at given altitude and exospheric temperature.
- Parameters:
alt (Quantity) – Geometric/Geopotential altitude.
- Returns:
T – Absolute temeperature and exospheric temperature
- Return type:
Quantity