IersTechnicalNote36RelativisticCorrectionForceCentralBodyAngularMomentumPerUnitMass Property |
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Vector CentralBodyAngularMomentumPerUnitMass { get; set; }
Public Property CentralBodyAngularMomentumPerUnitMass As Vector
Get
Set
public:
property Vector^ CentralBodyAngularMomentumPerUnitMass {
Vector^ get ();
void set (Vector^ value);
}
member CentralBodyAngularMomentumPerUnitMass : Vector with get, set
Property Value
Type:
VectorRemarks
One way to get this vector easily is to use
VectorAngularVelocity with the axes of the fixed frame of the central body used as the rotating axes,
and the axes of the solar system barycenter's inertial frame used as the reference axes. This angular velocity vector can then be fed into a
VectorScaled
using Routh's rule for an ellipsoid, less the mass term, as the scale factor to obtain the desired vector.
See Also