PO.ESP.HydraulicHP.GPM.SI
Description
Calculates theoretical hydraulic horsepower (gpm basis), [kW] (SI units).
Formula
=LAMBDA(Q, TDH, SG, LET(
Q_galmin, PO.UnitConverter(Q, "m3/h", "gal/min"),
TDH_ft, PO.UnitConverter(TDH, "m", "ft"),
result_hp, PO.ESP.HydraulicHP.GPM(Q_galmin, TDH_ft, SG),
PO.UnitConverter(result_hp, "hp", "kW")))Parameters
| Parameter | Unit | Description |
|---|---|---|
Q |
m3/h | Liquid flow rate, [m3/h] |
TDH |
m | Total Dynamic Head, [m] |
SG |
- | Fluid specific gravity, [dimensionless] |
Examples
| Invocation | Expected |
|---|---|
=PO.ESP.HydraulicHP.GPM.SI(0.159, 1524, 0.85) |
0.56026121 |