PO.MBE.Gas.OGIP.SI
Description
Estimates OGIP using standard p/z method, [sm3]. Assumes volumetric depletion (SI units).
Formula
=LAMBDA(P, z, Pi, zi, Gp, LET(
P_psi, PO.UnitConverter(P, "kPa", "psi"),
Pi_psi, PO.UnitConverter(Pi, "kPa", "psi"),
Gp_ft3, PO.UnitConverter(Gp, "m3", "ft3"),
result_ft3, PO.MBE.Gas.OGIP(P_psi, z, Pi_psi, zi, Gp_ft3),
PO.UnitConverter(result_ft3, "ft3", "m3")))Parameters
| Parameter | Unit | Description |
|---|---|---|
P |
kPa | Current reservoir pressure, [kPa] |
z |
- | Current gas compressibility factor |
Pi |
kPa | Initial reservoir pressure, [kPa] |
zi |
- | Initial gas compressibility factor |
Gp |
sm3 | Cumulative gas production, [sm3] |
Examples
| Invocation | Expected |
|---|---|
=PO.MBE.Gas.OGIP.SI(17237, 1, 24132, 1, 28317000) |
99107446.56 |