Function to calculate the Boulton solution in the Laplace domain.

boulton_WF_LT(p, arg1, arg2)

Arguments

p

Laplace parameter

arg1

Value of sigma parameter defined as $$\sigma = \frac{S}{S_{y}} $$

arg2

Value of the delay parameter(phi): $$\phi = \frac{\alpha_{1} r^{2} S}{T}$$

Value

The value of the drawdown in the Laplace domain

References

Boulton, N. The drawdown of the water-table under non-steady conditions near a pumped well in an unconfined formation. Proceedings of the Institution of Civil Engineers, 1954, 3, 564-579

See also

Examples

sigma <- 0.1 phi <- 0.1 p <- 0.5 res <- boulton_WF_LT(p, sigma, phi)