Click or drag to resize

SimpleFixedWingForwardFlightAerodynamicsGetEvaluator Method

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: 24.1.418.0 (24.1.418.0)
Syntax
public Evaluator<Cartesian> GetEvaluator()

Return Value

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