VenusGRAM2005#
- class ansys.stk.core.stkobjects.astrogator.VenusGRAM2005#
Bases:
IComponentInfo
,ICloneable
Venus-GRAM 2005 atmospheric propagator function.
Overview#
Flag indicates whether this model computes pressure. |
|
Flag indicates whether this model computes temperature. |
|
Path to the data directory. |
|
Low, mean, high or randomly perturbed density type. |
|
Drag correction type. |
|
Drag model plugin properties. |
|
Get or set the name of the drag model plugin. |
|
Drag model type. |
|
Drag N-Plate definition file. |
|
NPlate Stochastic Parameters. |
|
Full path of namelist file. |
|
Stochastic Ballistic Coefficient. |
|
Stochastic StochasticDensity Correction. |
|
True if using approximate altitude formula. |
|
True if using stochastic model for ballistic coefficient. |
|
True if using stochastic model for a density model correction. |
|
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.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_type: DragModelType#
Drag model type.
- property VenusGRAM2005.n_plate_stochastic_parameters: NPlateStochasticParametersCollection#
NPlate Stochastic Parameters.
- property VenusGRAM2005.stochastic_ballistic_coefficient: StochasticModelParameters#
Stochastic Ballistic Coefficient.
- property VenusGRAM2005.stochastic_density_correction: StochasticDensityCorrection#
Stochastic StochasticDensity Correction.
- property VenusGRAM2005.use_stochastic_ballistic_coefficient: bool#
True if using stochastic model for ballistic coefficient.