grf_convolve: grf_convolve

View source: R/convolution_fft.R

grf_convolveR Documentation

grf_convolve

Description

Implementation of Barker, 1988 Generalized Radial Flow model for line source/sink. For each time given a flow_rate needs to be provided.

Usage

grf_convolve(radius, storativity, K, thickness, time, flow_rate,
  flow_dimension = 2)

Arguments

radius

distance to monitoring location

storativity

the storativity of the aquifer

K

the hydraulic conductivity of the aquifer

thickness

the thickness

time

the time to output

flow_rate

vector of flow rates

flow_dimension

the barker flow dimension

Value

grf solution for multiple pumping periods


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