Description Usage Arguments Value Author(s) References See Also Examples
View source: R/cooper_utilities.R
Function to calculate the well function of the cooper solution for slug test
1 | cooper_well_function(td, par)
|
td |
Numeric vector with dimensionless time |
par |
List with the stehfest coefficients and cd (dimensionless storage coefficient) |
A numeric vector with the value of the Cooper well function, that is, the dimensionless drawdown
Oscar Garcia-Cabrejo khaors@gmail.com
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
Other cooper functions: cooper_WF_LT
,
cooper_calculate_parameters
,
cooper_solution_dlogt
,
cooper_solution_initial
,
cooper_solution
1 2 3 | td <- logseq(-2, 4, 50)
par <- list(cd = 1, rw = 1)
res <- cooper_well_function(td, par)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.