PO.MBE.Aq.Sch.Rate.SI


Description

Calculates instantaneous water influx rate (Schilthuis), [m3/d]. qw = C * (pi - p) (SI units).

Formula

=LAMBDA(C, Pi, P, LET( C_field, C * PO.UnitConverter(1, "psi", "kPa") / PO.UnitConverter(1, "bbl/d", "m3/d"), Pi_psi, PO.UnitConverter(Pi, "kPa", "psi"), P_psi, PO.UnitConverter(P, "kPa", "psi"), result_bblpd, PO.MBE.Aq.Sch.Rate(C_field, Pi_psi, P_psi), PO.UnitConverter(result_bblpd, "bbl/d", "m3/d")))

Parameters

Parameter Unit Description
C m3/d/kPa Aquifer constant, [m3/d/kPa]
Pi kPa Initial pressure, [kPa]
P kPa Current reservoir pressure, [kPa]

Examples

Invocation Expected
=PO.MBE.Aq.Sch.Rate.SI(0.001, 24132, 17237) 6.895

Need a custom LAMBDA? Suggest a New Lambda