Calculates the well function of the Warrent and Root model

warren_root_WF_LT(p, arg1, arg2)

Arguments

p

Laplace tranform parameter

arg1

Value of parameter sigma

arg2

Value of parameter lambda

Value

A numeric vector with the dimensionless drawdown in the Laplace domain

References

Warren, J. & Root, P. The Behavior of Naturally Fractured Reservoirs. Society of Petroleum Engineers Journal., 1963, 3.

See also

Examples

p <- 0.5 sigma <- 1 lambda <- 1 s <- warren_root_WF_LT(p, sigma, lambda)