Description Usage Arguments Value Author(s) References See Also Examples
View source: R/theis_utilities.R
Function to calculate the drawdown in the Laplace domain
1 | theis_WF_LT(p, ...)
|
p |
Laplace parameter |
... |
Additional parameters |
A numeric vector with the calculated drawdown in Laplace domain
Oscar Garcia-Cabrejo khaors@gmail
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
Other theis functions: exponential_integral
,
theis_WF_LT_dlogt
,
theis_calculate_parameters
,
theis_solution_dlogt
,
theis_solution_initial
,
theis_solution
,
theis_well_function_large
,
theis_well_function_small
,
theis_well_function
1 2 3 4 | coeffs <- stehfest_coeffs(8)
td <- logseq(-2,4,50)
W <- stehfest_inversion(td, coeffs, theis_WF_LT)
plot(td, W, log = "xy")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.