VehicleLOPForceModel#
- class ansys.stk.core.stkobjects.VehicleLOPForceModel#
Class defining the force model for the LOP propagator.
Overview#
Get the central body gravity parameters. |
|
Get the 3rd body gravity parameters. |
|
Get the atmospheric drag parameters. |
|
Get the solar radiation pressure parameters. |
|
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.