cooper_well_function: cooper_well_function

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

View source: R/cooper_utilities.R

Description

Function to calculate the well function of the cooper solution for slug test

Usage

1

Arguments

td

Numeric vector with dimensionless time

par

List with the stehfest coefficients and cd (dimensionless storage coefficient)

Value

A numeric vector with the value of the Cooper well function, that is, the dimensionless drawdown

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_WF_LT, cooper_calculate_parameters, cooper_solution_dlogt, cooper_solution_initial, cooper_solution

Examples

1
2
3
td <- logseq(-2, 4, 50)
par <- list(cd = 1, rw = 1)
res <- cooper_well_function(td, par)

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