PO.PVT.Bw.ByMcCain.SI
Description
Calculates water formation volume factor using McCain (1990) correlation in SI units.
Formula
=LAMBDA(P, T_degC, LET(
P_psi, PO.UnitConverter(P, "kPa", "psi"),
T_degF, PO.UnitConverter(T_degC, "degC", "degF"),
PO.PVT.Bw.ByMcCain(P_psi, T_degF)))Parameters
| Parameter | Unit | Description |
|---|---|---|
P |
kPa | Pressure |
T_degC |
degC | Temperature |
Examples
| Invocation | Expected |
|---|---|
=PO.PVT.Bw.ByMcCain.SI(17237, 93.33) |
1.035068 |