PO.FRAC.Proppant.Ds.SI
Description
Proppant settling distance during transport, [m] (SI units).
Formula
=LAMBDA(vs, t, LET(
vs_ftmin, PO.UnitConverter(vs, "m/min", "ft/min"),
result_ft, PO.FRAC.Proppant.Ds(vs_ftmin, t),
PO.UnitConverter(result_ft, "ft", "m")))Parameters
| Parameter | Unit | Description |
|---|---|---|
vs |
m/min | Settling velocity, [m/min] |
t |
- | Transport time, [min] |
Examples
| Invocation | Expected |
|---|---|
=PO.FRAC.Proppant.Ds.SI(0.3048, 10) |
3.048 |