functionReynoldsNumber_m_flow
Return Reynolds number from m_flow, mu, D, A
Extends from Modelica.Icons.Function (Icon for functions).
Information
Simplified calculation of Reynolds Number for flow through pipes or orifices; using the mass flow ratem_flow instead of the velocity v to express inertial forces.
See also Pipes.BaseClasses.CharacteristicNumbers.ReynoldsNumber.Re = |m_flow|*diameter/A/μ with m_flow = v*ρ*A
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| SI.MassFlowRate | m_flow | Mass flow rate | |
| SI.DynamicViscosity | mu | Dynamic viscosity | |
| SI.Length | D | Characteristic dimension (hydraulic diameter of pipes or orifices) | |
| SI.Area | A | Modelica.Constants.pi/4*D*D | Cross sectional area of fluid flow |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| SI.ReynoldsNumber | Re | Reynolds number |