PO.ESP.Gas.Void.Full.SI
Description
Complete gas void fraction calculation from field data, [fraction] (SI units).
Formula
=LAMBDA(Qo, Qw, GOR, Rs, Bo, Bw, Bg, LET(
Qo_STBd, PO.UnitConverter(Qo, "m3/d", "STB/d"),
Qw_STBd, PO.UnitConverter(Qw, "m3/d", "STB/d"),
GOR_scfSTB, PO.UnitConverter(GOR, "sm3/sm3", "scf/STB"),
Rs_scfSTB, PO.UnitConverter(Rs, "sm3/sm3", "scf/STB"),
PO.ESP.Gas.Void.Full(Qo_STBd, Qw_STBd, GOR_scfSTB, Rs_scfSTB, Bo, Bw, Bg)))Parameters
| Parameter | Unit | Description |
|---|---|---|
Qo |
m3/d | Oil rate, [m3/d] |
Qw |
m3/d | Water rate, [m3/d] |
GOR |
sm3/sm3 | Producing GOR, [sm3/sm3] |
Rs |
sm3/sm3 | Solution GOR at intake, [sm3/sm3] |
Bo |
- | Oil FVF at intake, [m3/sm3] |
Bw |
- | Water FVF at intake, [m3/sm3] |
Bg |
- | Gas FVF at intake, [rm3/sm3] |
Examples
| Invocation | Expected |
|---|---|
=PO.ESP.Gas.Void.Full.SI(159, 15.9, 1, 88.9, 1.2, 1.01, 0.005) |
0 |