boulton_WF_LT: boulton_WF_LT

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

View source: R/boulton_utilities.R

Description

Function to calculate the Boulton solution in the Laplace domain.

Usage

1
boulton_WF_LT(p, arg1, arg2)

Arguments

p

Laplace parameter

arg1

Value of sigma parameter defined as

σ = \frac{S}{S_{y}}

arg2

Value of the delay parameter(phi):

φ = \frac{α_{1} r^{2} S}{T}

Value

The value of the drawdown in the Laplace domain

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_calculate_parameters, boulton_solution_dlogt, boulton_solution, boulton_well_function

Examples

1
2
3
4
sigma <- 0.1
phi <- 0.1
p <- 0.5
res <- boulton_WF_LT(p, sigma, phi)

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