Path: ACPro/ACPerformance
% Computes takeoff velocity.
Type StallVelocityTakeoffVelocity for a demo.
--------------------------------------------------------------------------
Form:
vStall = StallVelocity( m, cLMax, s, rho )
--------------------------------------------------------------------------
------
Inputs
------
m (1,1) Mass (m)
cLMax (1,1) Maximum Lift coefficient
s (1,1) Reference area
rho (1,1) Atmospheric density (kg/m^3)
-------
Outputs
-------
vStall (1,:) Stall velocity
--------------------------------------------------------------------------
Reference: Anderson, J. D., "Introduction to Flight 3rd Edition,",
McGraw-Hill 1989, pp 318-324.
--------------------------------------------------------------------------
Back to the ACPro Module page