DensityModelPlugin#
- class ansys.stk.core.stkobjects.astrogator.DensityModelPlugin#
Bases:
IComponentInfo
,ICloneable
Plugin atmospheric density propagator function.
Overview#
Get or set the plugin name. |
|
Get the properties of the selected plugin. |
|
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. |
|
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. |
|
Geomagnetic Index (Kp). Dimensionless. |
|
Temperature change calculated from disturbance storm time (DstDTc). Dimensionless. |
|
Whether to use Kp or Ap data from the flux file. |
|
Get or set the update rate for geomagnetic flux values from the flux file. |
|
Get or set the atmospheric model data file path. |
|
Get or set the atmospheric model augmented data file path. |
|
Get or set the atmospheric model augmented geomagnetic data file path. |
|
Drag model type. |
|
Get or set the name of the drag model plugin. |
|
Drag model plugin properties. |
|
Flag indicates whether this model uses augmented flux data. |
|
Drag variable area history file. |
|
Drag N-Plate definition file. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import DensityModelPlugin
Property detail#
- property DensityModelPlugin.plugin_config: PluginProperties#
Get the properties of the selected plugin.
- property DensityModelPlugin.use_approximate_altitude: bool#
True if using approximate altitude formula.
- property DensityModelPlugin.computes_temperature: bool#
Flag indicates whether this model computes temperature.
- property DensityModelPlugin.computes_pressure: bool#
Flag indicates whether this model computes pressure.
- property DensityModelPlugin.sun_position: SunPosition#
Get or set the sun position computation.
- property DensityModelPlugin.atmosphere_data_source: AtmosphereDataSource#
Get or set the atmospheric model data source - data file or constant values.
- property DensityModelPlugin.dst_d_tc: float#
Temperature change calculated from disturbance storm time (DstDTc). Dimensionless.
- property DensityModelPlugin.atmosphere_data_geo_magnetic_flux_source: GeoMagneticFluxSource#
Whether to use Kp or Ap data from the flux file.
- property DensityModelPlugin.atmosphere_data_geo_magnetic_flux_update_rate: GeoMagneticFluxUpdateRate#
Get or set the update rate for geomagnetic flux values from the flux file.
- property DensityModelPlugin.atmosphere_data_filename: str#
Get or set the atmospheric model data file path.
- property DensityModelPlugin.atmosphere_aug_data_file: str#
Get or set the atmospheric model augmented data file path.
- property DensityModelPlugin.atmosphere_aug_dtc_file: str#
Get or set the atmospheric model augmented geomagnetic data file path.
- property DensityModelPlugin.drag_model_type: DragModelType#
Drag model type.
- property DensityModelPlugin.drag_model_plugin_name: str#
Get or set the name of the drag model plugin.
- property DensityModelPlugin.drag_model_plugin: DragModelPlugin#
Drag model plugin properties.