Description Usage Arguments Value Author(s) References See Also Examples
View source: R/boulton_utilities.R
Function to calculate the Boulton solution in the Laplace domain.
1 | boulton_WF_LT(p, arg1, arg2)
|
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} |
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
1 2 3 4 | 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.