functionReynoldsNumber

Return Reynolds number from v, rho, mu, D

Extends from Modelica.Icons.Function (Icon for functions).

Information

Calculation of Reynolds Number

Re = |v|ρD/μ

a measure of the relationship between inertial forces (vρ) and viscous forces (D/μ).

The following table gives examples for the characteristic dimension D and the velocity v for different fluid flow devices:

Device TypeCharacteristic Dimension DVelocity v
Circular Pipediameter m_flow/ρ/crossArea
Rectangular Duct4*crossArea/perimeter m_flow/ρ/crossArea
Wide Ductdistance between narrow, parallel walls m_flow/ρ/crossArea
Packed BeddiameterOfSpericalParticles/(1-fluidFractionOfTotalVolume) m_flow/ρ/crossArea (without particles)
Device with rotating agitatordiameterOfRotor RotationalSpeed*diameterOfRotor

Inputs

TypeNameDefaultDescription
SI.VelocityvMean velocity of fluid flow
SI.DensityrhoFluid density
SI.DynamicViscositymuDynamic (absolute) viscosity
SI.LengthDCharacteristic dimension (hydraulic diameter of pipes)

Outputs

TypeNameDefaultDescription
SI.ReynoldsNumberReReynolds number