Introduction & Context
In process engineering the design of a pipe that transports a viscous fluid under laminar flow conditions requires a careful balance between two competing constraints:
- the allowable pressure drop across the pipe length, and
- the maximum Reynolds number that still guarantees laminar flow.
Selecting an appropriate pipe inner diameter ensures that the system operates efficiently, avoids excessive pumping power, and maintains the fluid in the desired flow regime. This calculation is commonly applied in the design of:
- high‑viscosity liquid lines (e.g., polymer melts, heavy oils),
- heat‑transfer circuits where low turbulence is required,
- laboratory‑scale reactors and pilot plants.
Methodology & Formulas
1. Variable Definitions
| Symbol | Description | Units |
|---|---|---|
| \(g\) | gravitational acceleration (used only if head loss is required) | m·s\(^{-2}\) |
| \(\mu_{\text{cP}}\) | dynamic viscosity in centipoise | cP |
| \(\mu\) | dynamic viscosity in pascal‑seconds | Pa·s |
| \(\rho\) | fluid density | kg·m\(^{-3}\) |
| \(\dot{m}\) | mass flow rate | kg·s\(^{-1}\) |
| Q | volumetric flow rate | m\(^3\)·s\(^{-1}\) |
| L | pipe length | m |
| \(\Delta P_{\max}\) | allowable pressure drop | Pa |
| \(Re_{\max}\) | maximum Reynolds number for laminar flow | – |
| D\) | selected pipe inner diameter | m |
| A | cross‑sectional area of the pipe | m\(^2\) |
| \(\bar{v}\) | mean fluid velocity | m·s\(^{-1}\) |
| Re | Reynolds number based on the selected diameter | – |
| \(\Delta P\) | pressure drop computed for the selected diameter | Pa |
2. Unit Conversions
The viscosity supplied in centipoise is converted to pascal‑seconds:
\[ \mu = \mu_{\text{cP}} \times 10^{-3} \]The allowable pressure drop given in bar is converted to pascals:
\[ \Delta P_{\max} = \Delta P_{\max,\text{bar}} \times 10^{5} \]3. Volumetric Flow Rate
\[ Q = \frac{\dot{m}}{\rho} \]4. Diameter Required by Pressure‑Drop Limit
For fully developed laminar flow in a circular pipe, the Hagen–Poiseuille relationship gives:
\[ \Delta P = \frac{128\,\mu\,L\,Q}{\pi D^{4}} \] Solving for the diameter that would just meet the pressure‑drop limit yields: \[ D_{\text{dp}} = \left( \frac{128\,\mu\,L\,Q}{\pi\,\Delta P_{\max}} \right)^{\!1/4} \]5. Diameter Required by Reynolds‑Number Limit
The Reynolds number for pipe flow is:
\[ Re = \frac{\rho\,\bar{v}\,D}{\mu} \] Substituting \(\bar{v}=Q/A = 4Q/(\pi D^{2})\) gives: \[ Re = \frac{4\,\rho\,Q}{\pi\,\mu\,D} \] Rearranging to solve for the diameter that keeps the flow laminar: \[ D_{\text{re}} = \frac{4\,\rho\,Q}{\pi\,\mu\,Re_{\max}} \]6. Selection of the Governing Diameter
The pipe must satisfy both constraints, therefore the larger of the two candidate diameters is chosen:
| Condition | Resulting Diameter |
|---|---|
| If \(D_{\text{dp}} \ge D_{\text{re}}\) | \(D = D_{\text{dp}}\) |
| If \(D_{\text{re}} > D_{\text{dp}}\) | \(D = D_{\text{re}}\) |
7. Derived Quantities with the Selected Diameter
Cross‑sectional area:
\[ A = \frac{\pi D^{2}}{4} \]Mean velocity:
\[ \bar{v} = \frac{Q}{A} \]Reynolds number (verification):
\[ Re = \frac{\rho\,\bar{v}\,D}{\mu} \]Pressure drop (final check):
\[ \Delta P = \frac{128\,\mu\,L\,Q}{\pi D^{4}} \]8. Conversion of Results to Practical Units
Diameter is often reported in millimetres:
\[ D_{\text{mm}} = D \times 10^{3} \]Pressure drop is frequently expressed in bar:
\[ \Delta P_{\text{bar}} = \frac{\Delta P}{10^{5}} \]9. Summary of Computational Steps
- Convert \(\mu_{\text{cP}}\) to \(\mu\) and \(\Delta P_{\max,\text{bar}}\) to \(\Delta P_{\max}\).
- Compute the volumetric flow rate \(Q = \dot{m}/\rho\).
- Evaluate \(D_{\text{dp}}\) from the pressure‑drop equation.
- Evaluate \(D_{\text{re}}\) from the Reynolds‑number limit.
- Select \(D = \max(D_{\text{dp}}, D_{\text{re}})\).
- Calculate \(A\), \(\bar{v}\), \(Re\), and \(\Delta P\) using the chosen \(D\).
- Convert \(D\) to millimetres and \(\Delta P\) to bar for reporting.
10. Typical Flow‑Regime Threshold
| Regime | Reynolds Number Range |
|---|---|
| Laminar | \(Re < Re_{\max}\) |
| Transitional | \(Re_{\max} \le Re \le 4000\) |
| Turbulent | \(Re > 4000\) |