IersTechnicalNote36RelativisticCorrectionForce Constructor (CentralBody, Double, Double) |
Initializes the correction force with the specified
CentralBody, solar gravitational parameter, and central body gravitational parameter.
The
SolarCentralBody is set to the sun from the
CentralBodiesFacet.
Both additional corrections (de Sitter and Lense-Thirring) will be used.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public IersTechnicalNote36RelativisticCorrectionForce(
CentralBody centralBody,
double centralBodyGravitationalParameter,
double solarGravitationalParameter
)
Public Sub New (
centralBody As CentralBody,
centralBodyGravitationalParameter As Double,
solarGravitationalParameter As Double
)
public:
IersTechnicalNote36RelativisticCorrectionForce(
CentralBody^ centralBody,
double centralBodyGravitationalParameter,
double solarGravitationalParameter
)
new :
centralBody : CentralBody *
centralBodyGravitationalParameter : float *
solarGravitationalParameter : float -> IersTechnicalNote36RelativisticCorrectionForce
Parameters
- centralBody
- Type: AGI.Foundation.CelestialCentralBody
The central body to be used in the computation of this force. - centralBodyGravitationalParameter
- Type: SystemDouble
The gravitational parameter for the central body. - solarGravitationalParameter
- Type: SystemDouble
The gravitational parameter for the Sun.
Remarks See Also