PO.RP.Pump.Disp.Eff.SI
Description
Calculates effective pump displacement accounting for fillage, [m3/d] (SI units).
Formula
=LAMBDA(PD, F, LET(
PD_bbld, PO.UnitConverter(PD, "m3/d", "bbl/d"),
result_bbld, PO.RP.Pump.Disp.Eff(PD_bbld, F),
PO.UnitConverter(result_bbld, "bbl/d", "m3/d")))Parameters
| Parameter | Unit | Description |
|---|---|---|
PD |
m3/d | Theoretical pump displacement, [m3/d] |
F |
- | Pump fillage, [fraction 0-1] |
Examples
| Invocation | Expected |
|---|---|
=PO.RP.Pump.Disp.Eff.SI(5, 0.85) |
4.25 |