owGetDrawdowns.RdCalculate 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
|
| to.matrix | if TRUE, the results returned by |
| … | additional arguments passed to |
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.