Click or drag to resize

IersTechnicalNote36RelativisticCorrectionForceRouthsRuleAngularMomentumPerUnitMass Method

A static helper method that computes a CentralBodyAngularMomentumPerUnitMass vector for the input centralBody. This method uses Routh's rule for an ellipsoid coupled with the angular velocity vector computed between the fixed and inertial frames defined on the centralBody.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static Vector RouthsRuleAngularMomentumPerUnitMass(
	CentralBody centralBody
)

Parameters

centralBody
Type: AGI.Foundation.CelestialCentralBody
The central body for which to create this vector.

Return Value

Type: Vector
A vector suitable for use with the CentralBodyAngularMomentumPerUnitMass property.
See Also