PO.ESP.System.Hfric.SI
Description
Simplified friction head calculation, [m] (SI units).
Formula
=LAMBDA(Q, tubing_ID, tubing_length, SG, LET(
Q_bbld, PO.UnitConverter(Q, "m3/d", "bbl/d"),
tubing_ID_in, PO.UnitConverter(tubing_ID, "cm", "in"),
tubing_length_ft, PO.UnitConverter(tubing_length, "m", "ft"),
result_ft, PO.ESP.System.Hfric(Q_bbld, tubing_ID_in, tubing_length_ft, SG),
PO.UnitConverter(result_ft, "ft", "m")))Parameters
| Parameter | Unit | Description |
|---|---|---|
Q |
m3/d | Flow rate, [m3/d] |
tubing_ID |
cm | Tubing inner diameter, [cm] |
tubing_length |
m | Tubing length, [m] |
SG |
- | Fluid specific gravity, [dimensionless] |
Examples
| Invocation | Expected |
|---|---|
=PO.ESP.System.Hfric.SI(0.159, 6.35, 30.48, 0.85) |
7.58833674E-07 |