JacchiaBowman2008#
- class ansys.stk.core.stkobjects.astrogator.JacchiaBowman2008#
Bases:
IComponentInfo
,ICloneable
Jacchia Bowman 2008 atmospheric propagator function.
Overview#
True if using approximate altitude formula. |
|
Get or set the sun position computation. |
|
Get or set the atmospheric model data source - data file or constant values. |
|
Solar Flux (F10). Dimensionless. |
|
Average solar Flux (F10). Dimensionless. |
|
Solar Flux (M10). Dimensionless. |
|
Average solar Flux (M10). Dimensionless. |
|
Solar Flux (S10). Dimensionless. |
|
Average solar Flux (S10). Dimensionless. |
|
Solar Flux (Y10). Dimensionless. |
|
Average solar Flux (Y10). Dimensionless. |
|
Temperature change calculated from disturbance storm time (DstDTc). Dimensionless. |
|
Get or set the atmospheric model space weather data file path. |
|
Get or set the atmospheric model DTC file path. |
|
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 JacchiaBowman2008
Property detail#
- property JacchiaBowman2008.use_approximate_altitude: bool#
True if using approximate altitude formula.
- property JacchiaBowman2008.sun_position: SunPosition#
Get or set the sun position computation.
- property JacchiaBowman2008.atmosphere_data_source: AtmosphereDataSource#
Get or set the atmospheric model data source - data file or constant values.
- property JacchiaBowman2008.dst_d_tc: float#
Temperature change calculated from disturbance storm time (DstDTc). Dimensionless.
- property JacchiaBowman2008.atmosphere_aug_data_file: str#
Get or set the atmospheric model space weather data file path.
- property JacchiaBowman2008.atmosphere_aug_dtc_file: str#
Get or set the atmospheric model DTC file path.
- property JacchiaBowman2008.drag_model_type: DragModelType#
Drag model type.
- property JacchiaBowman2008.drag_model_plugin_name: str#
Get or set the name of the drag model plugin.
- property JacchiaBowman2008.drag_model_plugin: DragModelPlugin#
Drag model plugin properties.