Description Usage Arguments Value Author(s) References See Also Examples
View source: R/neuzil_utilities.R
Calculates the drawdown using Neuzil function in the Laplace domain
1 | neuzil_WF_LT(p, arg1, ...)
|
p |
Laplace parameter |
arg1 |
Value of the wellbore storage coefficient (cd) |
... |
Additional parameters |
A numeric vector with the calculated drawdown in the Laplace domain
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_calculate_parameters
,
neuzil_solution_dlogt
,
neuzil_solution_initial
,
neuzil_solution
,
neuzil_well_function
1 2 3 4 | p <- 0.5
cd <- 0.05
s <- neuzil_WF_LT(p, cd)
print(s)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.