VehicleHPOPForceModelDrag#
- class ansys.stk.core.stkobjects.VehicleHPOPForceModelDrag#
Class defining the HPOP atmospheric drag model.
Overview#
Set the method for specifying solar and geomagnetic flux. |
|
Change the active drag model type. |
|
Get a value indicating whether the specified type can be used. |
Opt whether to take account of atmospheric drag. |
|
Select the atmospheric density model to be used. |
|
Get the method for specifying solar and geomagnetic flux. |
|
Solar and geomagnetic flux. |
|
Return a type of the active drag model. |
|
Return an array of valid choices. |
|
Return the active drag model. |
|
Do not use this property, as it is deprecated. Use LowAltAtmosDensityModel instead. Select the low altitude atmospheric density model to be used. |
|
Atmospheric blending range: measured from the lower extent of the upper atmospheric model. Uses distance dimension. |
|
Select the low altitude atmospheric density model to be used. |
Import detail#
from ansys.stk.core.stkobjects import VehicleHPOPForceModelDrag
Property detail#
- property VehicleHPOPForceModelDrag.atmospheric_density_model: AtmosphericDensityModel#
Select the atmospheric density model to be used.
- property VehicleHPOPForceModelDrag.solar_flux_geo_magnitude_type: VehicleSolarFluxGeomagneticType#
Get the method for specifying solar and geomagnetic flux.
- property VehicleHPOPForceModelDrag.solar_flux_geo_magnitude: IVehicleSolarFluxGeoMagnitude#
Solar and geomagnetic flux.
- property VehicleHPOPForceModelDrag.drag_model_type: DragModel#
Return a type of the active drag model.
- property VehicleHPOPForceModelDrag.drag_model_supported_types: list#
Return an array of valid choices.
- property VehicleHPOPForceModelDrag.drag_model: IVehicleHPOPDragModel#
Return the active drag model.
- property VehicleHPOPForceModelDrag.low_altitude_atmospheric_density_model: AtmosphericDensityModel#
Do not use this property, as it is deprecated. Use LowAltAtmosDensityModel instead. Select the low altitude atmospheric density model to be used.
- property VehicleHPOPForceModelDrag.blending_range: float#
Atmospheric blending range: measured from the lower extent of the upper atmospheric model. Uses distance dimension.
- property VehicleHPOPForceModelDrag.low_altitude_atmosphere_density_model: LowAltitudeAtmosphericDensityModel#
Select the low altitude atmospheric density model to be used.
Method detail#
- VehicleHPOPForceModelDrag.set_solar_flux_geo_magnitude_type(self, solar_flux_geo_mag: VehicleSolarFluxGeomagneticType) None #
Set the method for specifying solar and geomagnetic flux.
- Parameters:
solar_flux_geo_mag :
VehicleSolarFluxGeomagneticType
- Returns: