PO.FRAC.Proppant.WallFactor.SI
Description
Wall correction factor for settling in narrow fracture (Faxen), [dimensionless] (SI units).
Formula
=LAMBDA(dp, w, LET(
dp_in, PO.UnitConverter(dp, "cm", "in"),
w_in, PO.UnitConverter(w, "cm", "in"),
PO.FRAC.Proppant.WallFactor(dp_in, w_in)))Parameters
| Parameter | Unit | Description |
|---|---|---|
dp |
cm | Particle diameter, [cm] |
w |
cm | Fracture width, [cm] |
Examples
| Invocation | Expected |
|---|---|
=PO.FRAC.Proppant.WallFactor.SI(1.27, 2.54) |
0.209125 |