PO.PVT.Uo.Dead.ByGlaso


Description

Calculates dead oil viscosity using Glaso (1980) correlation. Developed for North Sea crude oils, [cP].

Syntax

=PO.PVT.Uo.Dead.ByGlaso(API, T_degF)

Parameters

Parameter Description
API Oil gravity, [API].
T_degF Temperature, [degF].

SI Unit Version

Lambda Name PO.PVT.Uo.Dead.ByGlaso.SI
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")))
SI Parameters
Parameter Unit Description
API - Oil API gravity
T_degC degC Temperature
How to save as a reusable Excel function

LAMBDA is a built-in Excel feature (Microsoft 365) that lets you create custom functions without VBA. The formula above works as-is when pasted into a cell.

To save a LAMBDA as a reusable named function:

  1. Go to Formulas → Name Manager → New
  2. Enter a name, e.g. PO.PVT.Uo.Dead.ByGlaso.SI
  3. In Refers to, paste the LAMBDA formula without the trailing invocation (...)
  4. Click OK

Now use =PO.PVT.Uo.Dead.ByGlaso.SI(...) anywhere in your workbook.

Missing a formula? Suggest a New Formula

An unhandled error has occurred. Reload X