MarsGRAM37#

class ansys.stk.core.stkobjects.astrogator.MarsGRAM37#

Bases: IComponentInfo, ICloneable

Mars-GRAM 3.7 atmospheric propagator function.

Overview#

use_approximate_altitude

True if using approximate altitude formula.

computes_temperature

Flag indicates whether this model computes temperature.

computes_pressure

Flag indicates whether this model computes pressure.

sun_position

Get or set the sun position computation.

data_directory

Path to the data directory.

namelist_file

Full path of namelist file.

density_type

Low, mean or high density type.

atmosphere_data_source

Get or set the atmospheric model data source - data file or constant values.

f_10_p7

Solar Flux (F10.7); the daily Ottawa 10.7 cm solar flux value. Dimensionless.

atmosphere_data_filename

Get or set the atmospheric model data file path.

drag_model_type

Drag model type.

drag_model_plugin_name

Get or set the name of the drag model plugin.

drag_model_plugin

Drag model plugin properties.

variable_area_history_file

Drag variable area history file.

n_plate_definition_file

Drag N-Plate definition file.

Import detail#

from ansys.stk.core.stkobjects.astrogator import MarsGRAM37

Property detail#

property MarsGRAM37.use_approximate_altitude: bool#

True if using approximate altitude formula.

property MarsGRAM37.computes_temperature: bool#

Flag indicates whether this model computes temperature.

property MarsGRAM37.computes_pressure: bool#

Flag indicates whether this model computes pressure.

property MarsGRAM37.sun_position: SunPosition#

Get or set the sun position computation.

property MarsGRAM37.data_directory: str#

Path to the data directory.

property MarsGRAM37.namelist_file: str#

Full path of namelist file.

property MarsGRAM37.density_type: MarsGRAMDensityType#

Low, mean or high density type.

property MarsGRAM37.atmosphere_data_source: AtmosphereDataSource#

Get or set the atmospheric model data source - data file or constant values.

property MarsGRAM37.f_10_p7: float#

Solar Flux (F10.7); the daily Ottawa 10.7 cm solar flux value. Dimensionless.

property MarsGRAM37.atmosphere_data_filename: str#

Get or set the atmospheric model data file path.

property MarsGRAM37.drag_model_type: DragModelType#

Drag model type.

property MarsGRAM37.drag_model_plugin_name: str#

Get or set the name of the drag model plugin.

property MarsGRAM37.drag_model_plugin: DragModelPlugin#

Drag model plugin properties.

property MarsGRAM37.variable_area_history_file: str#

Drag variable area history file.

property MarsGRAM37.n_plate_definition_file: str#

Drag N-Plate definition file.