warren_root_well_function: warren_root_well_function

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/warren_root_utilities.R

Description

Calculates the well function of the Warrent and Root model

Usage

1

Arguments

td

A numeric vector with dimensionless time

par

List with parameters sigma, interflow porosity (lambda) and Stehfest coefficients

Value

A numeric vector with the dimensionless drawdown

Author(s)

Oscar Garcia-Cabrejo khaors@gmail.com

References

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

See Also

Other warren_root functions: warren_root_WF_LT, warren_root_solution_dlogt, warren_root_solution_initial, warren_root_solution

Examples

1
2
3
td <- logseq(-1, 4, 50)
par <- list(sigma = 1, lambda = 1, coeffs = stehfest_coeffs(8))
W <- warren_root_well_function(td, par)

khaors/pumpingtest documentation built on Nov. 15, 2019, 8:10 p.m.