set numerical, scalar parameter in WTAQ configuration

wtSetParameter(configuration, parameterName, parameterValue)

Arguments

configuration

WTAQ configuration as returned by wtConfigure

parameterName

parameter name. Must be one of the Aquifer parameters "bb", "hkr", "hkz", "ss", "sy" (see wtConfigureAquifer or one of the Drainage parameters "acc", "akk", "amm", "axmm" (see wtConfigureDrainage) or one of the Pumpwell parameters "qq", "rw", "rc", "zpd", "zpl", "sw" (see wtConfigurePumpwell)

parameterValue

numeric value to which the parameter parameterName shall be set

Value

configuration with the parameter parameterName altered to the value given in parameterValue

See also