VehiclePhysicalData#

class ansys.stk.core.stkobjects.VehiclePhysicalData#

Class defining physical data for the LOP force model.

Overview#

drag_cross_sectional_area

Get or set the satellite’s cross-sectional area to be used in atmospheric drag calculations. Uses Area Dimension.

solar_radiation_pressure_cross_sectional_area

Get or set the satellite’s cross-sectional area to be used in solar radiation pressure calculations. Uses Area Dimension.

satellite_mass

Get or set the mass of the satellite to be used in atmospheric drag and solar radiation pressure calculations. Uses Mass Dimension.

Import detail#

from ansys.stk.core.stkobjects import VehiclePhysicalData

Property detail#

property VehiclePhysicalData.drag_cross_sectional_area: float#

Get or set the satellite’s cross-sectional area to be used in atmospheric drag calculations. Uses Area Dimension.

property VehiclePhysicalData.solar_radiation_pressure_cross_sectional_area: float#

Get or set the satellite’s cross-sectional area to be used in solar radiation pressure calculations. Uses Area Dimension.

property VehiclePhysicalData.satellite_mass: float#

Get or set the mass of the satellite to be used in atmospheric drag and solar radiation pressure calculations. Uses Mass Dimension.