Booster Pump Head | Calculation Xls

Booster Pump Head Calculation using Excel

Introduction

Booster pumps are used to increase the pressure of a fluid in a piping system. They are commonly used in water supply systems, irrigation systems, and industrial processes. The head calculation of a booster pump is crucial to ensure that it can provide the required pressure to overcome the losses in the system and deliver the desired flow rate. This paper will discuss the calculation of booster pump head using Microsoft Excel.

Booster Pump Head Calculation

The head of a booster pump is calculated using the following formula:

H = Hf + Hs + Hm

Where:

Friction Head Loss (Hf)

The friction head loss is calculated using the Darcy-Weisbach equation:

Hf = f * (L/D) * (V^2/2g)

Where:

Static Head (Hs)

The static head is the difference in elevation between the suction and discharge points:

Hs = Zs - Zd

Where:

Margin of Safety (Hm)

The margin of safety is added to account for any uncertainties in the system:

Hm = 10-20% of H

Excel Calculation

To calculate the booster pump head using Excel, we can create a simple spreadsheet with the following inputs:

| Input | Value | Unit | | --- | --- | --- | | Flow rate (Q) | | m^3/s | | Length of pipe (L) | | m | | Diameter of pipe (D) | | m | | Elevation of suction point (Zs) | | m | | Elevation of discharge point (Zd) | | m | | Friction factor (f) | | - | | Velocity of fluid (V) | | m/s |

The calculations can be performed using the following steps:

  1. Calculate the friction head loss (Hf) using the Darcy-Weisbach equation
  2. Calculate the static head (Hs) using the elevation difference
  3. Calculate the margin of safety (Hm) as a percentage of the total head
  4. Calculate the total head (H) by adding Hf, Hs, and Hm

Example Calculation

Suppose we want to calculate the booster pump head for a water supply system with the following inputs:

| Input | Value | Unit | | --- | --- | --- | | Flow rate (Q) | 0.01 | m^3/s | | Length of pipe (L) | 1000 | m | | Diameter of pipe (D) | 0.1 | m | | Elevation of suction point (Zs) | 10 | m | | Elevation of discharge point (Zd) | 20 | m | | Friction factor (f) | 0.02 | - | | Velocity of fluid (V) | 1.5 | m/s |

Using the calculations above, we get:

Hf = 0.02 * (1000/0.1) * (1.5^2/2*9.81) = 2.29 m Hs = 20 - 10 = 10 m Hm = 10% of H = 0.1 * (2.29 + 10) = 1.23 m H = 2.29 + 10 + 1.23 = 13.52 m

Conclusion

The calculation of booster pump head is an important step in designing a piping system. Using Excel, we can create a simple and efficient tool to perform these calculations. By inputting the required parameters, we can quickly calculate the total head required for the booster pump. This calculation can be used to select the correct pump and ensure that it can provide the required pressure to overcome the losses in the system and deliver the desired flow rate.

References

Appendix

Below is an example Excel spreadsheet for calculating booster pump head:

| Input | Value | Unit | Formula | | --- | --- | --- | --- | | Flow rate (Q) | 0.01 | m^3/s | | | Length of pipe (L) | 1000 | m | | | Diameter of pipe (D) | 0.1 | m | | | Elevation of suction point (Zs) | 10 | m | | | Elevation of discharge point (Zd) | 20 | m | | | Friction factor (f) | 0.02 | - | | | Velocity of fluid (V) | 1.5 | m/s | | | Friction head loss (Hf) | =0.02* (1000/0.1)* (1.5^2/2*9.81) | m | =(F2* (F3/F4)* (F7^2/2*9.81)) | | Static head (Hs) | =F5-F6 | m | =(F5-F6) | | Margin of safety (Hm) | =0.1*(Hf+ Hs) | m | =0.1*(F8+F9) | | Total head (H) | =F8+F9+F10 | m | =(F8+F9+F10) |

Please note that this is a simplified example and actual calculations may require more complex formulas and considerations.

Here’s a concise review of a typical Booster Pump Head Calculation Excel Sheet (XLS), covering its usual strengths, weaknesses, and accuracy considerations.


Abstract

Provide a concise Excel workbook to calculate booster pump head requirements for a system, including friction losses, static lift, velocity head, fittings, safety margin, and pump selection guidance.

3. Material Cost & Energy Cost Estimator

🛠 Recommendations for Use

| Do | Don’t | |----|-------| | ✅ Lock input cells / use data validation | ❌ Rely on it for final pump selection without checking curves | | ✅ Add a “design margin” cell (e.g., 1.1 factor) | ❌ Ignore NPSH calculation | | ✅ Validate with real operating data | ❌ Use for viscous or multiphase fluids | | ✅ Include a pressure tank drawdown check for variable flow | ❌ Forget to account for parallel or standby pumps | booster pump head calculation xls


Part 1: The Hydraulic Foundation – What Is Pump Head?

Before entering data into your XLS, understand that "head" is the height of a fluid column that the pump can generate, measured in meters (or feet). For booster pumps, we calculate Total Dynamic Head (TDH) .

❌ Common Weaknesses / Errors to Check

| Issue | Why It Matters | |-------|----------------| | Hidden or unprotected formulas | Users may accidentally break calculations. | | No friction loss for all pipe materials | Some sheets assume only PVC or steel. | | Ignores temperature effects | Viscosity and density changes affect pump performance. | | No allowance for future fouling | Pipes scale up → higher friction loss over time. | | Minor losses underestimated | Many sheets use only 10–20% of friction loss, which is often too low for systems with many valves/fittings. | | No NPSH margin | Should have a safety factor (e.g., 0.5–1 m extra). | | Doesn’t check pump operating point | Without pump curves, you might select an undersized pump. |


2. Suction Side Data

4. Calculations (with suggested Excel formulas)