HarrisPriester#

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

Bases: IComponentInfo, ICloneable

Harris-Priester 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.

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 HarrisPriester

Property detail#

property HarrisPriester.use_approximate_altitude: bool#

True if using approximate altitude formula.

property HarrisPriester.computes_temperature: bool#

Flag indicates whether this model computes temperature.

property HarrisPriester.computes_pressure: bool#

Flag indicates whether this model computes pressure.

property HarrisPriester.sun_position: SunPosition#

Get or set the sun position computation.

property HarrisPriester.atmosphere_data_source: AtmosphereDataSource#

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

property HarrisPriester.f_10_p7_avg: float#

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

property HarrisPriester.atmosphere_data_filename: str#

Flux file.

property HarrisPriester.drag_model_type: DragModelType#

Drag model type.

property HarrisPriester.drag_model_plugin_name: str#

Get or set the name of the drag model plugin.

property HarrisPriester.drag_model_plugin: DragModelPlugin#

Drag model plugin properties.

property HarrisPriester.variable_area_history_file: str#

Drag variable area history file.

property HarrisPriester.n_plate_definition_file: str#

Drag N-Plate definition file.