VenusGRAM2005#

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

Bases: IComponentInfo, ICloneable

Venus-GRAM 2005 atmospheric propagator function.

Overview#

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.

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.

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 VenusGRAM2005

Property detail#

property VenusGRAM2005.computes_pressure: bool#

Flag indicates whether this model computes pressure.

property VenusGRAM2005.computes_temperature: bool#

Flag indicates whether this model computes temperature.

property VenusGRAM2005.data_directory: str#

Path to the data directory.

property VenusGRAM2005.density_type: VenusGRAMDensityType#

Low, mean, high or randomly perturbed density type.

property VenusGRAM2005.drag_correction_type: DragCorrectionType#

Drag correction type.

property VenusGRAM2005.drag_model_plugin: DragModelPlugin#

Drag model plugin properties.

property VenusGRAM2005.drag_model_plugin_name: str#

Get or set the name of the drag model plugin.

property VenusGRAM2005.drag_model_type: DragModelType#

Drag model type.

property VenusGRAM2005.n_plate_definition_file: str#

Drag N-Plate definition file.

property VenusGRAM2005.n_plate_stochastic_parameters: NPlateStochasticParametersCollection#

NPlate Stochastic Parameters.

property VenusGRAM2005.namelist_file: str#

Full path of namelist file.

property VenusGRAM2005.stochastic_ballistic_coefficient: StochasticModelParameters#

Stochastic Ballistic Coefficient.

property VenusGRAM2005.stochastic_density_correction: StochasticDensityCorrection#

Stochastic StochasticDensity Correction.

property VenusGRAM2005.use_approximate_altitude: bool#

True if using approximate altitude formula.

property VenusGRAM2005.use_stochastic_ballistic_coefficient: bool#

True if using stochastic model for ballistic coefficient.

property VenusGRAM2005.use_stochastic_density_correction: bool#

True if using stochastic model for a density model correction.

property VenusGRAM2005.variable_area_history_file: str#

Drag variable area history file.