PO.PVT.Pb.ByGlaso.SI
Description
Calculates oil bubble point pressure using Glaso (1980) correlation, [kPa] (SI units).
Formula
=LAMBDA(SG_gas, API, Rs, T_degC, LET(
Rs_scfSTB, PO.UnitConverter(Rs, "sm3/sm3", "scf/STB"),
T_degF, PO.UnitConverter(T_degC, "degC", "degF"),
result_psi, PO.PVT.Pb.ByGlaso(SG_gas, API, Rs_scfSTB, T_degF),
PO.UnitConverter(result_psi, "psi", "kPa")))Parameters
| Parameter | Unit | Description |
|---|---|---|
SG_gas |
- | Gas specific gravity (air = 1.0) |
API |
- | Oil API gravity |
Rs |
sm3/sm3 | Solution gas-oil ratio |
T_degC |
degC | Temperature |
Examples
| Invocation | Expected |
|---|---|
=PO.PVT.Pb.ByGlaso.SI(0.65, 35, 88.9, 93.33) |
19378.03 |