VenusGRAM2005#
- class ansys.stk.core.stkobjects.astrogator.VenusGRAM2005#
Bases:
IComponentInfo
,ICloneable
Venus-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. |
|
Path to the data directory. |
|
Full path of namelist file. |
|
Low, mean, high or randomly perturbed density type. |
|
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 VenusGRAM2005
Property detail#
- 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.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: DragModelPlugin#
Drag model plugin properties.