PO.ESP.Curve.BEP.SI


Description

Returns Best Efficiency Point flow rate from pump curve, [m3/d] (SI units).

Formula

=LAMBDA(curve_Q, curve_Eff, LET( curve_Q_bbld, MAP(curve_Q, LAMBDA(q, PO.UnitConverter(q, "m3/d", "bbl/d"))), result_bbld, PO.ESP.Curve.BEP(curve_Q_bbld, curve_Eff), PO.UnitConverter(result_bbld, "bbl/d", "m3/d")))

Parameters

Parameter Unit Description
curve_Q m3/d Array of flow rates, [m3/d]
curve_Eff - Array of efficiency values, [fraction]

Examples

Invocation Expected
=PO.ESP.Curve.BEP.SI({0, 79.5, 159, 238.5, 318}, {0, 0.4, 0.65, 0.55, 0.3}) 172.674

Need a custom LAMBDA? Suggest a New Lambda