Click or drag to resize

ReactionWheelTorqueGetTorqueEvaluator 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: 24.1.418.0 (24.1.418.0)
Syntax
public override TorqueEvaluator GetTorqueEvaluator(
	EvaluatorGroup group
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
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 .
PropertyInvalidException Thrown when BodyAxes or SpinMagnitude is null.
DataUnavailableException Thrown when Evaluate is called and the evaluator for SpinMagnitude does not have enough derivative information to compute the angular acceleration of the reaction wheel at that time.
See Also