MarsGRAM2005#
- class ansys.stk.core.stkobjects.astrogator.MarsGRAM2005#
Bases:
IComponentInfo
,ICloneable
Mars-GRAM 2005 atmospheric propagator function.
Overview#
True if using approximate altitude formula. |
|
Flag indicates whether this model computes temperature. |
|
Flag indicates whether this model computes pressure. |
|
Get or set the sun position computation. |
|
Path to the data directory. |
|
Full path of namelist file. |
|
Low, mean, high or randomly perturbed density type. |
|
Get or set the atmospheric model data source - data file or constant values. |
|
Solar Flux (F10.7); the daily Ottawa 10.7 cm solar flux value. Dimensionless. |
|
Get or set the atmospheric model data file path. |
|
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 MarsGRAM2005
Property detail#
- property MarsGRAM2005.computes_temperature: bool#
Flag indicates whether this model computes temperature.
- property MarsGRAM2005.sun_position: SunPosition#
Get or set the sun position computation.
- property MarsGRAM2005.density_type: MarsGRAMDensityType#
Low, mean, high or randomly perturbed density type.
- property MarsGRAM2005.atmosphere_data_source: AtmosphereDataSource#
Get or set the atmospheric model data source - data file or constant values.
- property MarsGRAM2005.f_10_p7: float#
Solar Flux (F10.7); the daily Ottawa 10.7 cm solar flux value. Dimensionless.
- property MarsGRAM2005.atmosphere_data_filename: str#
Get or set the atmospheric model data file path.
- property MarsGRAM2005.drag_model_type: DragModelType#
Drag model type.
- property MarsGRAM2005.drag_model_plugin: DragModelPlugin#
Drag model plugin properties.