grf_grid | R Documentation |
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.
grf_grid(
grid,
well_locations,
flow_rate,
time,
specific_storage,
hydraulic_conductivity,
thickness,
flow_dimension
)
grid |
locations of grid points (x,y) |
well_locations |
locations of wells (x,y) |
flow_rate |
well flow rates |
time |
prediction times |
specific_storage |
aquifer specific storage |
hydraulic_conductivity |
aquifer hydraulic conductivity |
thickness |
aquifer thickness |
flow_dimension |
flow dimension |
theis solution for multiple pumping scenario
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.