Description Usage Arguments Value Author(s) References See Also Examples
View source: R/warren_root_utilities.R
Calculates the well function of the Warrent and Root model
1 | warren_root_WF_LT(p, arg1, arg2)
|
p |
Laplace tranform parameter |
arg1 |
Value of parameter sigma |
arg2 |
Value of parameter lambda |
A numeric vector with the dimensionless drawdown in the Laplace domain
Oscar Garcia-Cabrejo khaors@gmail.com
Warren, J. & Root, P. The Behavior of Naturally Fractured Reservoirs. Society of Petroleum Engineers Journal., 1963, 3.
Other warren_root functions: warren_root_solution_dlogt
,
warren_root_solution_initial
,
warren_root_solution
,
warren_root_well_function
1 2 3 4 | p <- 0.5
sigma <- 1
lambda <- 1
s <- warren_root_WF_LT(p, sigma, lambda)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.