PO.SCAL.Cf.Sand.ByNewman.SI
Description
Calculates rock pore volume compressibility in sandstones using Newman correlation, [1/kPa] (SI units).
Formula
=LAMBDA(porosity, LET(
result_1psi, PO.SCAL.Cf.Sand.ByNewman(porosity),
PO.UnitConverter(result_1psi, "1/psi", "1/kPa")))Parameters
| Parameter | Unit | Description |
|---|---|---|
porosity |
- | Porosity, [fraction] |
Examples
| Invocation | Expected |
|---|---|
=PO.SCAL.Cf.Sand.ByNewman.SI(0.2) |
3.97216331E-07 |