Skip to content
Snippets Groups Projects
Commit 4edd88e4 authored by Markus Wolff's avatar Markus Wolff
Browse files

rearranged some arguments in the parameter files for consistency reasons


git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7786 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 51af4815
No related branches found
No related tags found
No related merge requests found
......@@ -57,10 +57,6 @@ void usage(const char *progName, const std::string &errorMsg)
errorMessageOut += "\n\nThe List of Mandatory arguments for this program is:\n"
"\t-tEnd The end of the simulation. [s] \n"
"\t-dtInitial The initial timestep size. [s] \n"
"\t-MinLevel Minimum grid level [-] \n"
"\t-MaxLevel Maximum grid level [-] \n"
"\t-RefineTolerance threshold for refinement criterion [-] \n"
"\t-CoarsenTolerance threshold for coarsening criterion [-] \n"
"\t-Grid.numberOfCellsX Resolution in x-direction [-]\n"
"\t-Grid.numberOfCellsY Resolution in y-direction [-]\n"
"\t-Grid.upperRightX Dimension of the grid [m]\n"
......
......@@ -11,12 +11,6 @@
tEnd = 2e7 # [s]
dtInitial = 0 # [s]
#for grid adaption
MinLevel = 0 # [-] minimum level of refinement
MaxLevel = 5 # [-] maximum level of refinement
RefineTolerance = 0.05 # threshold for refinement criterion
CoarsenTolerance = 0.001 # threshold for coarsening criterion
[Grid]
numberOfCellsX = 2 # [-] level 0 resolution in x-direction
numberOfCellsY = 1 # [-] level 0 resolution in y-direction
......@@ -24,6 +18,15 @@ numberOfCellsY = 1 # [-] level 0 resolution in y-direction
upperRightX = 300 # [m] dimension of the grid
upperRightY = 100 # [m] dimension of the grid
#############################################################
#parameters for grid adaption #
#############################################################
[]
MinLevel = 0 # [-] minimum level of refinement
MaxLevel = 5 # [-] maximum level of refinement
RefineTolerance = 0.05 # threshold for refinement criterion
CoarsenTolerance = 0.001 # threshold for coarsening criterion
#########################################################################
# Simulation restart #
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment