general_radial_flow_WF_LT: general_radial_flow_WF_LT

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

View source: R/general_radial_flow_utilities.R

Description

Function to calculate the general_radial_flow well function in the Laplace domain

Usage

1

Arguments

p

Laplace Transform parameter

arg1

Flow dimension (n)

arg2

Dimensionless radius (rd)

Value

A numeric vector with the calculated drawdown in the Laplace domain

Author(s)

Oscar Garcia-Cabrejo khaors@gmail.com

References

Barker, J. A. A generalized radial flow model for hydraulic tests in fractured rock Water Resources Research, 1988, 24, 1796-1804.

See Also

Other general_radial_flow functions: general_radial_flow_calculate_parameters, general_radial_flow_solution_dlogt, general_radial_flow_solution_initial, general_radial_flow_solution, general_radial_flow_well_function

Examples

1
2
3
p <- 0.5
sd <- general_radial_flow_WF_LT(p, 2.0, 10)
print(sd)

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