Introduction & Context
The calculation of pump hydraulic power determines the amount of mechanical energy that must be supplied to a pump to move a fluid at a specified flow rate against a given pressure rise. In process engineering this assessment is essential for:
- Selecting a pump and motor that can reliably meet the required duty.
- Estimating energy consumption and operating costs.
- Ensuring that safety factors are incorporated to accommodate transient loads and equipment tolerances.
- Verifying that the system head and power requirements are consistent with the overall plant design.
Typical applications include water distribution networks, cooling‑water loops, chemical reactors, and any closed‑loop fluid handling system where precise flow and pressure control are required.
Methodology & Formulas
The procedure follows a sequence of unit‑consistent conversions and physics‑based relationships. All variables are defined symbolically; numerical substitution is performed only in the implementation code.
Step 1 – Convert practical units to SI
Volumetric flow rate \(Q\) is supplied in litres per minute and must be expressed in cubic metres per second:
\[ Q_{\text{SI}} = Q_{\text{L/min}} \times \frac{10^{-3}\ \text{m}^3}{1\ \text{L}} \times \frac{1}{60\ \text{s/min}} \]Pressure rise \(\Delta P\) is given in bar and is converted to pascals:
\[ \Delta P_{\text{SI}} = \Delta P_{\text{bar}} \times 10^{5}\ \text{Pa/bar} \]Step 2 – Theoretical hydraulic power
The ideal hydraulic power (ignoring losses) is the product of flow and pressure:
\[ P_{\text{th}} = Q_{\text{SI}} \times \Delta P_{\text{SI}} \]Step 3 – Account for pump efficiency
Real pumps operate with an efficiency \(\eta_{\text{pump}}\) (decimal). The shaft power that must be delivered to the pump is:
\[ P_{\text{shaft}} = \frac{P_{\text{th}}}{\eta_{\text{pump}}} \]Step 4 – Apply safety factor for motor selection
A safety factor \(SF\) is multiplied to provide a motor rating that accommodates unforeseen overloads:
\[ P_{\text{motor}} = P_{\text{shaft}} \times SF \]Step 5 – Convert results to kilowatts for reporting
\[ P_{\text{th,kW}} = \frac{P_{\text{th}}}{10^{3}},\qquad P_{\text{shaft,kW}} = \frac{P_{\text{shaft}}}{10^{3}},\qquad P_{\text{motor,kW}} = \frac{P_{\text{motor}}}{10^{3}} \]Step 6 – Optional head‑based verification
The pressure rise can be expressed as an equivalent head of water \(H\):
\[ H = \frac{\Delta P_{\text{SI}}}{\rho\,g} \]Using this head, the hydraulic power can be recomputed via the classic head‑based formula:
\[ P_{\text{th,check}} = \rho\,g\,Q_{\text{SI}}\,H \]Consistency between \(P_{\text{th}}\) and \(P_{\text{th,check}}\) validates the unit conversions.
Key Symbols
| Symbol | Description | Units |
|---|---|---|
| \(Q_{\text{L/min}}\) | Volumetric flow rate (input) | L/min |
| \(Q_{\text{SI}}\) | Volumetric flow rate (SI) | m³/s |
| \(\Delta P_{\text{bar}}\) | Pressure rise (input) | bar |
| \(\Delta P_{\text{SI}}\) | Pressure rise (SI) | Pa |
| \(\rho\) | Fluid density | kg/m³ |
| \(g\) | Acceleration due to gravity | m/s² |
| \(\eta_{\text{pump}}\) | Pump efficiency | decimal |
| SF | Safety factor for motor selection | dimensionless |
| \(P_{\text{th}}\) | Theoretical hydraulic power | W |
| \(P_{\text{shaft}}\) | Shaft power required | W |
| \(P_{\text{motor}}\) | Motor rating | W |
| H | Equivalent water head | m |