DTM2012#
- class ansys.stk.core.stkobjects.astrogator.DTM2012#
Bases:
IComponentInfo
,ICloneable
DTM 2012 atmospheric propagator function.
Overview#
True if using approximate altitude formula. |
|
Flag indicates whether this model computes temperature. |
|
Flag indicates whether this model computes pressure. |
|
Get or set the sun position computation. |
|
Get or set the atmospheric model data source - data file or constant values. |
|
Average solar Flux (F10.7); the 81-day averaged Ottawa 10.7 cm solar flux value. Dimensionless. |
|
Flux file. |
|
Drag model type. |
|
Get or set the name of the drag model plugin. |
|
Drag model plugin properties. |
|
Solar Flux (F10.7); the daily Ottawa 10.7 cm solar flux value. Dimensionless. |
|
Geomagnetic Index (Kp). Dimensionless. |
|
Whether to use Kp or Ap data from the flux file. |
|
Get or set the update rate of geomagnetic flux values from the flux file. |
|
Drag variable area history file. |
|
Drag N-Plate definition file. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import DTM2012
Property detail#
- property DTM2012.computes_temperature: bool#
Flag indicates whether this model computes temperature.
- 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.drag_model_type: DragModelType#
Drag model type.
- 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.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.