PO.IPR.HW.DrainArea.Ellipse.SI
Description
Calculates horizontal well drainage area using ellipse geometry (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.Ellipse(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 | Half minor axis of an ellipse, [m] |
Examples
| Invocation | Expected |
|---|---|
=PO.IPR.HW.DrainArea.Ellipse.SI(304.8, 304.8) |
437797.01 |