papadopulos_cooper_F_WF_LT: papadopulos_cooper_F_WF_LT

View source: R/papadopulos_cooper_utilities.R

papadopulos_cooper_F_WF_LTR Documentation

papadopulos_cooper_F_WF_LT

Description

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

Usage

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

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

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 June 10, 2025, 4:53 a.m.