Function to calculate the drawdown in the Laplace domain

theis_WF_LT(p, ...)

Arguments

p

Laplace parameter

...

Additional parameters

Value

A numeric vector with the calculated drawdown in Laplace domain

References

Theis, C. The relation between the lowering of the piezometric surface and the rate and duration of discharge of a well using groundwater storage. Transactions of the American Geophysical Union, 1935, 2, 519-524

See also

Examples

coeffs <- stehfest_coeffs(8) td <- logseq(-2,4,50) W <- stehfest_inversion(td, coeffs, theis_WF_LT) plot(td, W, log = "xy")
#> Warning: 6 y values <= 0 omitted from logarithmic plot