cooper_WF_LT: cooper_WF_LT

View source: R/cooper_utilities.R

cooper_WF_LTR Documentation

cooper_WF_LT

Description

Cooper's well function for slug tests in the Laplace domain

Usage

cooper_WF_LT(p, arg1, arg2)

Arguments

p

Laplace parameter

arg1

Value of the dimensionless wellbore storage coefficient (cd)

arg2

Value or the dimensionless radius (rd)

Value

The value of the Cooper's solution for slug test in the Laplace domain

Author(s)

Oscar Garcia-Cabrejo khaors@gmail.com

References

Cooper, H. H.; Bredehoeft, J. D. & Papadopulos, I. S. Response of a finite-diameter well to an instantaneous charge of water Water Resources Research, 1967, 3, 263-269

See Also

Other cooper functions: cooper_calculate_parameters, cooper_solution_dlogt, cooper_solution_initial, cooper_solution, cooper_well_function

Examples

p <- seq(1,10,0.1)
res <- cooper_WF_LT(p, 0.1, 0.1)
print(res)

khaors/pumpingtest documentation built on June 10, 2025, 4:53 a.m.