r.gwflow Numerical calculation program for transient, confined and unconfined groundwater flow in two dimensions. Raster (r.*) QgsProcessingParameterString|phead|The initial piezometric head in [m]| QgsProcessingParameterString|status|Boundary condition status, 0-inactive, 1-active, 2-dirichlet| QgsProcessingParameterString|hc_x|X-part of the hydraulic conductivity tensor in [m/s]| QgsProcessingParameterString|hc_y|Y-part of the hydraulic conductivity tensor in [m/s]| QgsProcessingParameterString|q|Water sources and sinks in [m^3/s]| QgsProcessingParameterString|s|Specific yield in [1/m]| QgsProcessingParameterString|r|Recharge map e.g: 6*10^-9 per cell in [m^3/s*m^2]| QgsProcessingParameterString|top|Top surface of the aquifer in [m]| QgsProcessingParameterString|bottom|Bottom surface of the aquifer in [m]| QgsProcessingParameterEnum|type|The type of groundwater flow|confined;unconfined QgsProcessingParameterString|river_bed|The height of the river bed in [m]| QgsProcessingParameterString|river_head|Water level (head) of the river with leakage connection in [m]| QgsProcessingParameterString|river_leak|The leakage coefficient of the river bed in [1/s]| QgsProcessingParameterString|drain_bed|The height of the drainage bed in [m]| QgsProcessingParameterString|drain_leak|The leakage coefficient of the drainage bed in [1/s]| QgsProcessingParameterNumber|dt|The calculation time in seconds|QgsProcessingParameterNumber.Double|86400.0|False|None|None QgsProcessingParameterNumber|maxit|Maximum number of iteration used to solver the linear equation system|QgsProcessingParameterNumber.Double|100000.0|False|None|None QgsProcessingParameterNumber|error|Error break criteria for iterative solvers (jacobi, sor, cg or bicgstab)|QgsProcessingParameterNumber.Double|1e-10|False|None|None QgsProcessingParameterEnum|solver|The type of solver which should solve the symmetric linear equation system|gauss;lu;cholesky;jacobi;sor;cg;bicgstab;pcg QgsProcessingParameterString|relax|The relaxation parameter used by the jacobi and sor solver for speedup or stabilizing|1 QgsProcessingParameterBoolean|-s|Use a sparse matrix, only available with iterative solvers|False QgsProcessingParameterRasterDestination|output|Groundwater flow