PO.PVT.Bo.UnSat.ByDefinition.SI
Description
Calculates undersaturated oil formation volume factor by definition in SI units.
Formula
=LAMBDA(Bob, Co, Pb, P, LET(
Co_1psi, PO.UnitConverter(Co, "1/kPa", "1/psi"),
Pb_psi, PO.UnitConverter(Pb, "kPa", "psi"),
P_psi, PO.UnitConverter(P, "kPa", "psi"),
PO.PVT.Bo.UnSat.ByDefinition(Bob, Co_1psi, Pb_psi, P_psi)))Parameters
| Parameter | Unit | Description |
|---|---|---|
Bob |
- | Oil FVF at bubble point |
Co |
1/kPa | Oil compressibility |
Pb |
kPa | Bubble point pressure |
P |
kPa | Pressure |
Examples
| Invocation | Expected |
|---|---|
=PO.PVT.Bo.UnSat.ByDefinition.SI(1.29, 0.0000014503, 17237, 20684) |
1.283567 |