PO.RP.Pump.Stroke.Eff.SI
Description
Calculates effective plunger stroke from surface stroke and stretch, [cm] (SI units).
Formula
=LAMBDA(S, dLr, dLt, LET(
S_in, PO.UnitConverter(S, "cm", "in"),
dLr_in, PO.UnitConverter(dLr, "cm", "in"),
dLt_in, PO.UnitConverter(dLt, "cm", "in"),
result_in, PO.RP.Pump.Stroke.Eff(S_in, dLr_in, dLt_in),
PO.UnitConverter(result_in, "in", "cm")))Parameters
| Parameter | Unit | Description |
|---|---|---|
S |
cm | Surface (polished rod) stroke length, [cm] |
dLr |
cm | Total rod string stretch, [cm] |
dLt |
cm | Tubing stretch under load, [cm] |
Examples
| Invocation | Expected |
|---|---|
=PO.RP.Pump.Stroke.Eff.SI(304.8, 25.4, 12.7) |
292.1 |