############################################################### # Parameter file for tutorial_coupled. # Everything behind a '#' is a comment. # Type "./tutorial_coupled --help" for more information. ############################################################### ############################################################### # Mandatory arguments ############################################################### [TimeManager] TEnd = 500000 # duration of the simulation [s] DtInitial = 10 # initial time step size [s] [Grid] UpperRightX = 300 # x-coordinate of the upper-right corner of the grid [m] UpperRightY = 60 # y-coordinate of the upper-right corner of the grid [m] NumberOfCellsX = 100 # x-resolution of the grid NumberOfCellsY = 1 # y-resolution of the grid ############################################################### # 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 two lines below, if restart is desired. ############################################################### # [TimeManager] # Restart = ...