PO.IPR.HW.DrainArea.Rect.SI
Description
Calculates horizontal well drainage area using two half-circles at ends plus rectangle (Joshi), [m2] (SI units).
Formula
=LAMBDA(L, b, LET(
L_ft, PO.UnitConverter(L, "m", "ft"),
b_ft, PO.UnitConverter(b, "m", "ft"),
result_acre, PO.IPR.HW.DrainArea.Rect(L_ft, b_ft),
PO.UnitConverter(result_acre, "acre", "m2")))Parameters
| Parameter | Unit | Description |
|---|---|---|
L |
m | Length of the horizontal part of the well, [m] |
b |
m | Radius of the half circles, [m] |
Examples
| Invocation | Expected |
|---|---|
=PO.IPR.HW.DrainArea.Rect.SI(304.8, 304.8) |
477671.5 |