PO.RP.Torque.IdealCBE.Loads.SI
Description
Calculates ideal counterbalance effect from PPRL and MPRL, [N] (SI units).
Formula
=LAMBDA(PPRL, MPRL, LET(
PPRL_lbf, PO.UnitConverter(PPRL, "N", "lbf"),
MPRL_lbf, PO.UnitConverter(MPRL, "N", "lbf"),
result_lbf, PO.RP.Torque.IdealCBE.Loads(PPRL_lbf, MPRL_lbf),
PO.UnitConverter(result_lbf, "lbf", "N")))Parameters
| Parameter | Unit | Description |
|---|---|---|
PPRL |
N | Peak polished rod load, [N] |
MPRL |
N | Minimum polished rod load, [N] |
Examples
| Invocation | Expected |
|---|---|
=PO.RP.Torque.IdealCBE.Loads.SI(44482, 22241) |
33361.5 |