USStandardAtmosphere#

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

Bases: IComponentInfo, ICloneable

US_Standard_Atmosphere atmospheric propagator function.

Overview#

computes_pressure

Flag indicates whether this model computes pressure.

computes_temperature

Flag indicates whether this model computes temperature.

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.

stochastic_ballistic_coefficient

Stochastic Ballistic Coefficient.

use_approximate_altitude

True if using approximate altitude formula.

use_stochastic_ballistic_coefficient

True if using stochastic model for ballistic coefficient.

variable_area_history_file

Drag variable area history file.

Import detail#

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

Property detail#

property USStandardAtmosphere.computes_pressure: bool#

Flag indicates whether this model computes pressure.

property USStandardAtmosphere.computes_temperature: bool#

Flag indicates whether this model computes temperature.

property USStandardAtmosphere.drag_correction_type: DragCorrectionType#

Drag correction type.

property USStandardAtmosphere.drag_model_plugin: DragModelPlugin#

Drag model plugin properties.

property USStandardAtmosphere.drag_model_plugin_name: str#

Get or set the name of the drag model plugin.

property USStandardAtmosphere.drag_model_type: DragModelType#

Drag model type.

property USStandardAtmosphere.n_plate_definition_file: str#

Drag N-Plate definition file.

property USStandardAtmosphere.n_plate_stochastic_parameters: NPlateStochasticParametersCollection#

NPlate Stochastic Parameters.

property USStandardAtmosphere.stochastic_ballistic_coefficient: StochasticModelParameters#

Stochastic Ballistic Coefficient.

property USStandardAtmosphere.use_approximate_altitude: bool#

True if using approximate altitude formula.

property USStandardAtmosphere.use_stochastic_ballistic_coefficient: bool#

True if using stochastic model for ballistic coefficient.

property USStandardAtmosphere.variable_area_history_file: str#

Drag variable area history file.