Click or drag to resize

GravityGradientTorque.GetTorqueEvaluator Method (EvaluatorGroup)

Gets an instance of an evaluator that can compute the torque.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public override TorqueEvaluator GetTorqueEvaluator(
	EvaluatorGroup group
)

Parameters

group
Type: AGI.Foundation.EvaluatorGroup
The group in which to create the evaluator and its dependents.

Return Value

Type: TorqueEvaluator
The evaluator that computes the torque.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when group is null.
PropertyInvalidException Thrown when BodyAxes, BodyCenterOfMass, or CentralBody is null. Thrown when the GravitationalParameter is negative. Thrown when the InertiaMatrix is not positive definite or has a determinant of less than 10^(-15).
See Also