hantush: grf

View source: R/RcppExports.R

hantushR Documentation

grf

Description

Parallel convolution of GRF well function and flow rates in the time domain. Time series needs to be regularily spaced and so are the flow rates. Some performance gains can be achieved if the number of flow rate does not change for each time.

Usage

hantush(radius, storativity, transmissivity, leakage, time, flow_rate,
  flow_rate_times, n_terms)

Arguments

radius

distance to monitoring interval

storativity

aquifer storativity

transmissivity

aquifer transmissivity

leakage

hantush leakage

time

prediction times

flow_rate

well flow rates

flow_rate_times

time of flow rate changes

n_terms

number of terms to use in Hantush solution. More is more precise but slower.

Value

theis solution for multiple pumping scenario


jkennel/aquifer documentation built on July 31, 2022, 11:33 p.m.