ESP Head & Pressure LAMBDAs
Head-pressure conversion, static head, pressure at depth and total dynamic head.
7 lambdas
PO.ESP.Head.FromPressure.SI(P, SG)
Converts pressure to head using fluid specific gravity, [m] (SI units).
PO.ESP.Head.ToPressure.SI(H, SG)
Converts head to pressure using fluid specific gravity, [kPa] (SI units).
PO.ESP.Head.Static.SI(TVD, SG)
Calculates static head from vertical depth, [m] (SI units).
PO.ESP.Head.PressureAtDepth.SI(P_surface, TVD, SG)
Calculates pressure at depth given surface pressure, [kPa] (SI units).
PO.ESP.TDH.SI(TVD_pump, WHP, PIP, friction_head, SG)
Calculates Total Dynamic Head for ESP sizing, [m] (SI units).
PO.ESP.TDH.Full.SI(TVD_pump, WHP, P_res, PI, Q, submergence, friction_head, SG)
Extended TDH calculation with IPR-based PIP, [m] (SI units).
PO.ESP.TDH.NetLift.SI(TVD_pump, DFL)
Calculates net vertical lift (pump depth minus fluid level), [m] (SI units).