PO.RP.Pump.Displacement


Description

Calculates theoretical pump displacement, [bbl/d].

Syntax

=PO.RP.Pump.Displacement(Ap, Sp, N)

Parameters

Parameter Description
Ap Plunger area, [in²].
Sp Effective plunger stroke, [in].
N Pumping speed, [SPM].

SI Unit Version

Lambda Name PO.RP.Pump.Displacement.SI
Formula
=LAMBDA(Ap, Sp, N, LET( Ap_in2, PO.UnitConverter(Ap, "cm2", "in2"), Sp_in, PO.UnitConverter(Sp, "cm", "in"), result_bbld, PO.RP.Pump.Displacement(Ap_in2, Sp_in, N), PO.UnitConverter(result_bbld, "bbl/d", "m3/d")))
SI Parameters
Parameter Unit Description
Ap cm2 Plunger area, [cm2]
Sp cm Effective plunger stroke, [cm]
N - Pumping speed, [SPM]
How to save as a reusable Excel function

LAMBDA is a built-in Excel feature (Microsoft 365) that lets you create custom functions without VBA. The formula above works as-is when pasted into a cell.

To save a LAMBDA as a reusable named function:

  1. Go to Formulas → Name Manager → New
  2. Enter a name, e.g. PO.RP.Pump.Displacement.SI
  3. In Refers to, paste the LAMBDA formula without the trailing invocation (...)
  4. Click OK

Now use =PO.RP.Pump.Displacement.SI(...) anywhere in your workbook.

Missing a formula? Suggest a New Formula

An unhandled error has occurred. Reload X