PO.FRAC.Radial.Wavg.SI
Description
Radial (Penny-shaped) fracture average width, [cm] (SI units).
Formula
=LAMBDA(wMax, LET(
wMax_in, PO.UnitConverter(wMax, "cm", "in"),
result_in, PO.FRAC.Radial.Wavg(wMax_in),
PO.UnitConverter(result_in, "in", "cm")))Parameters
| Parameter | Unit | Description |
|---|---|---|
wMax |
cm | Maximum width at wellbore, [cm] |
Examples
| Invocation | Expected |
|---|---|
=PO.FRAC.Radial.Wavg.SI(2.54) |
1.354667 |