VehicleLOPDragSettings#
- class ansys.stk.core.stkobjects.VehicleLOPDragSettings#
Class defining advanced atmospheric density options for the LOP propagator.
Overview#
Do not use this property, as it is deprecated. Use AtmosDensityModel instead. Atmospheric density model. |
|
Opt whether to use osculating altitude, which uses a short period variation due to J2 perturbations when calculating altitude. |
|
Maximum drag altitude, above which drag calculations are not considered. Uses Distance Dimension. |
|
Get or set the scale factor to be used during density calculations. Dimensionless. |
|
Get the exponential density modeling parameters. |
|
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.