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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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.Celestial.CentralBody
The central body to be used in the computation of this force. - centralBodyGravitationalParameter
- Type: System.Double
The gravitational parameter for the central body. - solarGravitationalParameter
- Type: System.Double
The gravitational parameter for the Sun.
Remarks
See Also