VehicleHPOPForceModelMoreOptions#

class ansys.stk.core.stkobjects.VehicleHPOPForceModelMoreOptions#

Class defining additional force model options for HPOP.

Overview#

drag

Get the additional atmospheric drag options.

solar_radiation_pressure

Get the additional solar radiation pressure options.

static

Get the static force model options concerning satellite mass and relativistic accelerations.

solid_tides

Get the solid tides options.

ocean_tides

Get the ocean tides options.

radiation_pressure

Get the radiation pressure options.

plugin_propagator

Get the plugin propagator parameters.

Import detail#

from ansys.stk.core.stkobjects import VehicleHPOPForceModelMoreOptions

Property detail#

property VehicleHPOPForceModelMoreOptions.drag: VehicleHPOPForceModelDragOptions#

Get the additional atmospheric drag options.

property VehicleHPOPForceModelMoreOptions.solar_radiation_pressure: VehicleHPOPSolarRadiationPressureOptions#

Get the additional solar radiation pressure options.

property VehicleHPOPForceModelMoreOptions.static: PropagatorHPOPStaticForceModelSettings#

Get the static force model options concerning satellite mass and relativistic accelerations.

property VehicleHPOPForceModelMoreOptions.solid_tides: SolidTides#

Get the solid tides options.

property VehicleHPOPForceModelMoreOptions.ocean_tides: OceanTides#

Get the ocean tides options.

property VehicleHPOPForceModelMoreOptions.radiation_pressure: RadiationPressure#

Get the radiation pressure options.

property VehicleHPOPForceModelMoreOptions.plugin_propagator: VehiclePluginPropagator#

Get the plugin propagator parameters.