Path: ACPro/ACPerformance
% Computes the stall velocity. -------------------------------------------------------------------------- Form: vStall = VStall( d, altitude ) -------------------------------------------------------------------------- ------ Inputs ------ d (1,1) Data structure .cLMax (1,1) Max lift coefficient .wingArea (1,1) Wing area .massDesign (1,1) mass altitude (1,1) Altitude (m) ------- Outputs ------- vStall (1,1) Stall velocity -------------------------------------------------------------------------- Reference: Mair, W. A. and D. L. Birdsall, "Aircraft Performance," Cambridge, p. 139. --------------------------------------------------------------------------
AerospaceUtils: AeroData/AtmData Common: Atmosphere/StdAtm 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