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: AtmosphericCalculations/SutherlandsLaw AerospaceUtils: AtmosphericCalculations/TemperatureStagnation Common: Atmosphere/StdAtm Common: Graphics/Plot2D
Back to the AerospaceUtils Module page