Booster Pump Calculation Excel 〈100% Limited〉

TDH = H_geo + H_friction + (P_discharge - P_suction) * 10.2

=CEILING(P_m, 1.5) ' Rounds up to nearest 1.5 kW or 2 HP Create a clean Output section that automatically updates: booster pump calculation excel

H_friction = f * (L / D) * (v² / (2*g)) TDH = H_geo + H_friction + (P_discharge - P_suction) * 10

| Parameter | Formula | Excel Example | | :--- | :--- | :--- | | Hydraulic Power (P_h) | Q (m³/s) * TDH (m) * ρ * g | = (Q_m3h/3600) * TDH * 1000 * 9.81 | | Shaft Power (P_s) | P_h / Pump Efficiency (η_p) | = P_h / 0.75 (for 75% efficiency) | | Motor Power (P_m) | P_s / Motor Efficiency (η_m) | = P_s / 0.92 | booster pump calculation excel

#EngineeringExcel #PumpSizing #HydraulicCalculations #BoosterPump #ExcelForEngineers