Path: ACPro/ModelCreation
% Computes the lift coefficient using a table lookup.
Type LiftCoeffStall for a demo.
--------------------------------------------------------------------------
Form:
cL = LiftCoeffStall( alpha, d )
--------------------------------------------------------------------------
------
Inputs
------
alpha (1,:) Angle of attack (rad)
d (.) Data structure
.alpha (1,:) Angle of attack (rad)
.cL (1,:) Lift coefficient
-------
Outputs
-------
cL (1,:) Lift coefficient
--------------------------------------------------------------------------
Common: CommonData/SwooshWatermark Common: General/CellToMat Common: General/MatToCell Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle
Back to the ACPro Module page