PO.GL.Inj.Grad.SI
Description
Calculates gas gradient in the annulus, [kPa/m] (SI units).
Formula
=LAMBDA(SG, P, T, Z, LET(
P_psi, PO.UnitConverter(P, "kPa", "psi"),
T_degR, PO.UnitConverter(T, "degK", "degR"),
result_psift, PO.GL.Inj.Grad(SG, P_psi, T_degR, Z),
PO.UnitConverter(result_psift, "psi/ft", "kPa/m")))Parameters
| Parameter | Unit | Description |
|---|---|---|
SG |
- | Gas specific gravity (air = 1.0), [dimensionless] |
P |
kPa | Average pressure, [kPa] |
T |
degK | Average temperature, [degK] |
Z |
- | Gas compressibility factor, [dimensionless] |
Examples
| Invocation | Expected |
|---|---|
=PO.GL.Inj.Grad.SI(0.85, 17237, 366.48, 0.85) |
0.16091192 |