r.gwflow.txt 2.7 KB

12345678910111213141516171819202122232425262728
  1. r.gwflow
  2. Numerical calculation program for transient, confined and unconfined groundwater flow in two dimensions.
  3. Raster (r.*)
  4. QgsProcessingParameterRasterLayer|phead|The initial piezometric head in [m]|None|False
  5. QgsProcessingParameterRasterLayer|status|Boundary condition status, 0-inactive, 1-active, 2-dirichlet|None|False
  6. QgsProcessingParameterRasterLayer|hc_x|X-part of the hydraulic conductivity tensor in [m/s]|None|False
  7. QgsProcessingParameterRasterLayer|hc_y|Y-part of the hydraulic conductivity tensor in [m/s]|None|False
  8. QgsProcessingParameterRasterLayer|q|Water sources and sinks in [m^3/s]|None|True
  9. QgsProcessingParameterRasterLayer|s|Specific yield in [1/m]|None|False
  10. QgsProcessingParameterRasterLayer|recharge|Recharge map e.g: 6*10^-9 per cell in [m^3/s*m^2]|None|True
  11. QgsProcessingParameterRasterLayer|top|Top surface of the aquifer in [m]|None|False
  12. QgsProcessingParameterRasterLayer|bottom|Bottom surface of the aquifer in [m]|None|False
  13. QgsProcessingParameterEnum|type|The type of groundwater flow|confined;unconfined|False|0|False
  14. QgsProcessingParameterRasterLayer|river_bed|The height of the river bed in [m]|None|True
  15. QgsProcessingParameterRasterLayer|river_head|Water level (head) of the river with leakage connection in [m]|None|True
  16. QgsProcessingParameterRasterLayer|river_leak|The leakage coefficient of the river bed in [1/s]|None|True
  17. QgsProcessingParameterRasterLayer|drain_bed|The height of the drainage bed in [m]|None|True
  18. QgsProcessingParameterRasterLayer|drain_leak|The leakage coefficient of the drainage bed in [1/s]|None|True
  19. QgsProcessingParameterNumber|dtime|The calculation time in seconds|QgsProcessingParameterNumber.Double|86400.0|False|0.0|None
  20. QgsProcessingParameterNumber|maxit|Maximum number of iteration used to solver the linear equation system|QgsProcessingParameterNumber.Integer|100000|True|1|None
  21. QgsProcessingParameterNumber|error|Error break criteria for iterative solvers (jacobi, sor, cg or bicgstab)|QgsProcessingParameterNumber.Double|0.000001|True|None|None
  22. QgsProcessingParameterEnum|solver|The type of solver which should solve the symmetric linear equation system|cg;pcg;cholesky|False|0|True
  23. QgsProcessingParameterString|relax|The relaxation parameter used by the jacobi and sor solver for speedup or stabilizing|1
  24. QgsProcessingParameterBoolean|-f|Allocate a full quadratic linear equation system, default is a sparse linear equation system|False
  25. QgsProcessingParameterRasterDestination|output|Groundwater flow
  26. QgsProcessingParameterRasterDestination|vx|Groundwater filter velocity vector part in x direction [m/s]
  27. QgsProcessingParameterRasterDestination|vy|Groundwater filter velocity vector part in y direction [m/s]
  28. QgsProcessingParameterRasterDestination|budget|Groundwater budget for each cell [m^3/s]