VehicleHPOPCentralBodyGravity#
- class ansys.stk.core.stkobjects.VehicleHPOPCentralBodyGravity#
Class defining Central Body Gravity options for the High Precision Orbit Propagator (HPOP).
Overview#
Set maximum degree and maximum order of geopotential coefficients to be included for Central Body gravity computations. An exception is raised if MaximumDegree is less than MaximumOrder. Both values are dimensionless. |
Name of gravity (.grv) file, an ASCII file containing the Central Body geopotential model coefficients. |
|
Maximum degree of geopotential coefficients to be included for Central Body gravity computations. Dimensionless. |
|
Maximum order of geopotential coefficients to be included for Central Body gravity computations. Dimensionless. |
|
Opt whether to include the perturbation of the gravity field caused by the effects of ocean tides. |
|
Solid Tide Type. |
|
Opt whether to include or ignore secular variations defined by the gravity field model. |
Import detail#
from ansys.stk.core.stkobjects import VehicleHPOPCentralBodyGravity
Property detail#
- property VehicleHPOPCentralBodyGravity.file: str#
Name of gravity (.grv) file, an ASCII file containing the Central Body geopotential model coefficients.
- property VehicleHPOPCentralBodyGravity.maximum_degree: int#
Maximum degree of geopotential coefficients to be included for Central Body gravity computations. Dimensionless.
- property VehicleHPOPCentralBodyGravity.maximum_order: int#
Maximum order of geopotential coefficients to be included for Central Body gravity computations. Dimensionless.
Method detail#
- VehicleHPOPCentralBodyGravity.set_maximum_degree_and_order(self, maximum_degree: int, maximum_order: int) None #
Set maximum degree and maximum order of geopotential coefficients to be included for Central Body gravity computations. An exception is raised if MaximumDegree is less than MaximumOrder. Both values are dimensionless.