PO.VFP.Gas.Re.SI
Description
Calculates Reynolds number for single phase pipe flow of gas (compressible fluid), [dimensionless] (SI units).
Formula
=LAMBDA(Qg, SG_gas, pipe_ID, Ug, LET(
Qg_mmscfd, PO.UnitConverter(Qg, "sm3/d", "mmscf/d"),
pipe_ID_in, PO.UnitConverter(pipe_ID, "cm", "in"),
PO.VFP.Gas.Re(Qg_mmscfd, SG_gas, pipe_ID_in, Ug)))Parameters
| Parameter | Unit | Description |
|---|---|---|
Qg |
sm3/d | Gas rate, [sm3/d] |
SG_gas |
- | Gas specific gravity, [dimensionless] |
pipe_ID |
cm | Pipe inner diameter, [cm] |
Ug |
- | Gas viscosity, [cP] |
Examples
| Invocation | Expected |
|---|---|
=PO.VFP.Gas.Re.SI(28317, 0.65, 6.35, 0.015) |
348228.55 |