PO.ESP.Head.Static.SI
Description
Calculates static head from vertical depth, [m] (SI units).
Formula
=LAMBDA(TVD, SG, LET(
TVD_ft, PO.UnitConverter(TVD, "m", "ft"),
result_ft, PO.ESP.Head.Static(TVD_ft, SG),
PO.UnitConverter(result_ft, "ft", "m")))Parameters
| Parameter | Unit | Description |
|---|---|---|
TVD |
m | True vertical depth, [m] |
SG |
- | Fluid specific gravity, [dimensionless] |
Examples
| Invocation | Expected |
|---|---|
=PO.ESP.Head.Static.SI(30.48, 0.85) |
30.48 |