VehicleLOPForceModel#

class ansys.stk.core.stkobjects.VehicleLOPForceModel#

Class defining the force model for the LOP propagator.

Overview#

central_body_gravity

Get the central body gravity parameters.

third_body_gravity

Get the 3rd body gravity parameters.

drag

Get the atmospheric drag parameters.

solar_radiation_pressure

Get the solar radiation pressure parameters.

physical_data

Get the physical data parameters.

Import detail#

from ansys.stk.core.stkobjects import VehicleLOPForceModel

Property detail#

property VehicleLOPForceModel.central_body_gravity: VehicleLOPCentralBodyGravity#

Get the central body gravity parameters.

property VehicleLOPForceModel.third_body_gravity: PropagatorLOPThirdBodyGravity#

Get the 3rd body gravity parameters.

property VehicleLOPForceModel.drag: VehicleLOPForceModelDrag#

Get the atmospheric drag parameters.

property VehicleLOPForceModel.solar_radiation_pressure: VehicleLOPSolarRadiationPressure#

Get the solar radiation pressure parameters.

property VehicleLOPForceModel.physical_data: VehiclePhysicalData#

Get the physical data parameters.