Path: ACPro/ACPerformance
% Computes landing distance. Set cL to zero eliminate lift. muR is generally 0.4 for braking. t is for thrust reversing. Type LandingDistance for a demo. Since version 5. -------------------------------------------------------------------------- Form: sL = LandingDistance( m, vL, t, cL, cD0, muR, hB, d, rho ) -------------------------------------------------------------------------- ------ Inputs ------ m (1,1) Mass (kg) vL (1,1) Landing velocity (m/s) cL (1,1) Lift coefficient cD0 (1,1) Drag coefficient muR (1,1) Rolling resistance hB (1,1) Altitude/wing span d (.) Drag data structure rho (1,1) Atmospheric density (kg/m^3) ------- Outputs ------- sL (1,:) Landing distance (m) -------------------------------------------------------------------------- Reference: Anderson, J. D., "Introduction to Flight 3rd Edition,", McGraw-Hill 1989, pp 324-326. --------------------------------------------------------------------------
ACPro: ACPerformance/StallVelocity
Back to the ACPro Module page