RCAIDE.Library.Attributes.Atmospheres.Earth.Constant_Temperature
Constant_Temperature#
- class Constant_Temperature(*args, **kwarg)[source]#
Bases:
Atmosphere
Modified US Standard Atmosphere 1976 model with constant temperature profile.
This class implements a simplified atmospheric model where temperature remains constant across all altitudes while maintaining US Standard 1976 pressure and density variations.
- breaks#
- Container for atmospheric property breakpoints
- altitudearray
Geopotential altitude points in meters
- temperaturearray
Temperature values at break points (constant 301.15 K)
- pressurearray
Pressure values at break points in Pascal
- densityarray
Density values at break points in kg/m³
- Type:
Notes
This model is useful for simplified analyses where temperature variations with altitude are not critical, while still maintaining realistic pressure and density gradients.
- Major Assumptions
Temperature remains constant at 301.15 K across all altitudes
Pressure and density variations follow US Standard 1976 model
Valid from -2 km to 84.852 km geopotential altitude
References
[1] NOAA, NASA, USAF, U.S. Standard Atmosphere, 1976 (1976). Retrieved December 30, 2024, from https://www.ngdc.noaa.gov/stp/space-weather/online-publications/miscellaneous/us-standard-atmosphere-1976/us-standard-atmosphere_st76-1562_noaa.pdf.
See also
RCAIDE.Library.Attributes.Atmospheres.Earth.US_Standard_1976
Full US Standard Atmosphere implementation