USStandardAtmosphere#
- class ansys.stk.core.stkobjects.astrogator.USStandardAtmosphere#
Bases:
IComponentInfo
,ICloneable
US_Standard_Atmosphere atmospheric propagator function.
Overview#
True if using approximate altitude formula. |
|
Flag indicates whether this model computes temperature. |
|
Flag indicates whether this model computes pressure. |
|
Drag model type. |
|
Get or set the name of the drag model plugin. |
|
Drag model plugin properties. |
|
Drag variable area history file. |
|
Drag N-Plate definition file. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import USStandardAtmosphere
Property detail#
- property USStandardAtmosphere.use_approximate_altitude: bool#
True if using approximate altitude formula.
- property USStandardAtmosphere.computes_temperature: bool#
Flag indicates whether this model computes temperature.
- property USStandardAtmosphere.computes_pressure: bool#
Flag indicates whether this model computes pressure.
- property USStandardAtmosphere.drag_model_type: DragModelType#
Drag model type.
- property USStandardAtmosphere.drag_model_plugin_name: str#
Get or set the name of the drag model plugin.
- property USStandardAtmosphere.drag_model_plugin: DragModelPlugin#
Drag model plugin properties.