Click or drag to resize

GravityGradientTorque Constructor (Point, Matrix3By3Symmetric, Axes)

Initializes the gravity-gradient torque model. By default the CentralBody is set to Earth from the CentralBodiesFacet and the GravitationalParameter is set to GravitationalParameter.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public GravityGradientTorque(
	Point bodyCenterOfMass,
	Matrix3By3Symmetric inertiaMatrix,
	Axes bodyAxes
)

Parameters

bodyCenterOfMass
Type: AGI.Foundation.GeometryPoint
The center of mass point of the gravity-gradient satellite.
inertiaMatrix
Type: AGI.Foundation.CoordinatesMatrix3By3Symmetric
The 3x3 inertia matrix of the gravity-gradient satellite. This must be defined in the BodyAxes.
bodyAxes
Type: AGI.Foundation.GeometryAxes
The body axes of the gravity-gradient satellite. These should be the IntegrationAxes of the PropagationEulerianAxes associated with the gravity-gradient satellite.
See Also