View source: R/hantush_jacob_utilities.R
hantush_jacob_well_function | R Documentation |
Well function of the Hantush-Jacob model
hantush_jacob_well_function(td, par)
td |
Dimensionless time |
par |
List with the beta parameter and the coefficients used in the Stehfest inversion approach. The beta parameter is defined as
where |
The value of the dimensionless drawdown of the Hantush-Jacob model
Oscar Garcia-Cabrejo khaors@gmail.com
Hantush, M. S. Flow to wells in aquifers separated by a semipervious layer. Journal of Geophysical Research, 1967, 72, 1709.
Other hantush_jacob functions: hantush_jacob_WF_LT_dlogt
,
hantush_jacob_WF_LT
,
hantush_jacob_calculate_parameters
,
hantush_jacob_solution_dlogt
,
hantush_jacob_solution_initial
,
hantush_jacob_solution
td <- logseq(-2, 4, 50)
par <- list( beta = 0.5)
res <- hantush_jacob_well_function(td, par)
print(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.