jacob_lohman_F_solution_initial: jacob_lohman_F_solution_initial

View source: R/jacob_lohman_utilities.R

jacob_lohman_F_solution_initialR Documentation

jacob_lohman_F_solution_initial

Description

Function to calculate the initial parameters of aconstant head aquifer (artesian aquifer) using the Jacob-Lohman solution

Usage

jacob_lohman_F_solution_initial(ptest)

Arguments

ptest

A pumping_test object

Value

A list with

  • a : Slope of the straight line fitted to the drawdown data using the Cooper-Jacob approach

  • t0 : Intercept of the straight line fitted to the drawdown data using the Cooper-Jacob approach

Author(s)

Oscar Garcia-Cabrejo khaors@gmail.com

References

Jacob, C. E. & Lohman, S. W. Nonsteady Flow to a Well Of Constant Drawdown. American Geophysical Union, 1952, 33, 10.

See Also

Other jacob_lohman functions: jacob_lohman_F_calculate_parameters, jacob_lohman_F_solution, jacob_lohman_F_well_function, jacob_lohman_G_WF_LT, jacob_lohman_G_calculate_parameters, jacob_lohman_G_solution_initial, jacob_lohman_G_solution, jacob_lohman_G_well_function, jacob_lohman_WF_F_LT

Examples

data(jacob_lohman)
s <- vector("numeric", length(jacob_lohman$t))
s[1:length(jacob_lohman$t)] <- 0
ptest <- pumping_test("Well1", Q = jacob_lohman$q, r = 0.84, t = jacob_lohman$t, s = s)
ptest$additional_parameters <- list(rw = 0.084, s0 = 28.142)
sol0 <- jacob_lohman_F_solution_initial(ptest)
print(sol0)

khaors/pumpingtest documentation built on June 10, 2025, 4:53 a.m.