Function to calculate the drawdown of the Papadopulos-Cooper solution in the Laplace domain

papadopulos_cooper_F_WF_LT(p, arg1, arg2)

Arguments

p

Laplace parameter

arg1

Dimensionless wellbore storage coefficient (cd)

arg2

Dimensionless radius (rho)

Value

A numeric vector with the drawdown in the Laplace domain

References

Papadopulos, I. S. & Cooper, H. H. Drawdown in a well of large diameter. Water Resources Research, 1967, 3, 241-244.

See also

Examples

p <- 0.5 cd <- 1e-2 rho <- 0.5 res <- papadopulos_cooper_F_WF_LT(p, cd, rho) print(res)
#> [1] 0.009907952