VehicleHPOPForceModel#

class ansys.stk.core.stkobjects.VehicleHPOPForceModel#

Class defining HPOP force models.

Overview#

central_body_gravity

Get the central body gravity properties.

solar_radiation_pressure

Get the solar radiation pressure properties.

drag

Get the atmospheric drag properties.

third_body_gravity

Get the 3rd-body gravity properties.

more_options

Get the additional force model options.

eclipsing_bodies

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.