PO.MBE.Gas.Pz.SI
Description
Calculates p/z ratio for gas material balance analysis, [kPa] (SI units).
Formula
=LAMBDA(P, z, LET(
P_psi, PO.UnitConverter(P, "kPa", "psi"),
result_psi, PO.MBE.Gas.Pz(P_psi, z),
PO.UnitConverter(result_psi, "psi", "kPa")))Parameters
| Parameter | Unit | Description |
|---|---|---|
P |
kPa | Current reservoir pressure, [kPa] |
z |
- | Gas compressibility factor, [dimensionless] |
Examples
| Invocation | Expected |
|---|---|
=PO.MBE.Gas.Pz.SI(17237, 1) |
17237 |