View source: R/papadopulos_cooper_utilities.R
papadopulos_cooper_well_function | R Documentation |
Function to calculate the well function of the Papadopulos-Cooper solution that describe the drawdown variations for large diameter wells
papadopulos_cooper_well_function(td, par)
td |
Dimensionless time |
par |
List with the
where
where |
The value of the well function for the Papadopulos-Cooper model
Oscar Garcia-Cabrejo khaors@gmail.com
Papadopulos, I. S. & Cooper, H. H. Drawdown in a well of large diameter. Water Resources Research, 1967, 3, 241-244.
Other papadopulos_cooper functions: papadopulos_cooper_F_WF_LT_dlogt
,
papadopulos_cooper_F_WF_LT
,
papadopulos_cooper_calculate_parameters
,
papadopulos_cooper_solution_dlogt
,
papadopulos_cooper_solution_initial
,
papadopulos_cooper_solution
td <- logseq(-2,4,30)
par <- list(cd = 0.1, rho = 0.1)
res <- papadopulos_cooper_well_function(td, par)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.