.TRANSFORM.Utilities.CharacteristicNumbers.ReynoldsNumber

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

Interface

function ReynoldsNumber
  extends Modelica.Icons.Function;
  input SI.Velocity v "Mean velocity of fluid flow";
  input SI.Density rho "Fluid density";
  input SI.DynamicViscosity mu "Dynamic (absolute) viscosity";
  input SI.Length D "Characteristic dimension (e.g., hydraulic diameter)";
  output SI.ReynoldsNumber Re "Reynolds number";
end ReynoldsNumber;

Generated at 2024-11-21T19:25:40Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos