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: 25.1.421.0 (25.1.421.0)
Syntax
public IersTechnicalNote36RelativisticCorrectionForce(
	CentralBody centralBody,
	double centralBodyGravitationalParameter,
	double solarGravitationalParameter
)

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