View source: R/theis_utilities.R
theis_well_function_small | R Documentation |
Function to calculate the theis well function for values of u < 1
theis_well_function_small(u)
u |
Dimensionless
where |
This function returns the value of the dimensionless drawdown
Oscar Garcia-Cabrejo khaors@gmail.com
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_WF_LT
,
theis_calculate_parameters
,
theis_solution_dlogt
,
theis_solution_initial
,
theis_solution
,
theis_well_function_large
,
theis_well_function
u <- seq(0.01, 1, 0.01)
Ws <- theis_well_function_small(u)
plot(1/u, Ws, type = "l", log = "xy")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.