Description Usage Arguments Value Author(s) References See Also Examples
View source: R/neuzil_utilities.R
Calculates the well function of the Neuzil solution
1 | neuzil_well_function(td, par)
|
td |
Numeric vector with the dimensionless time |
par |
A list with the wellbore storage coefficient (cd) and stehfest coeffs (coeffs) |
A numeric vector with the dimensionless drawdown calculated using the Neuzil solution
Oscar Garcia-Cabrejo khaors@gmail.com
Neuzil, C. E. On conducting the modified 'Slug' test in tight formations. Water Resources Research, 1982, 18, 2, 439-441
Other neuzil functions: neuzil_WF_LT
,
neuzil_calculate_parameters
,
neuzil_solution_dlogt
,
neuzil_solution_initial
,
neuzil_solution
1 2 3 4 | td <- logseq(-1, 3, 50)
par <- list(cd = 0.01, coeffs = stehfest_coeffs(8) )
W <- neuzil_well_function(td, par)
plot(td, W, type = "l", log = "xy", main = "NEUZIL SOLUTION: Well function")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.