Description Usage Arguments Value Author(s) References See Also Examples
View source: R/papadopulos_cooper_utilities.R
Function to calculate the drawdown of the Papadopulos-Cooper solution in the Laplace domain
1 | papadopulos_cooper_F_WF_LT(p, arg1, arg2)
|
p |
Laplace parameter |
arg1 |
Dimensionless wellbore storage coefficient (cd) |
arg2 |
Dimensionless radius (rho) |
A numeric vector with the drawdown in the Laplace domain
Oscar Garcia-Cabrejo khaors@gmail.com
Papadopulos, I. S. & Cooper, H. H. Drawdown in a well of large diameter. Water Resources Research, 1967, 3, 241-244.
Other papadopulos_cooper functions: papadopulos_cooper_F_WF_LT_dlogt
,
papadopulos_cooper_calculate_parameters
,
papadopulos_cooper_solution_dlogt
,
papadopulos_cooper_solution_initial
,
papadopulos_cooper_solution
,
papadopulos_cooper_well_function
1 2 3 4 5 | p <- 0.5
cd <- 1e-2
rho <- 0.5
res <- papadopulos_cooper_F_WF_LT(p, cd, rho)
print(res)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.