PO.PVT.Ppc.BySutton.Sour


Description

Calculates pseudo-critical pressure of sour gas using Sutton correlation with Wichert-Aziz correction, [psi].

Syntax

=PO.PVT.Ppc.BySutton.Sour(SG_gas, y_H2S, y_CO2)

Parameters

Parameter Description
SG_gas Gas specific gravity, [dimensionless].
y_H2S Mole fraction of H2S, [fraction].
y_CO2 Mole fraction of CO2, [fraction].

SI Unit Version

Lambda Name PO.PVT.Ppc.BySutton.Sour.SI
Formula
=LAMBDA(SG_gas, y_H2S, y_CO2, LET( result_psi, PO.PVT.Ppc.BySutton.Sour(SG_gas, y_H2S, y_CO2), PO.UnitConverter(result_psi, "psi", "kPa")))
SI Parameters
Parameter Unit Description
SG_gas - Gas specific gravity (air = 1.0)
y_H2S - H2S mole fraction
y_CO2 - CO2 mole fraction
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.Ppc.BySutton.Sour.SI
  3. In Refers to, paste the LAMBDA formula without the trailing invocation (...)
  4. Click OK

Now use =PO.PVT.Ppc.BySutton.Sour.SI(...) anywhere in your workbook.

Missing a formula? Suggest a New Formula

An unhandled error has occurred. Reload X