PO.PVT.Uo.Dead.ByEgbogah.SI
Description
Calculates dead oil viscosity using Egbogah (1983) correlation, [mPa*s] (SI units).
Formula
=LAMBDA(API, T_degC, LET(
T_degF, PO.UnitConverter(T_degC, "degC", "degF"),
result_cP, PO.PVT.Uo.Dead.ByEgbogah(API, T_degF),
PO.UnitConverter(result_cP, "cP", "mPa*s")))Parameters
| Parameter | Unit | Description |
|---|---|---|
API |
- | Oil API gravity |
T_degC |
degC | Temperature |
Examples
| Invocation | Expected |
|---|---|
=PO.PVT.Uo.Dead.ByEgbogah.SI(35, 93.33) |
2.0775 |