boulton_well_function: boulton_well_function

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/boulton_utilities.R

Description

Well function of the Boulton model for the phreatic aquifer

Usage

1

Arguments

td

Numeric dimensionless time

par

list with the delay parameter (phi), the sigma parameter and the coeffs vector

Value

Value of the well function of the Boulton model

Author(s)

Oscar Garcia-Cabrejo khaors@gmail.com

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

Other boulton functions: boulton_WF_LT, boulton_calculate_parameters, boulton_solution_dlogt, boulton_solution

Examples

1
2
3
4
td <- logseq(-2, 4, 30)
par <- list(sigma =0.1, phi = 0.1)
W.boulton <- boulton_well_function(td, par)
plot(1/td, W.boulton, type = "p", log = "xy")

khaors/pumpingtest documentation built on Nov. 15, 2019, 8:10 p.m.