Path: ACPro/ACDesign
% Compute the rotation rate from the advance ratio It also computes the propeller tip Mach number. Either or both altitude and velocity can be vectors. If they are both vectors they must be the same length. Type NFromJ for a demo. -------------------------------------------------------------------------- Form: [n,mT] = NFromJ( j, d, v, h ) -------------------------------------------------------------------------- ------ Inputs ------ j (1,:) Advance ratio d (1,1) Blade diameter (m) v (1,:) Free stream velocity (m/s) h (1,:) Altitude (m, optional) ------- Outputs ------- n (1,:) Rotation rate (rps) mT (1,:) Tip Mach number (if h is specified) -------------------------------------------------------------------------- Reference: W.A. Mair and D.L. Birdsall, "Aircraft Performance", Cambridge, 1992, pp. 97-98 --------------------------------------------------------------------------
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