VehicleHPOPForceModel#
- class ansys.stk.core.stkobjects.VehicleHPOPForceModel#
Class defining HPOP force models.
Overview#
Get the central body gravity properties. |
|
Get the solar radiation pressure properties. |
|
Get the atmospheric drag properties. |
|
Get the 3rd-body gravity properties. |
|
Get the additional force model options. |
|
Get the eclipsing bodies. |
Import detail#
from ansys.stk.core.stkobjects import VehicleHPOPForceModel
Property detail#
- property VehicleHPOPForceModel.central_body_gravity: VehicleHPOPCentralBodyGravity#
Get the central body gravity properties.
- property VehicleHPOPForceModel.solar_radiation_pressure: VehicleHPOPSolarRadiationPressure#
Get the solar radiation pressure properties.
- property VehicleHPOPForceModel.drag: VehicleHPOPForceModelDrag#
Get the atmospheric drag properties.
- property VehicleHPOPForceModel.third_body_gravity: PropagatorHPOPThirdBodyGravityCollection#
Get the 3rd-body gravity properties.
- property VehicleHPOPForceModel.more_options: VehicleHPOPForceModelMoreOptions#
Get the additional force model options.
- property VehicleHPOPForceModel.eclipsing_bodies: VehicleEclipsingBodies#
Get the eclipsing bodies.