Click or drag to resize

SimpleFixedWingForwardFlightAerodynamics.GetEvaluator Method (EvaluatorGroup)

Gets an evaluator that computes the aerodynamic force in the wind frame as drag, side, and lift force components. The side force is zero, by definition, for this aerodynamic model.

Namespace:  AGI.Foundation.AircraftPropagation
Assembly:  AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public Evaluator<Cartesian> GetEvaluator(
	EvaluatorGroup group
)

Parameters

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

Return Value

Type: Evaluator<Cartesian>
The evaluator that computes the aerodynamic force in the wind frame as drag, side, and lift force components.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when group is null.
PropertyInvalidException Thrown when the property AngleOfAttack or DynamicPressure is null.
See Also