cooper_jacob_solution: cooper_jacob_solution

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

View source: R/cooper_jacob_utilities.R

Description

Function to calculate the drawdown using the Cooper-Jacob solution for a confined aquifer

Usage

1
cooper_jacob_solution(ptest, a, t0, t)

Arguments

ptest

A pumping_test object

a

Slope of the straight line fitted to the drawdown data using the Cooper-Jacob approach

t0

Intercept of the straight line fitted to the drawdown data using the Cooper-Jacob approach

t

Numeric vector with the values of time

Value

This function returns a numeric vector with the calculated drawdown

Author(s)

Oscar Garcia-Cabrejo khaors@gmail.com

References

Cooper, H. & Jacob, C. A generalized graphical method for evaluating formation constants and summarizing well field history. Transactions of the American Geophysical Union, 1946, 27, 526-534

See Also

Other cooper_jacob functions: cooper_jacob_calculate_parameters, cooper_jacob_solution_dlogt, cooper_jacob_solution_initial, cooper_jacob_well_function

Examples

1
2
3
4
5
data(theis)
ptest <- pumping_test("Well1", Q= 1.3e-3, r = 200, t = theis$t, s = theis$s)
sol0 <- cooper_jacob_solution_initial(ptest)
sol <- cooper_jacob_solution(ptest, sol0$a, sol0$t0, ptest$t)
print(sol)

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