agarwal_recovery_solution: agarwal_recovery_solution

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

View source: R/agarwal_recovery_utilities.R

Description

Wrapper to function theis_solution (The recovery test is analyzed using the Theis solution)

Usage

1

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 time

Value

A numeric vector with the calculate drawdown

Author(s)

Oscar Garcia-Cabrejo khaors@gmail.com

References

Agarwal, R. (1980). A New Method To Account For Producing Time Effects When Drawdown Type Curves Are Used To Analyze Pressure Buildup And Other Test Data. SPE Paper 9289.

See Also

Other agarwal_recovery functions: agarwal_recovery_WF_LT, agarwal_recovery_calculate_parameters, agarwal_recovery_solution_dlogt, agarwal_recovery_solution_initial, agarwal_recovery_well_function

Examples

1
2
3
4
5
6
7
8
9
data(agarwal_recovery)
pump_history <- 14400
agarwal_corr <- recovery_equivalent_time(agarwal_recovery$t, agarwal_recovery$s,
                                pump_history)
ptest.agarwal <- pumping_test("Well1", Q = 0.02893519, r = 60, t = agarwal_corr$ta,
s = agarwal_corr$sa)
sol0 <- agarwal_recovery_solution_initial(ptest.agarwal)
scal <- agarwal_recovery_solution(ptest.agarwal, sol0$a, sol0$t, ptest.agarwal$t)
print(scal)

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