PO.PVT.Uo.Dead.ByBeal.SI


Description

Calculates dead oil viscosity using Beal (1946) 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.ByBeal(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.ByBeal.SI(35, 93.33) 1.31187

Need a custom LAMBDA? Suggest a New Lambda