VenusGRAM2005#

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

Bases: IComponentInfo, ICloneable

Venus-GRAM 2005 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.

data_directory

Path to the data directory.

namelist_file

Full path of namelist file.

density_type

Low, mean, high or randomly perturbed density type.

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 VenusGRAM2005

Property detail#

property VenusGRAM2005.use_approximate_altitude: bool#

True if using approximate altitude formula.

property VenusGRAM2005.computes_temperature: bool#

Flag indicates whether this model computes temperature.

property VenusGRAM2005.computes_pressure: bool#

Flag indicates whether this model computes pressure.

property VenusGRAM2005.data_directory: str#

Path to the data directory.

property VenusGRAM2005.namelist_file: str#

Full path of namelist file.

property VenusGRAM2005.density_type: VenusGRAMDensityType#

Low, mean, high or randomly perturbed density type.

property VenusGRAM2005.drag_model_type: DragModelType#

Drag model type.

property VenusGRAM2005.drag_model_plugin_name: str#

Get or set the name of the drag model plugin.

property VenusGRAM2005.drag_model_plugin: DragModelPlugin#

Drag model plugin properties.

property VenusGRAM2005.variable_area_history_file: str#

Drag variable area history file.

property VenusGRAM2005.n_plate_definition_file: str#

Drag N-Plate definition file.