From 049065b29dacafe10fa255fbbd205f0319fb4636 Mon Sep 17 00:00:00 2001 From: Bernd Flemisch <bernd@iws.uni-stuttgart.de> Date: Fri, 10 Aug 2012 12:38:54 +0000 Subject: [PATCH] Unified input files according to naming conventions and personal taste. Different grouping of some parameters also required the modification of a problem file. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8833 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- test/boxmodels/1p/test_1p.input | 62 +++++++++--------- test/boxmodels/1p2c/test_1p2c.input | 37 ++++++----- test/boxmodels/2p/test_2p.input | 36 +++++------ test/boxmodels/2p2c/injectionproblem.hh | 20 +++--- test/boxmodels/2p2c/test_2p2c.input | 64 +++++++++---------- test/boxmodels/2p2cni/test_2p2cni.input | 36 +++++------ test/boxmodels/2pni/test_2pni.input | 45 ++++++------- test/boxmodels/3p3c/test_3p3c.input | 36 +++++------ test/boxmodels/3p3cni/test_3p3cni.input | 36 +++++------ test/boxmodels/mpnc/test_mpnc.input | 40 ++++++------ test/boxmodels/richards/test_richards.input | 36 +++++------ test/decoupled/1p/test_1p.input | 45 ++++++------- test/decoupled/2p/test_impes.input | 43 +++++++------ test/decoupled/2p/test_transport.input | 34 +++++----- test/decoupled/2p2c/test_dec2p2c.input | 47 +++++++------- .../2padaptive/test_impesadaptive.input | 48 +++++++------- .../navierstokes/test_navierstokes.input | 38 +++++------ test/freeflow/stokes/test_stokes.input | 34 +++++----- test/freeflow/stokes2c/test_stokes2c.input | 34 +++++----- .../freeflow/stokes2cni/test_stokes2cni.input | 34 +++++----- 20 files changed, 402 insertions(+), 403 deletions(-) diff --git a/test/boxmodels/1p/test_1p.input b/test/boxmodels/1p/test_1p.input index 136d4c6c57..8e0bfa3599 100644 --- a/test/boxmodels/1p/test_1p.input +++ b/test/boxmodels/1p/test_1p.input @@ -1,42 +1,42 @@ -############################################################ -# 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 -############################################################ +############################################################### +# Parameter file for test_1p. +# Everything behind a '#' is a comment. +# Type "./test_1p --help" for more information. +############################################################### -############################################################ +############################################################### # Mandatory arguments -############################################################ +############################################################### + [TimeManager] -DtInitial = 1 # seconds -TEnd = 1 # seconds +DtInitial = 1 # [s] +TEnd = 1 # [s] -############################################################# [Grid] File = ./grids/test_1p_2d.dgf -######################################################################### +[SpatialParams] +# Lens from (0.25|0.25) to (0.75|0.75) +# Box-wise definition of permability +LensLowerLeftX = 0.25 # [m] +LensLowerLeftY = 0.25 # [m] +LensLowerLeftZ = 0.25 # [m] +LensUpperRightX = 0.75 # [m] +LensUpperRightY = 0.75 # [m] +LensUpperRightZ = 0.75 # [m] + +# Permeabilities +Permeability = 1e-10 # [m^2] +PermeabilityLens = 1e-12 # [m^2] + +############################################################### # 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. -######################################################################### +# 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 = ... - -#################################################################### -[SpatialParams] -#lens from (0.25|0.25) to (0.75|0.75) box-wise definition of permability -LensLowerLeftX = 0.25 -LensLowerLeftY = 0.25 -LensLowerLeftZ = 0.25 -LensUpperRightX = 0.75 -LensUpperRightY = 0.75 -LensUpperRightZ = 0.75 - -#permeabilities -Permeability = 1e-10 -PermeabilityLens = 1e-12 diff --git a/test/boxmodels/1p2c/test_1p2c.input b/test/boxmodels/1p2c/test_1p2c.input index 7934d28727..1c0887cac9 100644 --- a/test/boxmodels/1p2c/test_1p2c.input +++ b/test/boxmodels/1p2c/test_1p2c.input @@ -1,29 +1,28 @@ -############################################################ -# Parameter file for test_1p2c -# Everything behind a '#' is a comment -# Groups can be ordered e.g. : [BoundaryConditions], -# see ../2p2c/ for a more detailed example -############################################################ +############################################################### +# Parameter file for test_1p2c. +# Everything behind a '#' is a comment. +# Type "./test_1p2c --help" for more information. +############################################################### -############################################################ +############################################################### # Mandatory arguments -############################################################ -########################################################### +############################################################### + [TimeManager] -DtInitial = 1 # seconds -TEnd = 100 # seconds +DtInitial = 1 # [s] +TEnd = 100 # [s] -########################################################### [Grid] File = ./grids/test_1p2c.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 = ... +# 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 = ... diff --git a/test/boxmodels/2p/test_2p.input b/test/boxmodels/2p/test_2p.input index 7cb351a6f3..61d3a4f31d 100644 --- a/test/boxmodels/2p/test_2p.input +++ b/test/boxmodels/2p/test_2p.input @@ -1,13 +1,12 @@ -############################################################ -# Parameter file for test_2p -# Everything behind a '#' is a comment -# Groups can be ordered e.g. : [TimeManager], -# see ../2p2c/ for a more detailed example -############################################################ +############################################################### +# Parameter file for test_2p. +# Everything behind a '#' is a comment. +# Type "./test_2p --help" for more information. +############################################################### -############################################################ +############################################################### # Mandatory arguments -############################################################ +############################################################### [TimeManager] DtInitial = 250 # [s] @@ -17,18 +16,19 @@ TEnd = 3000 # [s] File = ./grids/test_2p.dgf [SpatialParams] -LensLowerLeftX = 1.0 # [m] dimension of the lens (different properties therin) -LensLowerLeftY = 2.0 # [m] dimension of the lens (different properties therin) -LensUpperRightX = 4.0 # [m] dimension of the lens (different properties therin) -LensUpperRightY = 3.0 # [m] dimension of the lens (different properties therin) +LensLowerLeftX = 1.0 # [m] x-coordinate of the lower left lens corner +LensLowerLeftY = 2.0 # [m] y-coordinate of the lower left lens corner +LensUpperRightX = 4.0 # [m] x-coordinate of the upper right lens corner +LensUpperRightY = 3.0 # [m] y-coordinate of the upper right lens corner -#################################################################### +############################################################### # 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. -#################################################################### +# 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 = ... diff --git a/test/boxmodels/2p2c/injectionproblem.hh b/test/boxmodels/2p2c/injectionproblem.hh index ec8ad760c7..9e749fcc19 100644 --- a/test/boxmodels/2p2c/injectionproblem.hh +++ b/test/boxmodels/2p2c/injectionproblem.hh @@ -149,15 +149,15 @@ public: { try { - nTemperature_ = GET_RUNTIME_PARAM(TypeTag, int, FluidSystem.NTemperature); - nPressure_ = GET_RUNTIME_PARAM(TypeTag, int, FluidSystem.NPressure); - pressureLow_ = GET_RUNTIME_PARAM(TypeTag, Scalar, FluidSystem.PressureLow); - pressureHigh_ = GET_RUNTIME_PARAM(TypeTag, Scalar, FluidSystem.PressureHigh); - temperatureLow_ = GET_RUNTIME_PARAM(TypeTag, Scalar, FluidSystem.TemperatureLow); - temperatureHigh_ = GET_RUNTIME_PARAM(TypeTag, Scalar, FluidSystem.TemperatureHigh); - temperature_ = GET_RUNTIME_PARAM(TypeTag, Scalar, InitialConditions.Temperature); - depthBOR_ = GET_RUNTIME_PARAM(TypeTag, Scalar, InitialConditions.DepthBOR); - name_ = GET_RUNTIME_PARAM(TypeTag, std::string, SimulationControl.Name); + nTemperature_ = GET_RUNTIME_PARAM(TypeTag, int, Problem.NTemperature); + nPressure_ = GET_RUNTIME_PARAM(TypeTag, int, Problem.NPressure); + pressureLow_ = GET_RUNTIME_PARAM(TypeTag, Scalar, Problem.PressureLow); + pressureHigh_ = GET_RUNTIME_PARAM(TypeTag, Scalar, Problem.PressureHigh); + temperatureLow_ = GET_RUNTIME_PARAM(TypeTag, Scalar, Problem.TemperatureLow); + temperatureHigh_ = GET_RUNTIME_PARAM(TypeTag, Scalar, Problem.TemperatureHigh); + temperature_ = GET_RUNTIME_PARAM(TypeTag, Scalar, Problem.InitialTemperature); + depthBOR_ = GET_RUNTIME_PARAM(TypeTag, Scalar, Problem.DepthBOR); + name_ = GET_RUNTIME_PARAM(TypeTag, std::string, Problem.Name); } catch (Dumux::ParameterException &e) { std::cerr << e << ". Abort!\n"; @@ -171,7 +171,7 @@ public: /* Alternative syntax: * typedef typename GET_PROP(TypeTag, ParameterTree) ParameterTree; * const Dune::ParameterTree &tree = ParameterTree::tree(); - * nTemperature_ = tree.template get<int>("FluidSystem.nTemperature"); + * nTemperature_ = tree.template get<int>("Problem.NTemperature"); * * + We see what we do * - Reporting whether it was used does not work diff --git a/test/boxmodels/2p2c/test_2p2c.input b/test/boxmodels/2p2c/test_2p2c.input index ec2b0512fc..e5d98a4cd0 100644 --- a/test/boxmodels/2p2c/test_2p2c.input +++ b/test/boxmodels/2p2c/test_2p2c.input @@ -1,46 +1,42 @@ -########################################################################## -# Parameter file for test_2p2c -# Everything behind a '#' is a comment -# Groups can be ordered e.g. : [BoundaryConditions] -# Parameters in groups have to be accessed hierarchically e.g.: FluidSystem.pressureLow -########################################################################## +############################################################### +# Parameter file for test_2p2c. +# Everything behind a '#' is a comment. +# Type "./test_2p2c --help" for more information. +############################################################### -#################################################################### +############################################################### # Mandatory arguments -#################################################################### +############################################################### + [TimeManager] -DtInitial = 250# [s] -TEnd = 1e4# [s] +DtInitial = 250 # [s] +TEnd = 1e4 # [s] -#################################################################### [Grid] -File = ./grids/test_2p2c.dgf # relative path to the grid file +File = ./grids/test_2p2c.dgf -#################################################################### -[FluidSystem] -NTemperature = 3# [-] number of tabularization entries -NPressure = 200# [-] number of tabularization entries -PressureLow = 1e5# [Pa] low end for tabularization of fluid properties -PressureHigh = 3e7# [Pa] high end for tabularization of fluid properties -TemperatureLow = 312.15 # [Pa] low end for tabularization of fluid properties -TemperatureHigh = 314.15 # [Pa] high end for tabularization of fluid properties +[Problem] +Name = injection # [-] the name of the output files -#################################################################### -[SimulationControl] -Name = injection# [-] the name of the output files +InitialTemperature = 313.15 # [K] 40°C initial temperature in the reservoir +DepthBOR = 2700 # [m] depth below ground surface -#################################################################### -[InitialConditions] -Temperature = 313.15 # [K] initial temperature in the reservoir 273.15 + 40 -DepthBOR = 2700# [m] depth below ground surface +# tabularization +NTemperature = 3 # [-] number of temperature table entries +NPressure = 200 # [-] number of pressure table entries +PressureLow = 1e5 # [Pa] lower pressure limit for tabularization +PressureHigh = 3e7 # [Pa] upper pressure limit for tabularization +TemperatureLow = 312.15 # [Pa] lower temperature limit for tabularization +TemperatureHigh = 314.15 # [Pa] upper temperature limit for tabularization -#################################################################### +############################################################### # 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 = ... \ No newline at end of file +# 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 = ... diff --git a/test/boxmodels/2p2cni/test_2p2cni.input b/test/boxmodels/2p2cni/test_2p2cni.input index 70e6b1ae3e..452091098b 100644 --- a/test/boxmodels/2p2cni/test_2p2cni.input +++ b/test/boxmodels/2p2cni/test_2p2cni.input @@ -1,28 +1,28 @@ -############################################################ -# Parameter file for test_2p2cni -# Everything behind a '#' is a comment -# Groups can be ordered e.g. : [BoundaryConditions], -# see ../2p2c/ for a more detailed example -############################################################ +############################################################### +# Parameter file for test_2p2cni. +# Everything behind a '#' is a comment. +# Type "./test_2p2cni --help" for more information. +############################################################### -############################################################ +############################################################### # Mandatory arguments -############################################################ +############################################################### + [TimeManager] -DtInitial = 250 # seconds -TEnd = 1e4 # seconds +DtInitial = 250 # [s] +TEnd = 1e4 # [s] -############################################################ [Grid] File = ./grids/test_2p2cni.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 = ... \ No newline at end of file +# 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 = ... diff --git a/test/boxmodels/2pni/test_2pni.input b/test/boxmodels/2pni/test_2pni.input index 558fc635dd..c337b84d4a 100644 --- a/test/boxmodels/2pni/test_2pni.input +++ b/test/boxmodels/2pni/test_2pni.input @@ -1,31 +1,32 @@ -############################################################ -# Parameter file for test_2pni -# Everything behind a '#' is a comment -# Groups can be ordered e.g. : [BoundaryConditions], -# see ../2p2c/ for a more detailed example -############################################################ +############################################################### +# Parameter file for test_2pni. +# Everything behind a '#' is a comment. +# Type "./test_2pni --help" for more information. +############################################################### -############################################################ +############################################################### # Mandatory arguments -############################################################ +############################################################### + [TimeManager] -DtInitial = 250# [s] -TEnd = 1e4# [s] +DtInitial = 250 # [s] +TEnd = 1e4 # [s] -############################################################ [Grid] -NumberOfCellsX = 24# [-] resolution in x-direction -NumberOfCellsY = 16# [-] resolution in y-direction +NumberOfCellsX = 24 # [-] resolution in x-direction +NumberOfCellsY = 16 # [-] resolution in y-direction + +UpperRightX = 60 # [m] length of the domain +UpperRightY = 40 # [m] height of the domain -UpperRightX = 60# [m] dimension of the grid -UpperRightY = 40# [m] dimension 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 below value, if restart is desired. -#################################################################### -# restart = ... +# 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 = ... diff --git a/test/boxmodels/3p3c/test_3p3c.input b/test/boxmodels/3p3c/test_3p3c.input index bffc804456..2d36d05c82 100644 --- a/test/boxmodels/3p3c/test_3p3c.input +++ b/test/boxmodels/3p3c/test_3p3c.input @@ -1,28 +1,28 @@ -############################################################ -# Parameter file for test_3p3c -# Everything behind a '#' is a comment -# Groups can be ordered e.g. : [BoundaryConditions], -# see ../2p2c/ for a more detailed example -############################################################ +############################################################### +# Parameter file for test_3p3c. +# Everything behind a '#' is a comment. +# Type "./test_3p3c --help" for more information. +############################################################### -############################################################ +############################################################### # Mandatory arguments -############################################################ +############################################################### + [TimeManager] -DtInitial = 60# [s] -TEnd = 864000# [s] +DtInitial = 60 # [s] +TEnd = 864000 # [s] -############################################################ [Grid] File = ./grids/test_3p3c.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 = ... \ No newline at end of file +# 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 = ... diff --git a/test/boxmodels/3p3cni/test_3p3cni.input b/test/boxmodels/3p3cni/test_3p3cni.input index 8d0d4e0665..f2e7373f8e 100644 --- a/test/boxmodels/3p3cni/test_3p3cni.input +++ b/test/boxmodels/3p3cni/test_3p3cni.input @@ -1,28 +1,28 @@ -############################################################ -# Parameter file for test_3p2cni -# Everything behind a '#' is a comment -# Groups can be ordered e.g. : [BoundaryConditions], -# see ../2p2c/ for a more detailed example -############################################################ +############################################################### +# Parameter file for test_3p3cni. +# Everything behind a '#' is a comment. +# Type "./test_3p3cni --help" for more information. +############################################################### -############################################################ +############################################################### # Mandatory arguments -############################################################ +############################################################### + [TimeManager] -DtInitial = 1# [s] -TEnd = 1800# [s] +DtInitial = 1 # [s] +TEnd = 1800 # [s] -############################################################ [Grid] File = ./grids/kuev_2p2cni.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 = ... \ No newline at end of file +# 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 = ... diff --git a/test/boxmodels/mpnc/test_mpnc.input b/test/boxmodels/mpnc/test_mpnc.input index 694bd48830..a1bf8b9930 100644 --- a/test/boxmodels/mpnc/test_mpnc.input +++ b/test/boxmodels/mpnc/test_mpnc.input @@ -1,33 +1,31 @@ -############################################################ -# Parameter file for test_MpNc -# Everything behind a '#' is a comment -# Groups can be ordered e.g. : [BoundaryConditions], -# see ../2p2c/ for a more detailed example -############################################################ +############################################################### +# Parameter file for test_mpnc. +# Everything behind a '#' is a comment. +# Type "./test_mpnc --help" for more information. +############################################################### -############################################################ +############################################################### # Mandatory arguments -############################################################ +############################################################### + [TimeManager] -DtInitial = 250 # seconds -TEnd = 1e4 # seconds +DtInitial = 250 # [s] +TEnd = 1e4 # [s] -############################################################ [Grid] File = ./grids/obstacle_24x16.dgf -############################################################ -[ LinearSolver ] +[LinearSolver] ResidualReduction = 1e-12 -#################################################################### +############################################################### # 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 = ... \ No newline at end of file +# 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 = ... diff --git a/test/boxmodels/richards/test_richards.input b/test/boxmodels/richards/test_richards.input index c6f118fa78..8507fe30b1 100644 --- a/test/boxmodels/richards/test_richards.input +++ b/test/boxmodels/richards/test_richards.input @@ -1,28 +1,28 @@ -############################################################ -# Parameter file for test_richards -# Everything behind a '#' is a comment -# Groups can be ordered e.g. : [BoundaryConditions], -# see ../2p2c/ for a more detailed example -############################################################ +############################################################### +# Parameter file for test_richards. +# Everything behind a '#' is a comment. +# Type "./test_richards --help" for more information. +############################################################### -############################################################ +############################################################### # Mandatory arguments -############################################################ +############################################################### + [TimeManager] -DtInitial = 100 # seconds -TEnd = 3000 # seconds +DtInitial = 100 # [s] +TEnd = 3000 # [s] -############################################################ [Grid] File = ./grids/richardslens-24x16.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 = ... \ No newline at end of file +# 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 = ... diff --git a/test/decoupled/1p/test_1p.input b/test/decoupled/1p/test_1p.input index 9207641e2c..cb04a650a1 100644 --- a/test/decoupled/1p/test_1p.input +++ b/test/decoupled/1p/test_1p.input @@ -1,36 +1,37 @@ -############################################################ -# 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 -############################################################ +############################################################### +# Parameter file for test_1p. +# Everything behind a '#' is a comment. +# Type "./test_1p --help" for more information. +############################################################### -############################################################ +############################################################### # Mandatory arguments -############################################################ +############################################################### + [TimeManager] -DtInitial = 0# [s] -TEnd = 0# [s] +DtInitial = 0 # [s] +TEnd = 0 # [s] [Problem] -Delta = 1e-6 # [-] if this is commented in, it is used +Delta = 1e-6 # [-] if this is commented in, it is used [Grid] -NumberOfCellsX = 1# [-] resolution in x-direction -NumberOfCellsY = 1# [-] resolution in y-direction +NumberOfCellsX = 1 # [-] resolution in x-direction +NumberOfCellsY = 1 # [-] resolution in y-direction -UpperRightX = 1# [m] dimension of the grid -UpperRightY = 1# [m] dimension of the grid +UpperRightX = 1 # [m] length of the domain +UpperRightY = 1 # [m] height of the domain NumRefine = 3 # refinement level of the created 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 below value, if restart is desired. -#################################################################### +# 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 = ... - diff --git a/test/decoupled/2p/test_impes.input b/test/decoupled/2p/test_impes.input index ccaaf6e190..7812cf2c5c 100644 --- a/test/decoupled/2p/test_impes.input +++ b/test/decoupled/2p/test_impes.input @@ -1,31 +1,32 @@ -############################################################ -# Parameter file for test_impes -# Everything behind a '#' is a comment -# Groups can be ordered e.g. : [BoundaryConditions], -# see ../boxmodels/2p2c/ for a more detailed example -############################################################ +############################################################### +# Parameter file for test_impes. +# Everything behind a '#' is a comment. +# Type "./test_impes --help" for more information. +############################################################### -############################################################ +############################################################### # Mandatory arguments -############################################################ +############################################################### + [TimeManager] -TEnd = 1e7# [s] -DtInitial = 0#[s] +TEnd = 1e7 # [s] +DtInitial = 0 #[s] [Grid] -NumberOfCellsX = 30# [-] resolution in x-direction -NumberOfCellsY = 6# [-] resolution in y-direction +NumberOfCellsX = 30 # [-] resolution in x-direction +NumberOfCellsY = 6 # [-] resolution in y-direction + +UpperRightX = 300 # [m] length of the domain +UpperRightY = 60 # [m] height of the domain -UpperRightX = 300# [m] dimension of the grid -UpperRightY = 60# [m] dimension 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 below value, if restart is desired. -#################################################################### +# 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 = ... - diff --git a/test/decoupled/2p/test_transport.input b/test/decoupled/2p/test_transport.input index c462b37540..fd4d33c8fd 100644 --- a/test/decoupled/2p/test_transport.input +++ b/test/decoupled/2p/test_transport.input @@ -1,28 +1,28 @@ -############################################################ -# Parameter file for test_transport -# Everything behind a '#' is a comment -# Groups can be ordered e.g. : [BoundaryConditions], -# see ../boxmodels/2p2c/ for a more detailed example -############################################################ +############################################################### +# Parameter file for test_transport. +# Everything behind a '#' is a comment. +# Type "./test_transport --help" for more information. +############################################################### -############################################################ +############################################################### # Mandatory arguments -############################################################ +############################################################### + [TimeManager] -TEnd = 1e4# [s] -DtInitial = 0# [s] +TEnd = 1e4 # [s] +DtInitial = 0 # [s] [Grid] File = ./grids/test_transport.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. -#################################################################### +# 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 = ... - diff --git a/test/decoupled/2p2c/test_dec2p2c.input b/test/decoupled/2p2c/test_dec2p2c.input index 910f8588e2..ba253ac4d4 100644 --- a/test/decoupled/2p2c/test_dec2p2c.input +++ b/test/decoupled/2p2c/test_dec2p2c.input @@ -1,33 +1,34 @@ -############################################################ -# Parameter file for test_dec2p2c -# Everything behind a '#' is a comment -# Groups can be ordered e.g. : [BoundaryConditions], -# see ../boxmodels/2p2c/ for a more detailed example -############################################################ +############################################################### +# Parameter file for test_dec2p2c. +# Everything behind a '#' is a comment. +# Type "./test_dec2p2c --help" for more information. +############################################################### -############################################################ +############################################################### # Mandatory arguments -############################################################ +############################################################### + [TimeManager] -TEnd = 3e3# [s] -DtInitial = 200#[s] +TEnd = 3e3 # [s] +DtInitial = 200 # [s] [Grid] -NumberOfCellsX = 10# [-] resolution in x-direction -NumberOfCellsY = 10# [-] resolution in y-direction -NumberOfCellsZ = 10# [-] resolution in y-direction +NumberOfCellsX = 10 # [-] resolution in x-direction +NumberOfCellsY = 10 # [-] resolution in y-direction +NumberOfCellsZ = 10 # [-] resolution in y-direction + +UpperRightX = 10 # [m] length of the domain +UpperRightY = 10 # [m] width of the domain +UpperRightZ = 10 # [m] height of the domain -UpperRightX = 10# [m] dimension of the grid -UpperRightY = 10# [m] dimension of the grid -UpperRightZ = 10# [m] dimension 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 below value, if restart is desired. -#################################################################### +# 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 = ... - diff --git a/test/decoupled/2padaptive/test_impesadaptive.input b/test/decoupled/2padaptive/test_impesadaptive.input index f6364395d5..c9e2e16b5e 100644 --- a/test/decoupled/2padaptive/test_impesadaptive.input +++ b/test/decoupled/2padaptive/test_impesadaptive.input @@ -1,40 +1,42 @@ -############################################################ -# Parameter file for test_impes -# Everything behind a '#' is a comment -# Groups can be ordered e.g. : [BoundaryConditions], -# see ../boxmodels/2p2c/ for a more detailed example -############################################################ +############################################################### +# Parameter file for test_impesadaptive. +# Everything behind a '#' is a comment. +# Type "./test_impesadaptive --help" for more information. +############################################################### -############################################################ +############################################################### # Mandatory arguments -############################################################ +############################################################### + [TimeManager] -TEnd = 2e7# [s] -DtInitial = 0# [s] +TEnd = 2e7 # [s] +DtInitial = 0 # [s] [Grid] -NumberOfCellsX = 2# [-] level 0 resolution in x-direction -NumberOfCellsY = 1# [-] level 0 resolution in y-direction +NumberOfCellsX = 2 # [-] level 0 resolution in x-direction +NumberOfCellsY = 1 # [-] level 0 resolution in y-direction -UpperRightX = 300# [m] dimension of the grid -UpperRightY = 100# [m] dimension of the grid +UpperRightX = 300 # [m] length of the domain +UpperRightY = 100 # [m] height of the domain ############################################################ -#parameters for grid adaption +# Parameters for grid adaption ############################################################ + [GridAdapt] -MinLevel = 0# [-] minimum level of refinement -MaxLevel = 5# [-] maximum level of refinement +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 # # 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. -######################################################################## +# 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 = ... diff --git a/test/freeflow/navierstokes/test_navierstokes.input b/test/freeflow/navierstokes/test_navierstokes.input index 3a4b6728f4..7b194c984a 100644 --- a/test/freeflow/navierstokes/test_navierstokes.input +++ b/test/freeflow/navierstokes/test_navierstokes.input @@ -1,29 +1,29 @@ -############################################################ -# Parameter file for test_stokes -# Everything behind a '#' is a comment -# Groups can be ordered e.g. : [BoundaryConditions], -# see ../2p2c/ for a more detailed example -############################################################ +############################################################### +# Parameter file for test_navierstokes. +# Everything behind a '#' is a comment. +# Type "./test_navierstokes --help" for more information. +############################################################### -############################################################ +############################################################### # Mandatory arguments -############################################################ +############################################################### + [TimeManager] -DtInitial = 1.0 # seconds -MaxTimeStepSize = 10.0 # seconds -TEnd = 30.0 # seconds +DtInitial = 1.0 # [s] +MaxTimeStepSize = 10.0 # [s] +TEnd = 30.0 # [s] -############################################################ [Grid] File = ./grids/test_navierstokes.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 = ... +# 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 = ... diff --git a/test/freeflow/stokes/test_stokes.input b/test/freeflow/stokes/test_stokes.input index 83c5f6c0ab..ba52f3cebf 100644 --- a/test/freeflow/stokes/test_stokes.input +++ b/test/freeflow/stokes/test_stokes.input @@ -1,28 +1,28 @@ -############################################################ -# Parameter file for test_stokes -# Everything behind a '#' is a comment -# Groups can be ordered e.g. : [BoundaryConditions], -# see ../2p2c/ for a more detailed example -############################################################ +############################################################### +# Parameter file for test_stokes. +# Everything behind a '#' is a comment. +# Type "./test_stokes --help" for more information. +############################################################### -############################################################ +############################################################### # Mandatory arguments -############################################################ +############################################################### + [TimeManager] -DtInitial = 10 # seconds -TEnd = 6e3 # seconds +DtInitial = 10 # [s] +TEnd = 6e3 # [s] -############################################################ [Grid] File = ./grids/test_stokes.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. -######################################################################### +# 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 = ... diff --git a/test/freeflow/stokes2c/test_stokes2c.input b/test/freeflow/stokes2c/test_stokes2c.input index db502622f8..55e4e73505 100644 --- a/test/freeflow/stokes2c/test_stokes2c.input +++ b/test/freeflow/stokes2c/test_stokes2c.input @@ -1,28 +1,28 @@ -############################################################ -# Parameter file for test_stokes2c -# Everything behind a '#' is a comment -# Groups can be ordered e.g. : [BoundaryConditions], -# see ../2p2c/ for a more detailed example -############################################################ +############################################################### +# Parameter file for test_stokes2c. +# Everything behind a '#' is a comment. +# Type "./test_stokes2c --help" for more information. +############################################################### -############################################################ +############################################################### # Mandatory arguments -############################################################ +############################################################### + [TimeManager] -DtInitial = 0.1 # seconds -TEnd = 2 # seconds +DtInitial = 0.1 # [s] +TEnd = 2 # [s] -############################################################ [Grid] File = ./grids/test_stokes2c.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. -######################################################################### +# 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 = ... diff --git a/test/freeflow/stokes2cni/test_stokes2cni.input b/test/freeflow/stokes2cni/test_stokes2cni.input index 6986a69599..d0ff3661ac 100644 --- a/test/freeflow/stokes2cni/test_stokes2cni.input +++ b/test/freeflow/stokes2cni/test_stokes2cni.input @@ -1,28 +1,28 @@ -############################################################ -# Parameter file for test_stokes2cni -# Everything behind a '#' is a comment -# Groups can be ordered e.g. : [BoundaryConditions], -# see ../2p2c/ for a more detailed example -############################################################ +############################################################### +# Parameter file for test_stokes2cni. +# Everything behind a '#' is a comment. +# Type "./test_stokes2cni --help" for more information. +############################################################### -############################################################ +############################################################### # Mandatory arguments -############################################################ +############################################################### + [TimeManager] -DtInitial = 0.1 # seconds -TEnd = 3 # seconds +DtInitial = 0.1 # [s] +TEnd = 3 # [s] -############################################################ [Grid] File = ./grids/test_stokes2cni.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. -######################################################################### +# 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 = ... -- GitLab