RCAIDE.Library.Attributes.Atmospheres.Atmosphere
Atmosphere#
- class Atmosphere(*args, **kwarg)[source]#
Bases:
Data
Base class for atmospheric models providing a framework for defining atmospheric properties.
- tag#
Identifier for the atmospheric model type
- Type:
str
- composition#
- Container for atmospheric composition information
- gasfloat
Mass fraction of gas in the atmosphere (default: 1.0)
- Type:
Notes
This class serves as a template for specific atmospheric implementations (e.g., Earth’s atmosphere) and provides basic structure for atmospheric composition data.
Definitions
- ‘Constant-property atmosphere’
An atmospheric model where properties remain constant and do not vary with altitude or other parameters
See also
RCAIDE.Library.Attributes.Atmospheres.Earth
Earth-specific atmospheric models