PO.FRAC.Leakoff.Cumulative.SI
Description
Cumulative fluid volume lost per unit area, [m] (SI units).
Formula
=LAMBDA(C, Sp, t, LET(
C_ft, PO.UnitConverter(C, "m", "ft"),
Sp_ft, PO.UnitConverter(Sp, "m", "ft"),
result_ft, PO.FRAC.Leakoff.Cumulative(C_ft, Sp_ft, t),
PO.UnitConverter(result_ft, "ft", "m")))Parameters
| Parameter | Unit | Description |
|---|---|---|
C |
m/sqrt(min) | Total leakoff coefficient, [m/sqrt(min)] |
Sp |
m | Spurt loss, [m]. Use 0 if no spurt |
t |
- | Time since fracture opened, [min] |
Examples
| Invocation | Expected |
|---|---|
=PO.FRAC.Leakoff.Cumulative.SI(0.001, 76.2, 10) |
76.206325 |