PO.PVT.Uo.Dead.ByGlaso.SI


Description

Calculates dead oil viscosity using Glaso (1980) 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.ByGlaso(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.ByGlaso.SI(35, 93.33) 1.489936

Need a custom LAMBDA? Suggest a New Lambda