View source: R/boulton_utilities.R
boulton_WF_LT | R Documentation |
Function to calculate the Boulton solution in the Laplace domain.
boulton_WF_LT(p, arg1, arg2)
p |
Laplace parameter |
arg1 |
Value of sigma parameter defined as
|
arg2 |
Value of the delay parameter(phi):
|
The value of the drawdown in the Laplace domain
Oscar Garcia-Cabrejo khaors@gmail.com
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
Other boulton functions: boulton_calculate_parameters
,
boulton_solution_dlogt
,
boulton_solution
,
boulton_well_function
sigma <- 0.1
phi <- 0.1
p <- 0.5
res <- boulton_WF_LT(p, sigma, phi)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.