Description Usage Arguments Value Author(s) References See Also Examples
View source: R/agarwal_recovery_utilities.R
Wrapper to function theis_WF_LT (The recovery test is analyzed using the Theis solution)
1 |
p |
Laplace Transform parameter |
... |
Additional parameters |
A numeric vector with the calculate drawdown in the Laplace domain
Oscar Garcia-Cabrejo khaors@gmail.com
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.
Other agarwal_recovery functions: agarwal_recovery_calculate_parameters
,
agarwal_recovery_solution_dlogt
,
agarwal_recovery_solution_initial
,
agarwal_recovery_solution
,
agarwal_recovery_well_function
1 2 3 4 | coeffs <- stehfest_coeffs(8)
td <- logseq(-2,4,50)
W <- stehfest_inversion(td, coeffs, agarwal_recovery_WF_LT)
plot(td, W, log = "xy")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.