PO.SF.PL.Gas.Re.SI
Description
Reynolds number for gas pipeline flow (SI units).
Formula
=LAMBDA(Qg, pipe_ID, SG_gas, Ug, LET(
Qg_Mscfd, PO.UnitConverter(Qg, "sm3/d", "Mscf/d"),
pipe_ID_in, PO.UnitConverter(pipe_ID, "cm", "in"),
PO.SF.PL.Gas.Re(Qg_Mscfd, pipe_ID_in, SG_gas, Ug)))Parameters
| Parameter | Unit | Description |
|---|---|---|
Qg |
sm3/d | Gas flow rate, [sm3/d] |
pipe_ID |
cm | Pipe inner diameter, [cm] |
SG_gas |
- | Gas specific gravity (air=1) |
Ug |
- | Gas viscosity, [cP] |
Examples
| Invocation | Expected |
|---|---|
=PO.SF.PL.Gas.Re.SI(28317, 6.35, 0.65, 0.015) |
348228.55 |