PO.ESP.Gas.Sep.Eff.SI
Description
Estimates rotary gas separator efficiency, [fraction] (SI units).
Formula
=LAMBDA(Ql, lambda_g, separator_type, LET(
Ql_bbld, PO.UnitConverter(Ql, "m3/d", "bbl/d"),
PO.ESP.Gas.Sep.Eff(Ql_bbld, lambda_g, separator_type)))Parameters
| Parameter | Unit | Description |
|---|---|---|
Ql |
m3/d | Liquid rate, [m3/d] |
lambda_g |
- | Inlet gas void fraction, [fraction] |
separator_type |
- | Type: 'standard', 'advanced', or 'tandem' |
Examples
| Invocation | Expected |
|---|---|
=PO.ESP.Gas.Sep.Eff.SI(159, 0.3, 1) |
0.45 |