functionReynoldsNumber
Calculation of Reynolds number
Extends from Modelica.Icons.Function (Icon for functions).
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Area | A_cross | Cross sectional area | |
| SI.Length | perimeter | Wetted perimeter | |
| SI.Density | rho | Density of fluid | |
| SI.DynamicViscosity | eta | Dynamic viscosity of fluid | |
| SI.MassFlowRate | m_flow | Mass flow rate |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| SI.ReynoldsNumber | Re | Reynolds number | |
| SI.Velocity | velocity | Mean velocity |