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.2.419.0 (24.2.419.0)
Syntax public Evaluator<Cartesian> GetEvaluator()
Public Function GetEvaluator As Evaluator(Of Cartesian)
public:
Evaluator<Cartesian>^ GetEvaluator()
member GetEvaluator : unit -> Evaluator<Cartesian>
Return Value
Type:
EvaluatorCartesianThe evaluator that computes the aerodynamic force in the wind frame as drag, side, and lift force components.
Exceptions See Also