PO.PVT.Cw.UnSat.ByOsif.SI
Description
Calculates undersaturated water compressibility using Osif (1988) 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.UnSat.ByOsif(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.UnSat.ByOsif.SI(17237, 93.33, 10) |
4.54805142E-07 |