owGetDrawdowns | R Documentation |
Calculate drawdowns for given Optiwells configuration and pump discharges
owGetDrawdowns(owConfiguration, Q, times = NULL, solution = NULL, to.matrix = TRUE, ...)
owConfiguration |
Optiwells configuration as e.g. retrieved by |
Q |
vector of discharges at the wells in the order of wells in owConfiguration$wellfield |
times |
vector of times for which drawdowns are to be calculated |
solution |
List of solution parameters as retrieved by
configuration, as retrieved by is used. |
to.matrix |
if TRUE, the results returned by come in "long" form (the drawdowns for each well appear in blocks one below each other with a column "WELL" indicating the well name) are converted to "matrix" (= wide) form in which the calculated drawdowns appear in columns one beside the other. |
... |
additional arguments passed to show.results or dbg, see there. |
list with as many elements as there are wells defined in the Optiwells
configuration (list element wellfield of owConfiguration). For each
pumping well (well with Q > 0) the list element at the corresponding
position contains a data frame holding the drawdowns calculated by WTAQ
with that well pumping alone and the other wells being observation wells.
For each non-pumping well (well with Q = 0) the list element will be NULL.
This list can then be used to calculate the superposition of drawdowns.
Hauke Sonnenberg
owSuperposeDrawdowns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.