PO.PVT.Rsw.Pure.ByMcCain.SI
Description
Calculates pure water solution gas-water ratio using McCain (1990) correlation, [sm3/sm3] (SI units).
Formula
=LAMBDA(P, T_degC, LET(
P_psi, PO.UnitConverter(P, "kPa", "psi"),
T_degF, PO.UnitConverter(T_degC, "degC", "degF"),
result_scfSTB, PO.PVT.Rsw.Pure.ByMcCain(P_psi, T_degF),
PO.UnitConverter(result_scfSTB, "scf/STB", "sm3/sm3")))Parameters
| Parameter | Unit | Description |
|---|---|---|
P |
kPa | Pressure |
T_degC |
degC | Temperature |
Examples
| Invocation | Expected |
|---|---|
=PO.PVT.Rsw.Pure.ByMcCain.SI(17237, 93.33) |
2.348708 |