MarsGRAM2010#

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

Bases: IComponentInfo, ICloneable

Mars-GRAM 2010 atmospheric propagator function.

Overview#

atmosphere_data_filename

Get or set the atmospheric model data file path.

atmosphere_data_source

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

computes_pressure

Flag indicates whether this model computes pressure.

computes_temperature

Flag indicates whether this model computes temperature.

data_directory

Path to the data directory.

density_type

Low, mean, high or randomly perturbed density type.

drag_correction_type

Drag correction type.

drag_model_plugin

Drag model plugin properties.

drag_model_plugin_name

Get or set the name of the drag model plugin.

drag_model_type

Drag model type.

f_10_p7

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

n_plate_definition_file

Drag N-Plate definition file.

n_plate_stochastic_parameters

NPlate Stochastic Parameters.

namelist_file

Full path of namelist file.

stochastic_ballistic_coefficient

Stochastic Ballistic Coefficient.

stochastic_density_correction

Stochastic StochasticDensity Correction.

sun_position

Get or set the sun position computation.

use_approximate_altitude

True if using approximate altitude formula.

use_stochastic_ballistic_coefficient

True if using stochastic model for ballistic coefficient.

use_stochastic_density_correction

True if using stochastic model for a density model correction.

variable_area_history_file

Drag variable area history file.

Import detail#

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

Property detail#

property MarsGRAM2010.atmosphere_data_filename: str#

Get or set the atmospheric model data file path.

property MarsGRAM2010.atmosphere_data_source: AtmosphereDataSource#

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

property MarsGRAM2010.computes_pressure: bool#

Flag indicates whether this model computes pressure.

property MarsGRAM2010.computes_temperature: bool#

Flag indicates whether this model computes temperature.

property MarsGRAM2010.data_directory: str#

Path to the data directory.

property MarsGRAM2010.density_type: MarsGRAMDensityType#

Low, mean, high or randomly perturbed density type.

property MarsGRAM2010.drag_correction_type: DragCorrectionType#

Drag correction type.

property MarsGRAM2010.drag_model_plugin: DragModelPlugin#

Drag model plugin properties.

property MarsGRAM2010.drag_model_plugin_name: str#

Get or set the name of the drag model plugin.

property MarsGRAM2010.drag_model_type: DragModelType#

Drag model type.

property MarsGRAM2010.f_10_p7: float#

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

property MarsGRAM2010.n_plate_definition_file: str#

Drag N-Plate definition file.

property MarsGRAM2010.n_plate_stochastic_parameters: NPlateStochasticParametersCollection#

NPlate Stochastic Parameters.

property MarsGRAM2010.namelist_file: str#

Full path of namelist file.

property MarsGRAM2010.stochastic_ballistic_coefficient: StochasticModelParameters#

Stochastic Ballistic Coefficient.

property MarsGRAM2010.stochastic_density_correction: StochasticDensityCorrection#

Stochastic StochasticDensity Correction.

property MarsGRAM2010.sun_position: SunPosition#

Get or set the sun position computation.

property MarsGRAM2010.use_approximate_altitude: bool#

True if using approximate altitude formula.

property MarsGRAM2010.use_stochastic_ballistic_coefficient: bool#

True if using stochastic model for ballistic coefficient.

property MarsGRAM2010.use_stochastic_density_correction: bool#

True if using stochastic model for a density model correction.

property MarsGRAM2010.variable_area_history_file: str#

Drag variable area history file.