############################################################ # Parameter file for test_1p # Everything behind a '#' is a comment # Groups can be ordered e.g. : [BoundaryConditions], # see ../2p2c/ for a more detailed example ############################################################ ############################################################ # Mandatory arguments ############################################################ dtInitial = 1 # seconds tEnd = 1 # seconds gridFile = ./grids/test_1p_2d.dgf ######################################################################### # Simulation restart # # DuMux simulations can be restarted from *.drs files # Set restart to the value of a specific file, e.g.: 'restart = 27184.1' # for the restart file # name_time = 27184.1_rank = 0.drs # Please comment in the below value, if restart is desired. ######################################################################### # restart = ... #################################################################### # LinearSolver #################################################################### [ LinearSolver ] MaxIterations = 250 ResidualReduction = 1e-10 Verbosity = 0 #################################################################### # SpatialParameters #################################################################### [SpatialParameters] #lens from (0.25|0.25) to (0.75|0.75) box-wise definition of permability lensLowerLeftX = 0.25 lensLowerLeftY = 0.25 lensUpperRightX = 0.75 lensUpperRightY = 0.75 #permeabilities permeability = 1e-10 permeabilityLens = 1e-12