cooper_WF_LT: cooper_WF_LT

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

View source: R/cooper_utilities.R

Description

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

Usage

1
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

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

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