PO.SF.PL.Gas.Rho.SI
Description
Gas density at pipeline conditions, [kg/m3] (SI units).
Formula
=LAMBDA(P, T, SG_gas, Z, LET(
P_psi, PO.UnitConverter(P, "kPa", "psi"),
T_degF, PO.UnitConverter(T, "degC", "degF"),
result_lbft3, PO.SF.PL.Gas.Rho(P_psi, T_degF, SG_gas, Z),
PO.UnitConverter(result_lbft3, "lb/ft3", "kg/m3")))Parameters
| Parameter | Unit | Description |
|---|---|---|
P |
kPa | Pipeline pressure, [kPa] |
T |
degC | Pipeline temperature, [degC] |
SG_gas |
- | Gas specific gravity (air=1) |
Z |
- | Gas compressibility factor |
Examples
| Invocation | Expected |
|---|---|
=PO.SF.PL.Gas.Rho.SI(17237, 93.33, 0.65, 0.85) |
125.3383 |