JacchiaBowman2008#

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

Bases: IComponentInfo, ICloneable

Jacchia Bowman 2008 atmospheric propagator function.

Overview#

use_approximate_altitude

True if using approximate altitude formula.

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.

f10

Solar Flux (F10). Dimensionless.

f10_avg

Average solar Flux (F10). Dimensionless.

m10

Solar Flux (M10). Dimensionless.

m10_avg

Average solar Flux (M10). Dimensionless.

s10

Solar Flux (S10). Dimensionless.

s10_avg

Average solar Flux (S10). Dimensionless.

y10

Solar Flux (Y10). Dimensionless.

y10_avg

Average solar Flux (Y10). Dimensionless.

dst_d_tc

Temperature change calculated from disturbance storm time (DstDTc). Dimensionless.

atmosphere_aug_data_file

Get or set the atmospheric model space weather data file path.

atmosphere_aug_dtc_file

Get or set the atmospheric model DTC file path.

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.

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 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.f10: float#

Solar Flux (F10). Dimensionless.

property JacchiaBowman2008.f10_avg: float#

Average solar Flux (F10). Dimensionless.

property JacchiaBowman2008.m10: float#

Solar Flux (M10). Dimensionless.

property JacchiaBowman2008.m10_avg: float#

Average solar Flux (M10). Dimensionless.

property JacchiaBowman2008.s10: float#

Solar Flux (S10). Dimensionless.

property JacchiaBowman2008.s10_avg: float#

Average solar Flux (S10). Dimensionless.

property JacchiaBowman2008.y10: float#

Solar Flux (Y10). Dimensionless.

property JacchiaBowman2008.y10_avg: float#

Average solar Flux (Y10). Dimensionless.

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.

property JacchiaBowman2008.variable_area_history_file: str#

Drag variable area history file.

property JacchiaBowman2008.n_plate_definition_file: str#

Drag N-Plate definition file.