boulton_solution_initial: boulton_solution_initial

Description Usage Arguments Value Author(s) References Examples

View source: R/boulton_utilities.R

Description

Function to calculate the initial values of the hydraulic parameters of the Boulton model

Usage

1

Arguments

ptest

A pumping_test object

Value

A list with:

Author(s)

Oscar Garcia-Cabrejo khaors@gmail.com

References

Boulton, N. The drawdown of the water-table under non-steady conditions near a pumped well in an unconfined formation. Proceedings of the Institution of Civil Engineers, 1954, 3, 564-579

Examples

1
2
3
data(boulton)
ptest <- pumping_test("Well1", Q = 0.03, r = 20, t = boulton$t, s = boulton$s)
boulton.sol <- boulton_solution_initial(ptest)

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