SolarRadiationPressureModelGPS#
- class ansys.stk.core.stkobjects.SolarRadiationPressureModelGPS#
Bases:
ISRPModelBase
GPS Solar Radiation Pressure Model.
Overview#
Multiplicative factor on top of nominal GPS solar pressure model for acceleration in the satellite body fixed X-Z plane, which contains the sun to satellite line. Also known as K1, the nominal value is near 1.0. |
|
Acceleration along the body-fixed Y axis of the satellite. Input is unitless but is multiplied by 1.0e-12 m/s2 to yield an acceleration perpendicular to the sun-to-satellite line. Also known as K2, the nominally value is in the range of -1 < YBias < 1. |
Import detail#
from ansys.stk.core.stkobjects import SolarRadiationPressureModelGPS
Property detail#
- property SolarRadiationPressureModelGPS.scale: float#
Multiplicative factor on top of nominal GPS solar pressure model for acceleration in the satellite body fixed X-Z plane, which contains the sun to satellite line. Also known as K1, the nominal value is near 1.0.
- property SolarRadiationPressureModelGPS.y_bias: float#
Acceleration along the body-fixed Y axis of the satellite. Input is unitless but is multiplied by 1.0e-12 m/s2 to yield an acceleration perpendicular to the sun-to-satellite line. Also known as K2, the nominally value is in the range of -1 < YBias < 1.