Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public IersTechnicalNote36RelativisticCorrectionForce(
	CentralBody centralBody,
	double centralBodyGravitationalParameter,
	double solarGravitationalParameter
)

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
The TargetPoint and CentralBodyAngularMomentumPerUnitMass properties will need to be set before use.
See Also