PO.SCAL.Leverett.Pc.SI
Description
Capillary pressure from J-function, [kPa]. Pc = J × σcosθ × √(φ/k) (SI units).
Formula
=LAMBDA(J, K, porosity, IFT, theta, LET(
IFT_dynecm, PO.UnitConverter(IFT, "mN/m", "dyne/cm"),
result_psi, PO.SCAL.Leverett.Pc(J, K, porosity, IFT_dynecm, theta),
PO.UnitConverter(result_psi, "psi", "kPa")))Parameters
| Parameter | Unit | Description |
|---|---|---|
J |
- | Leverett J-function value, [dimensionless] |
K |
- | Permeability, [mD] |
porosity |
- | Porosity, [fraction] |
IFT |
mN/m | Interfacial tension, [mN/m] |
theta |
- | Contact angle, [degrees] |
Examples
| Invocation | Expected |
|---|---|
=PO.SCAL.Leverett.Pc.SI(1, 50, 0.2, 20, 360) |
40.264675 |