Description Usage Arguments Value Author(s) References See Also Examples
View source: R/cooper_jacob_utilities.R
Function to calculate the well function of the Cooper-Jacob solution
1 |
u |
dimensionless variable u |
This function returns the dimensionless drawdown using the Cooper-Jacob solution
Oscar Garcia-Cabrejo khaors@gmail.com
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
Other cooper_jacob functions: cooper_jacob_calculate_parameters
,
cooper_jacob_solution_dlogt
,
cooper_jacob_solution_initial
,
cooper_jacob_solution
1 2 3 4 | td <- logseq(-2, 4, 50)
u <- 1.0/td
res <- cooper_jacob_well_function(u)
plot(u,res, type="p", log="xy")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.