Description Usage Arguments Value Author(s) References See Also Examples
View source: R/general_radial_flow_utilities.R
Function to calculate the general_radial_flow well function in the Laplace domain
1 | general_radial_flow_WF_LT(p, arg1, arg2)
|
p |
Laplace Transform parameter |
arg1 |
Flow dimension (n) |
arg2 |
Dimensionless radius (rd) |
A numeric vector with the calculated drawdown in the Laplace domain
Oscar Garcia-Cabrejo khaors@gmail.com
Barker, J. A. A generalized radial flow model for hydraulic tests in fractured rock Water Resources Research, 1988, 24, 1796-1804.
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
1 2 3 | p <- 0.5
sd <- general_radial_flow_WF_LT(p, 2.0, 10)
print(sd)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.