papadopulos_cooper_F_WF_LT: papadopulos_cooper_F_WF_LT

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/papadopulos_cooper_utilities.R

Description

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

Usage

1

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

Author(s)

Oscar Garcia-Cabrejo khaors@gmail.com

References

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

See Also

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

Examples

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)

khaors/pumpingtest documentation built on Nov. 15, 2019, 8:10 p.m.