PO.PVT.Cw.Sat.ByMcCain.SI
Description
Calculates saturated water compressibility using McCain (1990) correlation, [1/kPa] (SI units).
Formula
=LAMBDA(P, T_degC, salinity_gl, LET(
P_psi, PO.UnitConverter(P, "kPa", "psi"),
T_degF, PO.UnitConverter(T_degC, "degC", "degF"),
result_1psi, PO.PVT.Cw.Sat.ByMcCain(P_psi, T_degF, salinity_gl),
PO.UnitConverter(result_1psi, "1/psi", "1/kPa")))Parameters
| Parameter | Unit | Description |
|---|---|---|
P |
kPa | Pressure |
T_degC |
degC | Temperature |
salinity_gl |
- | Salinity (g NaCl/l) |
Examples
| Invocation | Expected |
|---|---|
=PO.PVT.Cw.Sat.ByMcCain.SI(17237, 93.33, 10) |
1.09801887E-06 |