PO.PVT.Tpc.ByStanding.SI
Description
Calculates pseudocritical temperature using Standing (1977) correlation, [degK] (SI units).
Formula
=LAMBDA(SG_gas, LET(
result_degR, PO.PVT.Tpc.ByStanding(SG_gas),
PO.UnitConverter(result_degR, "degR", "degK")))Parameters
| Parameter | Unit | Description |
|---|---|---|
SG_gas |
- | Gas specific gravity (air = 1.0) |
Examples
| Invocation | Expected |
|---|---|
=PO.PVT.Tpc.ByStanding.SI(0.65) |
207.7604 |