Description Usage Arguments Value Author(s) References See Also Examples
View source: R/cooper_utilities.R
Cooper's well function for slug tests in the Laplace domain
1 | cooper_WF_LT(p, arg1, arg2)
|
p |
Laplace parameter |
arg1 |
Value of the dimensionless wellbore storage coefficient (cd) |
arg2 |
Value or the dimensionless radius (rd) |
The value of the Cooper's solution for slug test in the Laplace domain
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_calculate_parameters
,
cooper_solution_dlogt
,
cooper_solution_initial
,
cooper_solution
,
cooper_well_function
1 2 3 | p <- seq(1,10,0.1)
res <- cooper_WF_LT(p, 0.1, 0.1)
print(res)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.