VehicleLOPDragSettings#

class ansys.stk.core.stkobjects.VehicleLOPDragSettings#

Class defining advanced atmospheric density options for the LOP propagator.

Overview#

atmospheric_density_model

Do not use this property, as it is deprecated. Use AtmosDensityModel instead. Atmospheric density model.

use_osculating_altitude

Opt whether to use osculating altitude, which uses a short period variation due to J2 perturbations when calculating altitude.

maximum_drag_altitude

Maximum drag altitude, above which drag calculations are not considered. Uses Distance Dimension.

density_weighing_factor

Get or set the scale factor to be used during density calculations. Dimensionless.

exponential_density_model_parameters

Get the exponential density modeling parameters.

atmosphere_density_model

Atmospheric density model.

Import detail#

from ansys.stk.core.stkobjects import VehicleLOPDragSettings

Property detail#

property VehicleLOPDragSettings.atmospheric_density_model: AtmosphericDensityModel#

Do not use this property, as it is deprecated. Use AtmosDensityModel instead. Atmospheric density model.

property VehicleLOPDragSettings.use_osculating_altitude: bool#

Opt whether to use osculating altitude, which uses a short period variation due to J2 perturbations when calculating altitude.

property VehicleLOPDragSettings.maximum_drag_altitude: float#

Maximum drag altitude, above which drag calculations are not considered. Uses Distance Dimension.

property VehicleLOPDragSettings.density_weighing_factor: float#

Get or set the scale factor to be used during density calculations. Dimensionless.

property VehicleLOPDragSettings.exponential_density_model_parameters: VehicleExponentialDensityModelParameters#

Get the exponential density modeling parameters.

property VehicleLOPDragSettings.atmosphere_density_model: LOPAtmosphericDensityModel#

Atmospheric density model.