Click or drag to resize

IersTechnicalNote36RelativisticCorrectionForce Constructor (Point, CentralBody, CentralBody, Vector, Double, Double, Boolean, Boolean)

Initializes the correction force with the specified parameters.

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(
	Point targetPoint,
	CentralBody centralBody,
	CentralBody solarCentralBody,
	Vector centralBodyAngularMomentumPerUnitMass,
	double centralBodyGravitationalParameter,
	double solarGravitationalParameter,
	bool useLenseThirringCorrection,
	bool useDeSitterCorrection
)

Parameters

targetPoint
Type: AGI.Foundation.GeometryPoint
The point to which this force is applied.
centralBody
Type: AGI.Foundation.CelestialCentralBody
The central body about which this force is calculated.
solarCentralBody
Type: AGI.Foundation.CelestialCentralBody
The central body that represents the sun of the solar system where this force is used.
centralBodyAngularMomentumPerUnitMass
Type: AGI.Foundation.GeometryVector
The vector that specifies the rotational angular momentum per unit mass of the central body.
centralBodyGravitationalParameter
Type: SystemDouble
The gravitational parameter for the centralBody.
solarGravitationalParameter
Type: SystemDouble
The gravitational parameter for the Sun.
useLenseThirringCorrection
Type: SystemBoolean
Set to to use the Lense-Thirring correction.
useDeSitterCorrection
Type: SystemBoolean
Set to to use the de Sitter correction.
See Also