Path: AerospaceUtils/AtmosphericCalculations
% Reynold's number as a function of atmospheric density. If viscosity isn't entered it is computed using Sutherland's Law. Type ReynoldsNumber for a demo using the Standard Atmosphere. -------------------------------------------------------------------------- Form: ReynoldsNumber rE = ReynoldsNumber( rho, v, mu, x ) -------------------------------------------------------------------------- ------ Inputs ------ rho (1,:) Density v (1,:) Velocity mu (1,:) Dynamic viscosity x (1,:) Characteristic length ------- Outputs ------- rE (1,:) Reynold's number -------------------------------------------------------------------------- See also TemperatureStagnation, SutherlandsLaw -------------------------------------------------------------------------- References: http://en.wikipedia.org/wiki/Reynolds_number --------------------------------------------------------------------------
AerospaceUtils: AeroData/AtmData AerospaceUtils: AtmosphericCalculations/AtmGamma AerospaceUtils: AtmosphericCalculations/SutherlandsLaw AerospaceUtils: AtmosphericCalculations/TemperatureStagnation 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 AerospaceUtils Module page