convert Optiwells configuration to WTAQ configuration with one well being selected as pumping well

owConfigurationToWtConfiguration(owConfiguration, activeWell,
    Q, times = NULL, solution = wtConfigureSolution())

Arguments

owConfiguration

Optiwells configuration as created with owConfigure

activeWell

number of active well = row number in owConfiguration$wellfield

Q

discharge of active well

times

vector of times for which drawdowns are to be calculated

solution

List of solution parameters as retrieved by wtConfigureSolution.

Value

WTAQ configuration as e.g. returned by wtConfigure

See also