Click or drag to resize

ReactionWheelTorqueBuildTorqueEvaluator Method

Build lists of torques based on this model in order to create an overall resultant 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 void BuildTorqueEvaluator(
	ResultantTorqueBuilder builder,
	EvaluatorGroup group
)

Parameters

builder
Type: AGI.Foundation.CelestialResultantTorqueBuilder
The builder object containing the lists and additional information on the Axes in which the overall resultant is defined.
group
Type: AGI.FoundationEvaluatorGroup
The evaluator group in which to create evaluators.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when builder or 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