Accurately compute Total Dynamic Head, hydraulic power, and shaft power (BHP) including pump efficiency. Visualize head components (pressure, velocity, elevation, friction) with an interactive signed bar chart.
The Total Dynamic Head (TDH) is the total equivalent height that a pump must overcome to move fluid from the suction to the discharge point. It is derived from the extended Bernoulli equation and consists of four components: pressure head, velocity head, elevation head, and friction losses. Accurate TDH calculation is critical for proper pump selection, avoiding cavitation, and optimizing energy consumption.
Engineers use TDH calculations for centrifugal pump selection, pipeline design, booster stations, cooling water systems, and chemical transfer. The hydraulic power (Phyd) derived from TDH and flow rate gives the minimum power required by the pump impeller. Dividing by pump efficiency yields the actual shaft power (brake horsepower) needed to size the motor. This tool follows ANSI/HI 14.3 and Hydraulic Institute standards.
A facility management team replaced an aging pump with a variable speed unit. Using this calculator, they input: P₁=150 kPa, P₂=520 kPa, ρ=998 kg/m³, v₁=2.1 m/s, v₂=2.9 m/s, Δz=8.5 m, hf=4.2 m, Q=120 m³/h, η=78%. The TDH was 48.6 m and hydraulic power 15.9 kW. Shaft power = 20.4 kW. By comparing with the existing pump curve, they selected a 22 kW motor and reduced energy consumption by 18% after trimming the impeller.
| Fluid | Density (kg/m³) | Typical TDH range (m) | Application |
|---|---|---|---|
| Fresh water | 1000 | 10 – 150 | Water supply, irrigation |
| Seawater | 1025 | 15 – 200 | Marine, desalination |
| Crude oil | 850 – 920 | 20 – 250 | Pipeline transfer |
| Light fuel oil | 820 | 10 – 100 | Fuel transfer systems |
| Coolant (water-glycol) | 1050 | 5 – 80 | HVAC systems |
The extended Bernoulli equation between pump suction (1) and discharge (2) including pump head Hpump and loss hf is:
P₁/ρg + v₁²/2g + z₁ + Hpump = P₂/ρg + v₂²/2g + z₂ + hf.
Rearranging: Hpump = (P₂−P₁)/ρg + (v₂²−v₁²)/2g + (z₂−z₁) + hf = TDH.
This equation forms the theoretical foundation of pump performance testing (ASME PTC 8.2). Our calculator implements this exact formulation with double precision floating point arithmetic.