DTM2012#

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

Bases: IComponentInfo, ICloneable

DTM 2012 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.

sun_position

Get or set the sun position computation.

atmosphere_data_source

Get or set the atmospheric model data source - data file or constant values.

f_10_p7_avg

Average solar Flux (F10.7); the 81-day averaged Ottawa 10.7 cm solar flux value. Dimensionless.

atmosphere_data_filename

Flux file.

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.

f_10_p7

Solar Flux (F10.7); the daily Ottawa 10.7 cm solar flux value. Dimensionless.

kp

Geomagnetic Index (Kp). Dimensionless.

atmosphere_data_geo_magnetic_flux_source

Whether to use Kp or Ap data from the flux file.

atmosphere_data_geo_magnetic_flux_update_rate

Get or set the update rate of geomagnetic flux values from the flux file.

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 DTM2012

Property detail#

property DTM2012.use_approximate_altitude: bool#

True if using approximate altitude formula.

property DTM2012.computes_temperature: bool#

Flag indicates whether this model computes temperature.

property DTM2012.computes_pressure: bool#

Flag indicates whether this model computes pressure.

property DTM2012.sun_position: SunPosition#

Get or set the sun position computation.

property DTM2012.atmosphere_data_source: AtmosphereDataSource#

Get or set the atmospheric model data source - data file or constant values.

property DTM2012.f_10_p7_avg: float#

Average solar Flux (F10.7); the 81-day averaged Ottawa 10.7 cm solar flux value. Dimensionless.

property DTM2012.atmosphere_data_filename: str#

Flux file.

property DTM2012.drag_model_type: DragModelType#

Drag model type.

property DTM2012.drag_model_plugin_name: str#

Get or set the name of the drag model plugin.

property DTM2012.drag_model_plugin: DragModelPlugin#

Drag model plugin properties.

property DTM2012.f_10_p7: float#

Solar Flux (F10.7); the daily Ottawa 10.7 cm solar flux value. Dimensionless.

property DTM2012.kp: float#

Geomagnetic Index (Kp). Dimensionless.

property DTM2012.atmosphere_data_geo_magnetic_flux_source: GeoMagneticFluxSource#

Whether to use Kp or Ap data from the flux file.

property DTM2012.atmosphere_data_geo_magnetic_flux_update_rate: GeoMagneticFluxUpdateRate#

Get or set the update rate of geomagnetic flux values from the flux file.

property DTM2012.variable_area_history_file: str#

Drag variable area history file.

property DTM2012.n_plate_definition_file: str#

Drag N-Plate definition file.