PO.MBE.Ce.Gas.SI
Description
Calculates effective compressibility for gas reservoir, [1/kPa] (SI units).
Formula
=LAMBDA(cw, cf, Sw, LET(
cw_1psi, PO.UnitConverter(cw, "1/kPa", "1/psi"),
cf_1psi, PO.UnitConverter(cf, "1/kPa", "1/psi"),
result_1psi, PO.MBE.Ce.Gas(cw_1psi, cf_1psi, Sw),
PO.UnitConverter(result_1psi, "1/psi", "1/kPa")))Parameters
| Parameter | Unit | Description |
|---|---|---|
cw |
1/kPa | Water compressibility, [1/kPa] |
cf |
1/kPa | Formation compressibility, [1/kPa] |
Sw |
- | Water saturation, [fraction] |
Examples
| Invocation | Expected |
|---|---|
=PO.MBE.Ce.Gas.SI(0.0000145, 0.0000145, 0.5) |
4.35E-05 |