diff --git a/test/common/generalproblem/test_generalproblem2p.input b/test/common/generalproblem/test_generalproblem2p.input index e6c67b3d7525df00dd61bd9f293061eeece4d240..8728185dbbaf92387dbf76e2f965600bff35c89a 100644 --- a/test/common/generalproblem/test_generalproblem2p.input +++ b/test/common/generalproblem/test_generalproblem2p.input @@ -1,13 +1,3 @@ -############################################################### -# Parameter file for test_generalproblem2p. -# Everything behind a '#' is a comment. -# Type "./test_generalproblem2p --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 250 # [s] TEnd = 3000 # [s] @@ -17,22 +7,11 @@ NumberOfCellsX = 48# [-] level 0 resolution in x-direction NumberOfCellsY = 32# [-] level 0 resolution in y-direction UpperRightX = 6# [m] dimension of the grid -UpperRightY = 4# [m] dimension of the grid +UpperRightY = 4# [m] dimension of the grid [SpatialParams] -LensLowerLeftX = 1.0 # [m] x-coordinate of the lower left lens corner +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 two lines below, if restart is desired. -############################################################### -# [TimeManager] -# Restart = ... diff --git a/test/common/generalproblem/test_generalproblem2p_reference.input b/test/common/generalproblem/test_generalproblem2p_reference.input index 255d7215cb2d4ab3e1a3d6f22db18a90b60fdcf0..4bfaaa1b4926532589647c95171b0a63f933c185 100644 --- a/test/common/generalproblem/test_generalproblem2p_reference.input +++ b/test/common/generalproblem/test_generalproblem2p_reference.input @@ -1,13 +1,3 @@ -############################################################### -# Parameter file for test_generalproblem2p. -# Everything behind a '#' is a comment. -# Type "./test_generalproblem2p --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 2e1 # [s] TEnd = 1e2 # [s] @@ -17,22 +7,11 @@ NumberOfCellsX = 48# [-] level 0 resolution in x-direction NumberOfCellsY = 32# [-] level 0 resolution in y-direction UpperRightX = 6# [m] dimension of the grid -UpperRightY = 4# [m] dimension of the grid +UpperRightY = 4# [m] dimension of the grid [SpatialParams] -LensLowerLeftX = 1.0 # [m] x-coordinate of the lower left lens corner +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 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 a17f893969dfce001194fa02ada52d959bc23845..3b20e2108f49a7e32200057fdbecca76610837f2 100644 --- a/test/decoupled/1p/test_1p.input +++ b/test/decoupled/1p/test_1p.input @@ -1,13 +1,3 @@ -############################################################### -# 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] @@ -24,14 +14,3 @@ 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 two lines below, if restart is desired. -############################################################### -# [TimeManager] -# Restart = ... diff --git a/test/decoupled/1p/test_diffusion3d.input b/test/decoupled/1p/test_diffusion3d.input index c437ce336a265b34bf8f852d26619d8c25512af1..0d0135bf74050a361f104db3d7a5d1373f631848 100644 --- a/test/decoupled/1p/test_diffusion3d.input +++ b/test/decoupled/1p/test_diffusion3d.input @@ -1,13 +1,3 @@ -############################################################### -# Parameter file for test_diffusion3d -# Everything behind a '#' is a comment. -# Type "./test_diffusion3d --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [Grid] #File = ./grids/test_diffusion3d_sg.dgf File = ./grids/test_diffusion3d_ug1.dgf @@ -15,17 +5,3 @@ File = ./grids/test_diffusion3d_ug1.dgf RefinementRatio = 0 -#[Problem] -#OutputName = - -############################################################### -# 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 = ... diff --git a/test/decoupled/1p/test_diffusion3d_reference.input b/test/decoupled/1p/test_diffusion3d_reference.input index 50a4e30aab58931a0708777cfbf56b09440ea799..1c4d1abfb12d36c6f71a131545faf257edf5a686 100644 --- a/test/decoupled/1p/test_diffusion3d_reference.input +++ b/test/decoupled/1p/test_diffusion3d_reference.input @@ -1,29 +1,5 @@ -############################################################### -# Parameter file for test_diffusion3d -# Everything behind a '#' is a comment. -# Type "./test_diffusion3d --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [Grid] File = ./grids/test_diffusion3d_ug1.dgf RefinementRatio = 0 -#[Problem] -#OutputName = - -############################################################### -# 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 = ... diff --git a/test/decoupled/2p/test_3d2p.input b/test/decoupled/2p/test_3d2p.input index 47b00f04b11d0818f087a3b4793a7b172075c0c3..7d9e3522f58ad1bb6da5d1a794cd04ff1ed7a5fc 100644 --- a/test/decoupled/2p/test_3d2p.input +++ b/test/decoupled/2p/test_3d2p.input @@ -1,42 +1,12 @@ -############################################################ -# 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 -############################################################ - -############################################################ -# Mandatory arguments -############################################################ [TimeManager] TEnd = 1e4# [s] DtInitial = 0# [s] [Grid] -############################################################ -#For nine-spot problem -# #File = ./grids/test_3d2p_3_sg.dgf #structured grid File = ./grids/test_3d2p_3_ug1.dgf #unstructured grid #File = ./grids/test_3d2p_3_ug2.dgf #unstructured grid -# -############# -# RefinementFactor = 2 -# -############################################################ - -############################################################ -#For buckley-leverett/mcwhorter problem -# -#File = ./grids/test_3d2p_12_sg.dgf #structured grid -#File = ./grids/test_3d2p_12_ug.dgf #unstructured grid -# -############# -# -#RefinementFactor = 0 -# -############################################################ [MPFA] TransmissibilityCriterion = 1 @@ -45,7 +15,6 @@ EnableSimpleLStencil = true EnableComplexLStencil =true [Problem] -#OutputName = OutputInterval =0 OutputTimeInterval = 1e3 @@ -53,11 +22,8 @@ OutputTimeInterval = 1e3 #CFLFactor = 5.0 #SubCFLFactor = 0.8 -############################################################ -#parameters for grid adaption -############################################################ [GridAdapt] -MinLevel = 0# [-] minimum level of refinement +MinLevel = 0# [-] minimum level of refinement MaxLevel = 2# [-] maximum level of refinement RefineTolerance = 0.1 # threshold for refinement criterion CoarsenTolerance = 0.5 # threshold for coarsening criterion diff --git a/test/decoupled/2p/test_impes.input b/test/decoupled/2p/test_impes.input index 344641eb76428ce289ad8c66119129c4763b8d50..a9592a86f624a786be3bac12c7610181054ccccc 100644 --- a/test/decoupled/2p/test_impes.input +++ b/test/decoupled/2p/test_impes.input @@ -1,13 +1,3 @@ -############################################################### -# 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] @@ -22,21 +12,5 @@ UpperRightY = 60 # [m] height of the domain [Problem] Name = test_impes # name passed to the output routines -############################################################ -# Optional arguments -############################################################ - [Vtk] -#OutputLevel = 1 # 0 -> only primary variables (default), 1 -> also secondary variables - -############################################################### -# 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 = ... +OutputLevel = 0 \ No newline at end of file diff --git a/test/decoupled/2p/test_impesadaptive.input b/test/decoupled/2p/test_impesadaptive.input index c9e2e16b5ea0ce7d7190eca79518a7b13d1e7c57..586f6e9b31d5f6d74eb19226287ee333d64e6baf 100644 --- a/test/decoupled/2p/test_impesadaptive.input +++ b/test/decoupled/2p/test_impesadaptive.input @@ -1,13 +1,3 @@ -############################################################### -# 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] @@ -19,24 +9,9 @@ NumberOfCellsY = 1 # [-] level 0 resolution in y-direction UpperRightX = 300 # [m] length of the domain UpperRightY = 100 # [m] height of the domain -############################################################ -# Parameters for grid adaption -############################################################ - [GridAdapt] -MinLevel = 0 # [-] minimum 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 two lines below, if restart is desired. -############################################################### -# [TimeManager] -# Restart = ... diff --git a/test/decoupled/2p/test_impeswithamg.input b/test/decoupled/2p/test_impeswithamg.input index 73cb5c67c606c378a9c283751498e15acf6e6648..a186379df113bab2711bca46b7e8fa56a2e37848 100644 --- a/test/decoupled/2p/test_impeswithamg.input +++ b/test/decoupled/2p/test_impeswithamg.input @@ -1,13 +1,3 @@ -############################################################### -# 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] @@ -18,21 +8,5 @@ File = ./grids/test_impeswithamg.dgf [Problem] Name = test_impeswithamg # name passed to the output routines -############################################################ -# Optional arguments -############################################################ - [Vtk] -#OutputLevel = 1 # 0 -> only primary variables (default), 1 -> also secondary variables - -############################################################### -# 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 = ... +OutputLevel = 0 \ No newline at end of file diff --git a/test/decoupled/2p/test_mpfa2p.input b/test/decoupled/2p/test_mpfa2p.input index f9d247fc66cb77e34870a7db30bf24e67f614de3..e0863749c11c8f6c72c1c2909cb9ded527baa37b 100644 --- a/test/decoupled/2p/test_mpfa2p.input +++ b/test/decoupled/2p/test_mpfa2p.input @@ -1,12 +1,3 @@ -############################################################ -# Parameter file for test_mpfa2p.cc -# Everything behind a '#' is a comment. -# Type "./test_mpfa2p --help" for more information. -############################################################ - -############################################################ -# Mandatory arguments -############################################################ [TimeManager] TEnd = 5e4# [s] DtInitial = 5e5# [s] @@ -15,34 +6,26 @@ SubTimestepVerbosity = 0 [Grid] File = grids/test_mpfa2p.dgf#grid for buckley-leverett or mcwhorter problem -#For 2d-lense-problem NumberOfCellsX = 10# [-] level 0 resolution in x-direction NumberOfCellsY = 10# [-] level 0 resolution in y-direction UpperRightX = 20# [m] dimension of the grid UpperRightY = 10# [m] dimension of the grid # 2D -#RefinementFactor = 1 - -############################################################ -# Optional arguments -############################################################ [Problem] OutputInterval =0 OutputTimeInterval = 1e4 -#For 2d-lense-problem InletWidth = 2 InjectionFlux = 0.1 [Impet] -#CFLFactor = 10.0 # Use larger time steps and +#CFLFactor = 10.0 # Use larger time steps and #SubCFLFactor = 0.95 # enable local time-stepping [Vtk] OutputLevel = 1 # 0 -> only primary variables (default), 1 -> also secondary variables -#For 2d-lense-problem [SpatialParams] BackgroundPermeabilityXX = 1e-10 BackgroundPermeabilityXY = 0 @@ -73,7 +56,7 @@ BackgroundEntryPressure = 500 LenseEntryPressure = 5000 [GridAdapt] -MinLevel = 0# [-] minimum level of refinement +MinLevel = 0# [-] minimum level of refinement MaxLevel = 1# [-] maximum level of refinement RefineTolerance = 0.2 # threshold for refinement criterion CoarsenTolerance = 0.01 # threshold for coarsening criterion diff --git a/test/decoupled/2p/test_transport.input b/test/decoupled/2p/test_transport.input index 88903e3f04277888ac6549893e40ac2c1513d9ef..4bd644bd36e96bc84f90a7719f7316397a302398 100644 --- a/test/decoupled/2p/test_transport.input +++ b/test/decoupled/2p/test_transport.input @@ -1,13 +1,3 @@ -############################################################### -# 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] @@ -15,20 +5,5 @@ DtInitial = 0 # [s] [Grid] File = ./grids/test_transport.dgf -############################################################ -# Optional arguments -############################################################ [Vtk] -#OutputLevel = 1 # 0 -> only primary variables (default), 1 -> also secondary variables -############################################################### -# 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 = ... diff --git a/test/decoupled/2p2c/test_adaptive2p2c2d.input b/test/decoupled/2p2c/test_adaptive2p2c2d.input index ed13f70d56066dac5f0e0f9508ece0579d92affd..5ae3afd625211b77daec9001a6446fcc9e72f8e0 100644 --- a/test/decoupled/2p2c/test_adaptive2p2c2d.input +++ b/test/decoupled/2p2c/test_adaptive2p2c2d.input @@ -1,38 +1,24 @@ -############################################################# -#Configuration file for test_adaptive2p2c.cc -############################################################# [Impet] CFLFactor = 0.8 -#SubCFLFactor = 0.8# for sub-time-stepping of the transport ErrorTermLowerBound = 0.2 ErrorTermUpperBound = 0.9 ErrorTermFactor = 0.5 EnableVolumeIntegral = 1 RestrictFluxInTransport = 1 -############################################################# -#Refinement control -############################################################# [GridAdapt] MinLevel = 0 MaxLevel = 1 -# CoarsenTolerance = 0.1 -# RefineTolerance = 0.15 EnableMultiPointFluxApproximation = 1 MaxInteractionVolumes = 2 -############################################################# -#Problem parameters -############################################################# [Problem] SimulationName = test_adaptive2p2c2d # name of the output files OutputInterval = 5 [TimeManager] -#Simulated time TEnd= 3e3 -#Initial time step DtInitial = 200 [Grid] diff --git a/test/decoupled/2p2c/test_adaptive2p2c3d.input b/test/decoupled/2p2c/test_adaptive2p2c3d.input index 1de20f40ad9605911d3eb5145167fde9c9c57298..5f6522d22d6c4b720d48d42c1ce96b744bf3841e 100644 --- a/test/decoupled/2p2c/test_adaptive2p2c3d.input +++ b/test/decoupled/2p2c/test_adaptive2p2c3d.input @@ -1,6 +1,3 @@ -############################################################# -#Configuration file for test_adaptive2p2c.cc -############################################################# [Impet] CFLFactor = 0.8 ErrorTermLowerBound = 0.02 @@ -14,8 +11,6 @@ EnableMultiPointFluxApproximation = 1 MaxInteractionVolumes = 4 MinLevel = 0 MaxLevel = 1 -# CoarsenTolerance = 0.1 -# RefineTolerance = 0.15 [Grid] NumberOfCellsX = 10 # [-] resolution in x-direction @@ -26,15 +21,9 @@ UpperRightX = 10 # [m] length of the domain UpperRightY = 10 # [m] width of the domain UpperRightZ = 10 # [m] height of the domain -############################################################# -#Define Boundary Conditions -############################################################# [BoundaryConditions] Injectionrate = 1e-4 # kg / sec -############################################################# -#Simulation control -############################################################# [Problem] Name = test_adaptive2p2c3d # name of the output files OutputInterval = 5 diff --git a/test/decoupled/2p2c/test_dec2p2c.input b/test/decoupled/2p2c/test_dec2p2c.input index e25ad11bead90faed4b6dfb5fd883e14324b5126..9cbc25572855c8ab70d85199ebc51f34eb2c31b8 100644 --- a/test/decoupled/2p2c/test_dec2p2c.input +++ b/test/decoupled/2p2c/test_dec2p2c.input @@ -1,13 +1,3 @@ -############################################################### -# 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] @@ -22,17 +12,5 @@ UpperRightY = 10 # [m] width of the domain UpperRightZ = 10 # [m] height of the domain [Impet] -CFLFactor = 0.8 -#SubCFLFactor = 0.8 # for sub-time-stepping of the transport +CFLFactor = 0.8 -############################################################### -# 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 = ... diff --git a/test/freeflow/navierstokes/test_navierstokes.input b/test/freeflow/navierstokes/test_navierstokes.input index 7b194c984aba09dc6478c46438dabe2dd34b5d09..94942db0b1e01277badaebe3798043d3285c8d9c 100644 --- a/test/freeflow/navierstokes/test_navierstokes.input +++ b/test/freeflow/navierstokes/test_navierstokes.input @@ -1,13 +1,3 @@ -############################################################### -# Parameter file for test_navierstokes. -# Everything behind a '#' is a comment. -# Type "./test_navierstokes --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 1.0 # [s] MaxTimeStepSize = 10.0 # [s] @@ -16,14 +6,3 @@ 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 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 ba52f3cebf01bdf3c5aac5b491214d233cff03e2..6d4f501e0489480c6348f0af54bc0e04a8758ab3 100644 --- a/test/freeflow/stokes/test_stokes.input +++ b/test/freeflow/stokes/test_stokes.input @@ -1,13 +1,3 @@ -############################################################### -# Parameter file for test_stokes. -# Everything behind a '#' is a comment. -# Type "./test_stokes --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 10 # [s] TEnd = 6e3 # [s] @@ -15,14 +5,3 @@ 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 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 55e4e73505f8f351edc97a1c2ff2fd11d4097272..801293a244ba7749d3e15381ef3de5b8799a7bfa 100644 --- a/test/freeflow/stokes2c/test_stokes2c.input +++ b/test/freeflow/stokes2c/test_stokes2c.input @@ -1,13 +1,3 @@ -############################################################### -# Parameter file for test_stokes2c. -# Everything behind a '#' is a comment. -# Type "./test_stokes2c --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 0.1 # [s] TEnd = 2 # [s] @@ -15,14 +5,3 @@ 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 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 d0ff3661ace876770d42049bcb7a939a0c2978c8..9396effa6c971b459c410b364e8b8c376c18faa1 100644 --- a/test/freeflow/stokes2cni/test_stokes2cni.input +++ b/test/freeflow/stokes2cni/test_stokes2cni.input @@ -1,13 +1,3 @@ -############################################################### -# Parameter file for test_stokes2cni. -# Everything behind a '#' is a comment. -# Type "./test_stokes2cni --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 0.1 # [s] TEnd = 3 # [s] @@ -15,14 +5,3 @@ 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 two lines below, if restart is desired. -############################################################### -# [TimeManager] -# Restart = ... diff --git a/test/geomechanics/el1p2c/test_el1p2c.input b/test/geomechanics/el1p2c/test_el1p2c.input index 548dbfbefa254ba112b7ef61070f5b72caeca652..48fea8b08bde4d4f39432f1a1265c633ad6a92c7 100644 --- a/test/geomechanics/el1p2c/test_el1p2c.input +++ b/test/geomechanics/el1p2c/test_el1p2c.input @@ -1,28 +1,7 @@ -############################################################### -# Parameter file for test_elastic. -# Everything behind a '#' is a comment. -# Type "./test_elastic --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 10 # [s] TEnd = 1e4 # [s] [Grid] -File = grids/test_el1p2c.dgf +File = grids/test_el1p2c.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 two lines below, if restart is desired. -############################################################### -# [TimeManager] -# Restart = ... diff --git a/test/geomechanics/elastic/test_elastic.input b/test/geomechanics/elastic/test_elastic.input index e1359ae5e2452a1852689abe3ea89a70583ec73a..2b46f502d86a59708dc6cf6099b5c217663a52f5 100644 --- a/test/geomechanics/elastic/test_elastic.input +++ b/test/geomechanics/elastic/test_elastic.input @@ -1,28 +1,7 @@ -############################################################### -# Parameter file for test_elastic. -# Everything behind a '#' is a comment. -# Type "./test_elastic --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 1 # [s] TEnd = 1 # [s] [Grid] -File = grids/test_elastic.dgf +File = grids/test_elastic.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 two lines below, if restart is desired. -############################################################### -# [TimeManager] -# Restart = ... diff --git a/test/implicit/1p/test_box1p.input b/test/implicit/1p/test_box1p.input index 2245b7effb1dfee08667235d0b3fe22137142e84..265d6457e59a636cf891a25593ed4c84c2125f73 100644 --- a/test/implicit/1p/test_box1p.input +++ b/test/implicit/1p/test_box1p.input @@ -1,13 +1,3 @@ -############################################################### -# Parameter file for test_1p. -# Everything behind a '#' is a comment. -# Type "./test_1p --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 1 # [s] TEnd = 1 # [s] @@ -19,8 +9,6 @@ File = ./grids/test_1p_2d.dgf Name = 1ptestbox # name passed to the output routines [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] @@ -28,18 +16,6 @@ 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 two lines below, if restart is desired. -############################################################### -# [TimeManager] -# Restart = ... diff --git a/test/implicit/1p/test_box1pniconduction.input b/test/implicit/1p/test_box1pniconduction.input index 2d40d910249a1b29ec40928c1e4d5479dc1c1ac5..1edecc07a48adf23f1c6c8971355a9f014734442 100644 --- a/test/implicit/1p/test_box1pniconduction.input +++ b/test/implicit/1p/test_box1pniconduction.input @@ -1,13 +1,3 @@ -############################################################### -# Parameter file for test_box1pniconduction. -# Everything behind a '#' is a comment. -# Type "./test_box1pniconduction --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 1 # [s] TEnd = 1e5 # [s] @@ -20,14 +10,3 @@ File = ./grids/test_1pniconduction.dgf Name = box1pniconduction # name passed to the output routines OutputInterval = 5 # every 5th timestep an output file is written -############################################################### -# 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 = ... diff --git a/test/implicit/1p/test_box1pniconvection.input b/test/implicit/1p/test_box1pniconvection.input index 15e746a55186faea45b61bca5b35480e3bf9f653..5744f50b842c3e30a8932db941ed4e584bbc50a7 100644 --- a/test/implicit/1p/test_box1pniconvection.input +++ b/test/implicit/1p/test_box1pniconvection.input @@ -1,13 +1,3 @@ -############################################################### -# Parameter file for test_box1pniconvection. -# Everything behind a '#' is a comment. -# Type "./test_box1pniconvection --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 1 # [s] TEnd = 3e4 # [s] @@ -21,14 +11,3 @@ Name = box1pniconvection # name passed to the output routines OutputInterval = 5 # every 5th timestep an output file is written DarcyVelocity = 1e-4 # [m/s] inflow at the left boundary -############################################################### -# 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 = ... diff --git a/test/implicit/1p/test_box1pwithamg.input b/test/implicit/1p/test_box1pwithamg.input index 3eff1c86664067172e9a232157bce6b0c6d8ea2f..d544a364332694d0d0dee7ef7f68ab15b3dbb7f9 100644 --- a/test/implicit/1p/test_box1pwithamg.input +++ b/test/implicit/1p/test_box1pwithamg.input @@ -1,13 +1,3 @@ -############################################################### -# Parameter file for test_1p. -# Everything behind a '#' is a comment. -# Type "./test_1p --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 1 # [s] TEnd = 1 # [s] @@ -19,8 +9,6 @@ File = ./grids/test_1p_2d.dgf Name = 1ptestboxwithamg # name passed to the output routines [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] @@ -28,18 +16,6 @@ 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 two lines below, if restart is desired. -############################################################### -# [TimeManager] -# Restart = ... diff --git a/test/implicit/1p/test_cc1p.input b/test/implicit/1p/test_cc1p.input index 2677dc258444812af8e5c748943945903b37e22c..a1ed95dc435c18bc0eb0ebfdea1ab2d61096609c 100644 --- a/test/implicit/1p/test_cc1p.input +++ b/test/implicit/1p/test_cc1p.input @@ -1,13 +1,3 @@ -############################################################### -# Parameter file for test_1p. -# Everything behind a '#' is a comment. -# Type "./test_1p --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 1 # [s] TEnd = 1 # [s] @@ -19,8 +9,6 @@ File = ./grids/test_1p_2d.dgf Name = 1ptestcc # name passed to the output routines [SpatialParams] -# Lens from (0.25|0.25) to (0.75|0.75) -# Box-wise definition of permability LensLowerLeftX = 0.2 # [m] LensLowerLeftY = 0.2 # [m] LensLowerLeftZ = 0.2 # [m] @@ -28,18 +16,6 @@ LensUpperRightX = 0.8 # [m] LensUpperRightY = 0.8 # [m] LensUpperRightZ = 0.8 # [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 two lines below, if restart is desired. -############################################################### -# [TimeManager] -# Restart = ... diff --git a/test/implicit/1p/test_cc1pniconduction.input b/test/implicit/1p/test_cc1pniconduction.input index e6741834851b8878c982d1ddc8c1225b8a48a7c6..9ae9929d63ca33d58a1a3d40392968e9941186e1 100644 --- a/test/implicit/1p/test_cc1pniconduction.input +++ b/test/implicit/1p/test_cc1pniconduction.input @@ -1,13 +1,3 @@ -############################################################### -# Parameter file for test_cc1pniconduction. -# Everything behind a '#' is a comment. -# Type "./test_cc1pniconduction --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 1 # [s] TEnd = 1e5 # [s] @@ -20,14 +10,3 @@ File = ./grids/test_1pniconduction.dgf Name = cc1pniconduction # name passed to the output routines OutputInterval = 5 # every 5th timestep an output file is written -############################################################### -# 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 = ... diff --git a/test/implicit/1p/test_cc1pniconvection.input b/test/implicit/1p/test_cc1pniconvection.input index 7c908fc3c2c1980606a8d5c3783f74bbda9d81ad..87d6601d15af064b07f5d75a72da26c5830a2a50 100644 --- a/test/implicit/1p/test_cc1pniconvection.input +++ b/test/implicit/1p/test_cc1pniconvection.input @@ -1,13 +1,3 @@ -############################################################### -# Parameter file for test_cc1pniconvection. -# Everything behind a '#' is a comment. -# Type "./test_cc1pniconvection --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 1 # [s] TEnd = 3e4 # [s] @@ -21,14 +11,3 @@ Name = cc1pniconvection # name passed to the output routines OutputInterval = 5 # every 5th timestep an output file is written DarcyVelocity = 1e-4 # [m/s] inflow at the left boundary -############################################################### -# 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 = ... diff --git a/test/implicit/1p/test_cc1pwithamg.input b/test/implicit/1p/test_cc1pwithamg.input index ba4ab8c70d054057a39a976eac6c45073b688eed..6b70efe24728311df50842d0427a2b02447cefe4 100644 --- a/test/implicit/1p/test_cc1pwithamg.input +++ b/test/implicit/1p/test_cc1pwithamg.input @@ -1,13 +1,3 @@ -############################################################### -# Parameter file for test_1p. -# Everything behind a '#' is a comment. -# Type "./test_1p --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 1 # [s] TEnd = 1 # [s] @@ -19,8 +9,6 @@ File = ./grids/test_1p_2d.dgf Name = 1ptestccwithamg # name passed to the output routines [SpatialParams] -# Lens from (0.25|0.25) to (0.75|0.75) -# Box-wise definition of permability LensLowerLeftX = 0.2 # [m] LensLowerLeftY = 0.2 # [m] LensLowerLeftZ = 0.2 # [m] @@ -28,18 +16,6 @@ LensUpperRightX = 0.8 # [m] LensUpperRightY = 0.8 # [m] LensUpperRightZ = 0.8 # [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 two lines below, if restart is desired. -############################################################### -# [TimeManager] -# Restart = ... diff --git a/test/implicit/1p2c/test_box1p2c.input b/test/implicit/1p2c/test_box1p2c.input index e8346519c3f77cf3944eb190a5888808f9be265c..081b7ccab66cc270d8541777fbf0ae08da9bd490 100644 --- a/test/implicit/1p2c/test_box1p2c.input +++ b/test/implicit/1p2c/test_box1p2c.input @@ -1,13 +1,3 @@ -############################################################### -# Parameter file for test_1p2c. -# Everything behind a '#' is a comment. -# Type "./test_1p2c --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 1 # [s] TEnd = 100 # [s] @@ -18,14 +8,3 @@ File = ./grids/test_1p2c.dgf [Problem] Name = outflowbox # name passed to the output routines -############################################################### -# 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 = ... diff --git a/test/implicit/1p2c/test_box1p2cniconduction.input b/test/implicit/1p2c/test_box1p2cniconduction.input index 80c4252b93e8f4db5987bba0624ea9877698c93b..e9e6b43a860dca5412e51f3e0cdf2c2d98dae5ca 100644 --- a/test/implicit/1p2c/test_box1p2cniconduction.input +++ b/test/implicit/1p2c/test_box1p2cniconduction.input @@ -1,13 +1,3 @@ -############################################################### -# Parameter file for test_box1p2cniconduction. -# Everything behind a '#' is a comment. -# Type "./test_box1p2cniconduction --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 1 # [s] TEnd = 1e5 # [s] @@ -20,14 +10,3 @@ File = ./grids/test_1p2cniconduction.dgf Name = box1p2cniconduction # name passed to the output routines OutputInterval = 5 # every 5th timestep an output file is written -############################################################### -# 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 = ... diff --git a/test/implicit/1p2c/test_box1p2cniconvection.input b/test/implicit/1p2c/test_box1p2cniconvection.input index 0d7163fe8555a6f905459930b9cd89d72450d18e..7f53fce80599cb07cba28c8e364fe080eaee276c 100644 --- a/test/implicit/1p2c/test_box1p2cniconvection.input +++ b/test/implicit/1p2c/test_box1p2cniconvection.input @@ -1,13 +1,3 @@ -############################################################### -# Parameter file for test_box1p2cniconvection. -# Everything behind a '#' is a comment. -# Type "./test_box1p2cniconvection --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 1 # [s] TEnd = 3e4 # [s] @@ -21,14 +11,3 @@ Name = box1p2cniconvection # name passed to the output routines OutputInterval = 5 # every 5th timestep an output file is written DarcyVelocity = 1e-4 # [m/s] inflow at the left boundary -############################################################### -# 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 = ... diff --git a/test/implicit/1p2c/test_cc1p2c.input b/test/implicit/1p2c/test_cc1p2c.input index 7578c20cb5ead014431ca7742e032f0c5a7ef45e..86addd63f1a0df6cc51a94f89f95088dbd28a290 100644 --- a/test/implicit/1p2c/test_cc1p2c.input +++ b/test/implicit/1p2c/test_cc1p2c.input @@ -1,13 +1,3 @@ -############################################################### -# Parameter file for test_1p2c. -# Everything behind a '#' is a comment. -# Type "./test_1p2c --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 1 # [s] TEnd = 100 # [s] @@ -18,14 +8,3 @@ File = ./grids/test_1p2c.dgf [Problem] Name = outflowcc # name passed to the output routines -############################################################### -# 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 = ... diff --git a/test/implicit/1p2c/test_cc1p2cniconduction.input b/test/implicit/1p2c/test_cc1p2cniconduction.input index e33efcc719993b39607a01e3640c669802f8baf1..c9ddfcdfa5725106764fae34cd1336e7549c2642 100644 --- a/test/implicit/1p2c/test_cc1p2cniconduction.input +++ b/test/implicit/1p2c/test_cc1p2cniconduction.input @@ -1,13 +1,3 @@ -############################################################### -# Parameter file for test_cc1p2cniconduction. -# Everything behind a '#' is a comment. -# Type "./test_cc1p2cniconduction --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 1 # [s] TEnd = 1e5 # [s] @@ -20,14 +10,3 @@ File = ./grids/test_1p2cniconduction.dgf Name = cc1p2cniconduction # name passed to the output routines OutputInterval = 5 # every 5th timestep an output file is written -############################################################### -# 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 = ... diff --git a/test/implicit/1p2c/test_cc1p2cniconvection.input b/test/implicit/1p2c/test_cc1p2cniconvection.input index f99da5876d5a1bebe1984ed5d3aebaae54c91fc1..e39ca088af31cc959b7726b8de39d33b7b9885fa 100644 --- a/test/implicit/1p2c/test_cc1p2cniconvection.input +++ b/test/implicit/1p2c/test_cc1p2cniconvection.input @@ -1,13 +1,3 @@ -############################################################### -# Parameter file for test_cc1p2cniconvection. -# Everything behind a '#' is a comment. -# Type "./test_cc1p2cniconvection --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 1 # [s] TEnd = 3e4 # [s] @@ -21,14 +11,3 @@ Name = cc1p2cniconvection # name passed to the output routines OutputInterval = 5 # every 5th timestep an output file is written DarcyVelocity = 1e-4 # [m/s] inflow at the left boundary -############################################################### -# 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 = ... diff --git a/test/implicit/2p/test_box2p.input b/test/implicit/2p/test_box2p.input index f92213bafa6708d69a71e1e7e2c5dab0361e4efa..940a449ac05e71ee3fb9dbaea707ec96d78b4bc7 100644 --- a/test/implicit/2p/test_box2p.input +++ b/test/implicit/2p/test_box2p.input @@ -1,22 +1,12 @@ -############################################################### -# Parameter file for test_2p. -# Everything behind a '#' is a comment. -# Type "./test_2p --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 250 # [s] TEnd = 3000 # [s] [Grid] -File = ./grids/test_2p.dgf +File = ./grids/test_2p.dgf [SpatialParams] -LensLowerLeftX = 1.0 # [m] x-coordinate of the lower left lens corner +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 @@ -24,14 +14,3 @@ LensUpperRightY = 3.0 # [m] y-coordinate of the upper right lens corner [Problem] Name = lensbox # name passed to the output routines -############################################################### -# 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 = ... diff --git a/test/implicit/2p/test_box2pni.input b/test/implicit/2p/test_box2pni.input index 9ad979da3763813082219aabb47779036ed610d2..769bd34a4f9046103a166aaf18639db611e83c2c 100644 --- a/test/implicit/2p/test_box2pni.input +++ b/test/implicit/2p/test_box2pni.input @@ -1,13 +1,3 @@ -############################################################### -# 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] @@ -22,14 +12,3 @@ UpperRightY = 40 # [m] height of the domain [Problem] Name = injection2pnibox -############################################################### -# 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 = ... diff --git a/test/implicit/2p/test_cc2p.input b/test/implicit/2p/test_cc2p.input index 0d17b547e1c16569d6d77747fdc774d3f86a5ee9..5338c37a7cb29df6f1de89a09e26e0ce9ba1ad2b 100644 --- a/test/implicit/2p/test_cc2p.input +++ b/test/implicit/2p/test_cc2p.input @@ -1,22 +1,12 @@ -############################################################### -# Parameter file for test_2p. -# Everything behind a '#' is a comment. -# Type "./test_2p --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 250 # [s] TEnd = 3000 # [s] [Grid] -File = ./grids/test_2p.dgf +File = ./grids/test_2p.dgf [SpatialParams] -LensLowerLeftX = 1.0 # [m] x-coordinate of the lower left lens corner +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 @@ -24,14 +14,3 @@ LensUpperRightY = 3.0 # [m] y-coordinate of the upper right lens corner [Problem] Name = lenscc # name passed to the output routines -############################################################### -# 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 = ... diff --git a/test/implicit/2p/test_cc2pni.input b/test/implicit/2p/test_cc2pni.input index 6eebc393990ad417725c6e7a6630db4288b0944f..67824b76cbb155dd4dbd74b0a22ac0ccf2e04d38 100644 --- a/test/implicit/2p/test_cc2pni.input +++ b/test/implicit/2p/test_cc2pni.input @@ -1,13 +1,3 @@ -############################################################### -# 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] @@ -22,14 +12,3 @@ UpperRightY = 40 # [m] height of the domain [Problem] Name = injection2pnicc -############################################################### -# 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 = ... diff --git a/test/implicit/2p2c/test_box2p2c.input b/test/implicit/2p2c/test_box2p2c.input index 103b865b9f4f6f4ecafae5299f68e1b7d02497e1..5d68997ceef96a672cbc2cb56239f0cd33eed878 100644 --- a/test/implicit/2p2c/test_box2p2c.input +++ b/test/implicit/2p2c/test_box2p2c.input @@ -1,27 +1,16 @@ -############################################################### -# 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] [Grid] -File = ./grids/test_2p2c.dgf +File = ./grids/test_2p2c.dgf [Problem] Name = injectionbox # [-] the name of the output files InitialTemperature = 313.15 # [K] 40°C initial temperature in the reservoir -DepthBOR = 2700 # [m] depth below ground surface +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 @@ -29,14 +18,3 @@ 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 two lines below, if restart is desired. -############################################################### -# [TimeManager] -# Restart = ... diff --git a/test/implicit/2p2c/test_box2p2cni.input b/test/implicit/2p2c/test_box2p2cni.input index 143114b0d9c3193d668a648927aa66dbfafdb110..39459a96722f8ace1a650f56d4e653db900a3db2 100644 --- a/test/implicit/2p2c/test_box2p2cni.input +++ b/test/implicit/2p2c/test_box2p2cni.input @@ -1,13 +1,3 @@ -############################################################### -# Parameter file for test_2p2cni. -# Everything behind a '#' is a comment. -# Type "./test_2p2cni --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 250 # [s] TEnd = 1e4 # [s] @@ -18,14 +8,3 @@ File = ./grids/test_2p2cni.dgf [Problem] Name = waterairbox -############################################################### -# 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 = ... diff --git a/test/implicit/2p2c/test_cc2p2c.input b/test/implicit/2p2c/test_cc2p2c.input index e1aed4b66009fd6e905e22abc72920e290f2f60e..cf88bfc33042579ed2aa3d16c5136f11304ea6e1 100644 --- a/test/implicit/2p2c/test_cc2p2c.input +++ b/test/implicit/2p2c/test_cc2p2c.input @@ -1,27 +1,16 @@ -############################################################### -# 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] [Grid] -File = ./grids/test_2p2c.dgf +File = ./grids/test_2p2c.dgf [Problem] Name = injectioncc # [-] the name of the output files InitialTemperature = 313.15 # [K] 40°C initial temperature in the reservoir -DepthBOR = 2700 # [m] depth below ground surface +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 @@ -29,14 +18,3 @@ 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 two lines below, if restart is desired. -############################################################### -# [TimeManager] -# Restart = ... diff --git a/test/implicit/2p2c/test_cc2p2cni.input b/test/implicit/2p2c/test_cc2p2cni.input index ae956e9d200be96c0fae246ad4104fe66aefa26a..25f2200be867bb88df22866a1a8e904f5fbb1f91 100644 --- a/test/implicit/2p2c/test_cc2p2cni.input +++ b/test/implicit/2p2c/test_cc2p2cni.input @@ -1,13 +1,3 @@ -############################################################### -# Parameter file for test_2p2cni. -# Everything behind a '#' is a comment. -# Type "./test_2p2cni --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 250 # [s] TEnd = 1e4 # [s] @@ -18,14 +8,3 @@ File = ./grids/test_2p2cni.dgf [Problem] Name = wateraircc -############################################################### -# 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 = ... diff --git a/test/implicit/2pdfm/test_2pdfm.input b/test/implicit/2pdfm/test_2pdfm.input index 538324350a7ee7ca9ba97b5f3823bd3479bbe252..a9f8b4da9527fa8de192600bffcde55c24662d71 100644 --- a/test/implicit/2pdfm/test_2pdfm.input +++ b/test/implicit/2pdfm/test_2pdfm.input @@ -1,28 +1,7 @@ -############################################################### -# Parameter file for test_2pdfm. -# Everything behind a '#' is a comment. -# Type "./test_2pdfm --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 1 # [s] TEnd = 20 # [s] [Grid] -File = ./grids/2pdfmartmesh.net +File = ./grids/2pdfmartmesh.net -############################################################### -# 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 = ... diff --git a/test/implicit/3p/test_box3p.input b/test/implicit/3p/test_box3p.input index 48221d3608f2b94d958acc3ab618dabe49ba699a..1d36a705d485bca0cf1d9746ac8dcfa61851bc53 100644 --- a/test/implicit/3p/test_box3p.input +++ b/test/implicit/3p/test_box3p.input @@ -1,20 +1,9 @@ -############################################################### -# Parameter file for naplinfiltrationexercise. -# Everything behind a '#' is a comment. -# Type "./naplinfiltrationexercise --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 60 # [s] TEnd = 3600 # [s] -#TEnd = 315360000000 # [s] [Grid] -File = ./grids/infiltration3p.dgf +File = ./grids/infiltration3p.dgf [Problem] Name = infiltration3pbox @@ -25,14 +14,3 @@ porosity = 0.40 vanGenuchtenAlpha = 0.0005 vanGenuchtenN = 4.0 -############################################################### -# 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 = ... diff --git a/test/implicit/3p/test_box3pniconduction.input b/test/implicit/3p/test_box3pniconduction.input index 6ceb3912187056370324daa31840c8779e44ae97..a5760cadf3a5c1856e8e84786a8d2ac78f954273 100644 --- a/test/implicit/3p/test_box3pniconduction.input +++ b/test/implicit/3p/test_box3pniconduction.input @@ -1,13 +1,3 @@ -############################################################### -# Parameter file for test_box3pniconduction.input. -# Everything behind a '#' is a comment. -# Type "./test_box3pniconduction --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 1 # [s] TEnd = 1e5 # [s] @@ -20,14 +10,3 @@ File = ./grids/test_3pniconduction.dgf Name = test_box3pniconduction # name passed to the output routines OutputInterval = 5 # every 5th timestep an output file is written -############################################################### -# 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 = ... diff --git a/test/implicit/3p/test_box3pniconvection.input b/test/implicit/3p/test_box3pniconvection.input index b252f1af48d8c56623a76f294ab07bcb4a89a2cd..5443d7045911e0d85fd05670a6d63eafc0c9a7f1 100644 --- a/test/implicit/3p/test_box3pniconvection.input +++ b/test/implicit/3p/test_box3pniconvection.input @@ -1,13 +1,3 @@ -############################################################### -# Parameter file for test_box3pniconvection.input. -# Everything behind a '#' is a comment. -# Type "./test_box3pniconvection --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 1 # [s] TEnd = 3e4 # [s] @@ -21,14 +11,3 @@ Name = test_box3pniconvection # name passed to the output routines OutputInterval = 5 # every 5th timestep an output file is written DarcyVelocity = 1e-4 # [m/s] inflow at the left boundary -############################################################### -# 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 = ... diff --git a/test/implicit/3p/test_cc3p.input b/test/implicit/3p/test_cc3p.input index 7db5780607b6a2079e3dd8fff213bcb9003a6e95..d2926112a51abaf0d2cbec416e794df36a2e665a 100644 --- a/test/implicit/3p/test_cc3p.input +++ b/test/implicit/3p/test_cc3p.input @@ -1,20 +1,9 @@ -############################################################### -# Parameter file for naplinfiltrationexercise. -# Everything behind a '#' is a comment. -# Type "./naplinfiltrationexercise --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 60 # [s] TEnd = 3600 # [s] -#TEnd = 315360000000 # [s] [Grid] -File = ./grids/infiltration3p.dgf +File = ./grids/infiltration3p.dgf [Problem] Name = infiltration3pcc @@ -25,14 +14,3 @@ porosity = 0.40 vanGenuchtenAlpha = 0.0005 vanGenuchtenN = 4.0 -############################################################### -# 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 = ... diff --git a/test/implicit/3p/test_cc3pniconduction.input b/test/implicit/3p/test_cc3pniconduction.input index 893873b8c4c5f4fda568d45b40d651b9c3ec044b..4a3ef029d46968b81ccc84ef64ff951f64a3b5a8 100644 --- a/test/implicit/3p/test_cc3pniconduction.input +++ b/test/implicit/3p/test_cc3pniconduction.input @@ -1,13 +1,3 @@ -############################################################### -# Parameter file for test_cc3pniconduction.input. -# Everything behind a '#' is a comment. -# Type "./test_cc3pniconduction --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 1 # [s] TEnd = 1e5 # [s] @@ -20,14 +10,3 @@ File = ./grids/test_3pniconduction.dgf Name = test_cc3pniconduction # name passed to the output routines OutputInterval = 5 # every 5th timestep an output file is written -############################################################### -# 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 = ... diff --git a/test/implicit/3p/test_cc3pniconvection.input b/test/implicit/3p/test_cc3pniconvection.input index 5d008d8f617398e0a88681813e613009cfbabe7b..5a3274450c663725f57550e60e1c15cc2113ddb2 100644 --- a/test/implicit/3p/test_cc3pniconvection.input +++ b/test/implicit/3p/test_cc3pniconvection.input @@ -1,13 +1,3 @@ -############################################################### -# Parameter file for test_cc3pniconvection.input. -# Everything behind a '#' is a comment. -# Type "./test_cc3pniconvection --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 1 # [s] TEnd = 3e4 # [s] @@ -21,14 +11,3 @@ Name = test_cc3pniconvection # name passed to the output routines OutputInterval = 5 # every 5th timestep an output file is written DarcyVelocity = 1e-4 # [m/s] inflow at the left boundary -############################################################### -# 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 = ... diff --git a/test/implicit/3p3c/test_box3p3c.input b/test/implicit/3p3c/test_box3p3c.input index 954b95f8f805bf1b548315f716cc7f61d47f3ad0..03b8005c3b6f76c4fd541899ee69be9cfd7c0250 100644 --- a/test/implicit/3p3c/test_box3p3c.input +++ b/test/implicit/3p3c/test_box3p3c.input @@ -1,13 +1,3 @@ -############################################################### -# 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] @@ -18,14 +8,3 @@ File = ./grids/test_3p3c.dgf [Problem] Name = infiltrationbox -############################################################### -# 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 = ... diff --git a/test/implicit/3p3c/test_box3p3c_reference.input b/test/implicit/3p3c/test_box3p3c_reference.input index 5d29e4693b6aafa7467a4a1e41947a0f010e719f..0f9acfdb649641f7fe258cddf4d50a0986c273ec 100644 --- a/test/implicit/3p3c/test_box3p3c_reference.input +++ b/test/implicit/3p3c/test_box3p3c_reference.input @@ -1,13 +1,3 @@ -############################################################### -# Parameter file for test_3p3c. -# Everything behind a '#' is a comment. -# Type "./test_3p3c --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 86400 # [s] TEnd = 864000 # [s] @@ -18,14 +8,3 @@ File = ./grids/test_3p3c_coarse.dgf [Problem] Name = box3p3c -############################################################### -# 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 = ... diff --git a/test/implicit/3p3c/test_box3p3cnicolumnxylol.input b/test/implicit/3p3c/test_box3p3cnicolumnxylol.input index 9ae7df5bdf09ac2e92fae9e935c896117a06ba35..2c2dbcf7bb0cb907a0a82a18340ae13855713c08 100644 --- a/test/implicit/3p3c/test_box3p3cnicolumnxylol.input +++ b/test/implicit/3p3c/test_box3p3cnicolumnxylol.input @@ -1,13 +1,3 @@ -############################################################### -# Parameter file for test_box3p3cnicolumnxylol. -# Everything behind a '#' is a comment. -# Type "./test_box3p3cnicolumnxylol --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 1 # [s] TEnd = 200 # [s] @@ -18,14 +8,3 @@ File = ./grids/column.dgf [Problem] Name = columnxylolbox # name passed to the output routines -############################################################### -# 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 = ... diff --git a/test/implicit/3p3c/test_box3p3cnikuevette.input b/test/implicit/3p3c/test_box3p3cnikuevette.input index 294192f9693b13e512708bb73d1097c3f4447c1a..35de8ffc9f9872a030ae52b6815194b5cdbe853a 100644 --- a/test/implicit/3p3c/test_box3p3cnikuevette.input +++ b/test/implicit/3p3c/test_box3p3cnikuevette.input @@ -1,13 +1,3 @@ -############################################################### -# Parameter file for test_box3p3cnikuevette. -# Everything behind a '#' is a comment. -# Type "./test_box3p3cnikuevette --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 1 # [s] TEnd = 200 # [s] @@ -18,14 +8,3 @@ File = ./grids/column.dgf [Problem] Name = kuevettebox # name passed to the output routines -############################################################### -# 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 = ... diff --git a/test/implicit/3p3c/test_cc3p3c.input b/test/implicit/3p3c/test_cc3p3c.input index b6ddf71376303335aa4e4baeaa6510373673ae0c..0af272dfb0136ba5c793954b1bbda71c09e98ab6 100644 --- a/test/implicit/3p3c/test_cc3p3c.input +++ b/test/implicit/3p3c/test_cc3p3c.input @@ -1,13 +1,3 @@ -############################################################### -# 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] @@ -18,14 +8,3 @@ File = ./grids/test_3p3c.dgf [Problem] Name = infiltrationcc -############################################################### -# 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 = ... diff --git a/test/implicit/3p3c/test_cc3p3c_reference.input b/test/implicit/3p3c/test_cc3p3c_reference.input index 8f7210aea92d667d199368b0e9893d6f30d2f0ad..eff8dbd324daa84f7975ccdebc60c789fea0e594 100644 --- a/test/implicit/3p3c/test_cc3p3c_reference.input +++ b/test/implicit/3p3c/test_cc3p3c_reference.input @@ -1,13 +1,3 @@ -############################################################### -# Parameter file for test_3p3c. -# Everything behind a '#' is a comment. -# Type "./test_3p3c --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 86400 # [s] TEnd = 864000 # [s] @@ -18,14 +8,3 @@ File = ./grids/test_3p3c_coarse.dgf [Problem] Name = cc3p3c -############################################################### -# 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 = ... diff --git a/test/implicit/3p3c/test_cc3p3cnicolumnxylol.input b/test/implicit/3p3c/test_cc3p3cnicolumnxylol.input index 95af983c19eecf56d915db48bfd9bde903e15c2a..eaa4c17d87448e4f6065a634576ed06f08cc5bad 100644 --- a/test/implicit/3p3c/test_cc3p3cnicolumnxylol.input +++ b/test/implicit/3p3c/test_cc3p3cnicolumnxylol.input @@ -1,13 +1,3 @@ -############################################################### -# Parameter file for test_cc3p3cnicolumnxylol. -# Everything behind a '#' is a comment. -# Type "./test_cc3p3cnicolumnxylol --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 1 # [s] TEnd = 200 # [s] @@ -18,14 +8,3 @@ File = ./grids/column.dgf [Problem] Name = columnxylolcc # name passed to the output routines -############################################################### -# 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 = ... diff --git a/test/implicit/3p3c/test_cc3p3cnikuevette.input b/test/implicit/3p3c/test_cc3p3cnikuevette.input index f0e02d84fe5da83c06ce1c9a98dbdd60ce534e14..0edd470eb65fd54495fa634476969542e39eb6cd 100644 --- a/test/implicit/3p3c/test_cc3p3cnikuevette.input +++ b/test/implicit/3p3c/test_cc3p3cnikuevette.input @@ -1,13 +1,3 @@ -############################################################### -# Parameter file for test_3p3cnikuevettecc. -# Everything behind a '#' is a comment. -# Type "./test_3p3cnikuevettecc --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 1 # [s] TEnd = 200 # [s] @@ -18,14 +8,3 @@ File = ./grids/column.dgf [Problem] Name = kuevettecc # name passed to the output routines -############################################################### -# 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 = ... diff --git a/test/implicit/co2/test_boxco2.input b/test/implicit/co2/test_boxco2.input index 005c0925150b0275c3566c9b8eebc429d5cd6e7b..220796d8e1fa850d6b3a4e9180b22a72ef925ff5 100644 --- a/test/implicit/co2/test_boxco2.input +++ b/test/implicit/co2/test_boxco2.input @@ -1,22 +1,10 @@ -########################################################################## -# Parameter file for test_boxco2 -# 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 -########################################################################## - -#################################################################### -# Mandatory arguments -#################################################################### [TimeManager] DtInitial = 250# [s] TEnd = 1e6# [s] -#################################################################### [Grid] File = ./grids/heterogeneousSmall.dgf # relative path to the grid file -#################################################################### [FluidSystem] NTemperature = 100 # [-] number of tabularization entries NPressure = 100 # [-] number of tabularization entries @@ -25,29 +13,15 @@ PressureHigh = 3e7# [Pa] high end for tabularization of fluid properties TemperatureLow = 290.00 # [Pa] low end for tabularization of fluid properties TemperatureHigh = 331.00 # [Pa] high end for tabularization of fluid properties -#################################################################### [Problem] Name = heterogeneousbox # [-] the name of the output files EnableGravity = TRUE -DepthBOR = 1200# [m] depth below ground surface +DepthBOR = 1200# [m] depth below ground surface InjectionRate = 1e-4 # [kg/sq/s] -################################################################### [Vtk] AddVelocity = FALSE -#################################################################### [LinearSolver] ResidualReduction = 1e-10 -############################################################### -# 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 = ... diff --git a/test/implicit/co2/test_ccco2.input b/test/implicit/co2/test_ccco2.input index 0cd5f2e817f0a3b98e883c5e9fca7f4cdedf82d5..b160b55f55e1a7226084425d478b66d39021d81e 100644 --- a/test/implicit/co2/test_ccco2.input +++ b/test/implicit/co2/test_ccco2.input @@ -1,22 +1,10 @@ -########################################################################## -# Parameter file for test_ccco2 -# 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 -########################################################################## - -#################################################################### -# Mandatory arguments -#################################################################### [TimeManager] DtInitial = 250# [s] TEnd = 1e6# [s] -#################################################################### [Grid] File = ./grids/heterogeneousSmall.dgf # relative path to the grid file -#################################################################### [FluidSystem] NTemperature = 100 # [-] number of tabularization entries NPressure = 100 # [-] number of tabularization entries @@ -25,29 +13,15 @@ PressureHigh = 3e7# [Pa] high end for tabularization of fluid properties TemperatureLow = 290.00 # [Pa] low end for tabularization of fluid properties TemperatureHigh = 331.00 # [Pa] high end for tabularization of fluid properties -#################################################################### [Problem] Name = heterogeneouscc # [-] the name of the output files EnableGravity = TRUE -DepthBOR = 1200# [m] depth below ground surface +DepthBOR = 1200# [m] depth below ground surface InjectionRate = 1e-4 # [kg/sq/s] -################################################################### [Vtk] AddVelocity = FALSE -#################################################################### [LinearSolver] ResidualReduction = 1e-10 -############################################################### -# 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 = ... diff --git a/test/implicit/co2/test_restartco2.input b/test/implicit/co2/test_restartco2.input index 46f4df92b43e14a8a610654a650edf38ed10d9d3..700c77fb88349733c3bf17084629d1b9af28c96d 100644 --- a/test/implicit/co2/test_restartco2.input +++ b/test/implicit/co2/test_restartco2.input @@ -1,22 +1,10 @@ -########################################################################## -# Parameter file for test_boxco2 -# 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 -########################################################################## - -#################################################################### -# Mandatory arguments -#################################################################### [TimeManager] DtInitial = 23452.1# [s] TEnd = 1e6# [s] -#################################################################### [Grid] File = ./grids/heterogeneousSmall.dgf # relative path to the grid file -#################################################################### [FluidSystem] NTemperature = 100 # [-] number of tabularization entries NPressure = 100 # [-] number of tabularization entries @@ -25,29 +13,17 @@ PressureHigh = 3e7# [Pa] high end for tabularization of fluid properties TemperatureLow = 290.00 # [Pa] low end for tabularization of fluid properties TemperatureHigh = 331.00 # [Pa] high end for tabularization of fluid properties -#################################################################### [Problem] Name = heterogeneousbox # [-] the name of the output files EnableGravity = TRUE -DepthBOR = 1200# [m] depth below ground surface +DepthBOR = 1200# [m] depth below ground surface InjectionRate = 1e-4 # [kg/sq/s] -################################################################### [Vtk] AddVelocity = FALSE -#################################################################### [LinearSolver] ResidualReduction = 1e-10 -############################################################### -# 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 = 42008.6 diff --git a/test/implicit/co2ni/test_boxco2ni.input b/test/implicit/co2ni/test_boxco2ni.input index ce2e057891199c50bfbe997eb1e2977579b44a26..d6d1af628305b38e17a7f2152af0b7bd517ad0e0 100644 --- a/test/implicit/co2ni/test_boxco2ni.input +++ b/test/implicit/co2ni/test_boxco2ni.input @@ -1,22 +1,10 @@ -########################################################################## -# Parameter file for test_boxco2 -# 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 -########################################################################## - -#################################################################### -# Mandatory arguments -#################################################################### [TimeManager] DtInitial = 250# [s] TEnd = 1e6# [s] -#################################################################### [Grid] File = ./grids/heterogeneousSmall.dgf # relative path to the grid file -#################################################################### [FluidSystem] NTemperature = 50 # [-] number of tabularization entries NPressure = 200 # [-] number of tabularization entries @@ -25,30 +13,16 @@ PressureHigh = 3e7 # [Pa] high end for tabularization of fluid propertie TemperatureLow = 290.15 # [Pa] low end for tabularization of fluid properties TemperatureHigh = 330.15 # [Pa] high end for tabularization of fluid properties -#################################################################### [Problem] Name = heterogeneousboxni # [-] the name of the output files EnableGravity = TRUE -DepthBOR = 1200 # [m] depth below ground surface +DepthBOR = 1200 # [m] depth below ground surface InjectionRate = 1e-4 # always given as [kg/(m^2/s)] InjectionPressure = 16e6 #[Pa] InjectionTemperature = 305 # [K] -################################################################### [Vtk] AddVelocity = FALSE -#################################################################### [LinearSolver] ResidualReduction = 1e-10 -############################################################### -# 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 = ... diff --git a/test/implicit/co2ni/test_ccco2ni.input b/test/implicit/co2ni/test_ccco2ni.input index 08840646cbd8dbcfa05c6a8c04591be2ca1bb31f..bacee1c0a6396815a47f8ab6a3701cde4bd47726 100644 --- a/test/implicit/co2ni/test_ccco2ni.input +++ b/test/implicit/co2ni/test_ccco2ni.input @@ -1,22 +1,10 @@ -########################################################################## -# Parameter file for test_ccco2 -# 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 -########################################################################## - -#################################################################### -# Mandatory arguments -#################################################################### [TimeManager] DtInitial = 250# [s] TEnd = 1e6# [s] -#################################################################### [Grid] File = ./grids/heterogeneousSmall.dgf # relative path to the grid file -#################################################################### [FluidSystem] NTemperature = 50 # [-] number of tabularization entries NPressure = 200 # [-] number of tabularization entries @@ -25,30 +13,16 @@ PressureHigh = 3e7 # [Pa] high end for tabularization of fluid propertie TemperatureLow = 290.15 # [Pa] low end for tabularization of fluid properties TemperatureHigh = 330.15 # [Pa] high end for tabularization of fluid properties -#################################################################### [Problem] Name = heterogeneousccni # [-] the name of the output files EnableGravity = TRUE -DepthBOR = 1200 # [m] depth below ground surface +DepthBOR = 1200 # [m] depth below ground surface InjectionRate = 1e-4 # always given as [kg/(m^2/s)] InjectionPressure = 16e6 #[Pa] InjectionTemperature = 305 # [K] -################################################################### [Vtk] AddVelocity = FALSE -#################################################################### [LinearSolver] ResidualReduction = 1e-10 -############################################################### -# 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 = ... diff --git a/test/implicit/mpnc/test_boxmpnc.input b/test/implicit/mpnc/test_boxmpnc.input index e973bddd8922fb2f6718952116e05afe76dc096f..1c63f15fbe00251391aace6b9ad9034b0737b202 100644 --- a/test/implicit/mpnc/test_boxmpnc.input +++ b/test/implicit/mpnc/test_boxmpnc.input @@ -1,19 +1,9 @@ -############################################################### -# Parameter file for test_mpnc. -# Everything behind a '#' is a comment. -# Type "./test_mpnc --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 250 # [s] TEnd = 1e4 # [s] [Grid] -File = ./grids/obstacle_24x16.dgf +File = ./grids/obstacle_24x16.dgf [LinearSolver] ResidualReduction = 1e-12 @@ -21,14 +11,3 @@ ResidualReduction = 1e-12 [Problem] Name = obstaclebox -############################################################### -# 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 = ... diff --git a/test/implicit/mpnc/test_boxmpnckinetic.input b/test/implicit/mpnc/test_boxmpnckinetic.input index 2b7561c490812a3c8e90fdb8f8977b87bd88102f..fa001c809ca6f8ae28033d1f3c304efe7a7321d5 100644 --- a/test/implicit/mpnc/test_boxmpnckinetic.input +++ b/test/implicit/mpnc/test_boxmpnckinetic.input @@ -1,50 +1,32 @@ -############################################################# -#Configuration file for test_inputfile -############################################################# -############################################################# -# Mandatory arguments # -############################################################# [TimeManager] DtInitial = 1.5 # [s] TEnd = 10 # [s] MaxTimeStepSize = 2e20 # maximum allowed timestep size -# -############################################################# [Grid] -############################################################# UseInterfaceMeshCreator = true -#Name of the dgf file (grid) File = ./grids/interfacedomain.dgf # ./grids/evaporationatmosphere5x79.dgf -# for a quadratic dgf and for the log-graded mesh respectively Refinement = 0 -#Number of elements in x-, y-, z-direction CellsX = 14 # CellsY = 30 # CellsZ = 1 -#Grading and refinement of the mesh Grading = 1.13 -#Extend of entire domain XMin = 0.0 XMax = 0.25 YMin = 0.0 YMax = 0.5 -#Vertical position of coupling interface InterfacePos = 0.25 -############################################################# -#Define initial conditions -############################################################# [InitialConditions] SwFFInitial = 1e-5 # - 0.001# SwPMInitial = 0.999 # - @@ -58,9 +40,6 @@ TInject = 293 massFluxInjectedPhase = 0.75 -############################################################ -#Define spatial parameters -############################################################ [SpatialParams.PorousMedium] permeability = 1e-11 # m^2 porosity = 0.4 # @@ -74,9 +53,6 @@ permeability = 1e-6 # m^2 porosity = 0.99 # meanPoreSize = 1e-2 # 4e-5 # characteristic length of the system -############################### -#Define soil parameters -############################### [SpatialParams.soil] density = 2600. # kg/m^3 http://www.agriinfo.in/default.aspx?page=topic&superid=4&topicid=271 @@ -85,40 +61,29 @@ heatCapacity = 817 # J / (kg K) # characteristic length, i.e. mean pore size # 40 micrometer i.e. 1e-5 for the micromodel -# soil type = FH31, realization = 18 VGAlpha = 3.512e-04 # VGN = 4.716e+00 # Swr = 0 # Snr = 0 # -# soil type = FH31, realization = 24extrapolated?1. With eps= 0.05 specificSolidsurface = 4022.994# (1/m) -# soil type = FH31, realization = 24 extrapolated? 1. With eps= 0.05 aWettingNonWettingA1 = -1.603e-01 # aWettingNonWettingA2 = 1.429e-05 # aWettingNonWettingA3 = 1.915e-01 # -# soil type = FH31, realization = 24 BCPd = 2.290e+03 # BClambda = 2.740e+00 # -# soil type = FH31, realization = 24 extrapolated? 1. With eps= 0.05 aNonWettingSolidA1 = 1.369e+03 # aNonWettingSolidA2 = -3.782e+00 # aNonWettingSolidA3 = 1.063e-09 # -############################################################# -#Define sources and sinks -############################################################# [SourceSink] heatIntoSolid = 0 # -############################################################ -#Define constants: tabulation etc -############################################################# [Constants] outputName = evaporationatmosphere @@ -129,20 +94,6 @@ nRestart = 100 # after so many timesteps a restart file should be written nTemperature = 100 # for the tabulation of water: so many interpolation points nPressure = 100 # for the tabulation of water: so many interpolation points -#############################################################fm -#Simulation control -############################################################# -# Hammer for pseudo dirichlet hammer = 1e4 -############################################################# -#Nonlinear control -############################################################# -# [ Newton ] -# MaxSteps = "30" -# TargetSteps = "20" -# -# [Implicit] -# MaxTimeStepDivisions=20 -# diff --git a/test/implicit/mpnc/test_boxmpncthermalnonequil.input b/test/implicit/mpnc/test_boxmpncthermalnonequil.input index 6b2b2d507801cff0b5de17a86f510c6b6bc48236..1c905815813a75e9215b1bd066cb45dbf576c0eb 100644 --- a/test/implicit/mpnc/test_boxmpncthermalnonequil.input +++ b/test/implicit/mpnc/test_boxmpncthermalnonequil.input @@ -1,30 +1,13 @@ - -############################################################# -#Configuration file for test_inputfile -############################################################# - - -############################################################# -# Mandatory arguments # -############################################################# [TimeManager] DtInitial = 5e-1 # [s] TEnd = 1e3 # [s] MaxTimeStepSize = 2e20 # maximum allowed timestep size -# -############################################################# [Grid] -############################################################# -#Name of the dgf file (grid) - File = ./grids/combustionOutflowGridLinNX100LogNx100.dgf +File = ./grids/combustionOutflowGridLinNX100LogNx100.dgf # File = ./grids/combustionGrid.dgf - lengthPM = 0.1 -############################################################# -#Define initial conditions -############################################################# [InitialConditions] pnInitial = 1e5 # 6.8e6 # 1e5 # 101475 # Pa TInitial = 372 # 373.15 # @@ -36,13 +19,10 @@ SwBoundary = 1e-3 # SwOneComponentSys = 1 # massFluxInjectedPhase = 0.5 # -# heatFluxFromRight = 2e6 # fluid temperature on boundary: analytical approx 1080 K +# heatFluxFromRight = 2e6 # fluid temperature on boundary: analytical approx 1080 K heatFluxFromRight = 1.5e6 # fluid temperature on boundary: analytical approx 587.3 K coldTime = 1 -############################################################ -#Define spatial parameters -############################################################ [SpatialParams.PorousMedium] porosity = 0.35 # meanPoreSize = 5e-4 # characteristic length of the system @@ -54,9 +34,6 @@ permeabilityOutFlow = 1e-6 # m^2 porosityOutFlow = 0.35 # soilThermalConductivityOutFlow = 0.01# -############################### -#Define soil parameters -############################### [SpatialParams.soil] density = 2600. # kg/m^3 soilThermalConductivity = 30 # W / (m K) soil:3, metal:30 @@ -65,9 +42,6 @@ heatCapacity = 466 # J / (kg K) steel:466 granite:800 Swr = 0.0 # 5e-3 Snr = 0 # -############################################################ -#Define constants: tabulation etc -############################################################# [Constants] outputName = combustion # @@ -75,9 +49,7 @@ interfacialTension = 0.0589 # interfacial tension of water at 100 ° C nRestart = 10000 # after so many timesteps a restart file should be written -# [Implicit] MassUpwindWeight=1 MobilityUpwindWeight=1 -# diff --git a/test/implicit/mpnc/test_ccmpnc.input b/test/implicit/mpnc/test_ccmpnc.input index dc825e13a9b69d7176ceae6b192237369bcf8ef0..ac0e738ef6ddfea4921d23ebc342c5f8193a8c58 100644 --- a/test/implicit/mpnc/test_ccmpnc.input +++ b/test/implicit/mpnc/test_ccmpnc.input @@ -1,19 +1,9 @@ -############################################################### -# Parameter file for test_mpnc. -# Everything behind a '#' is a comment. -# Type "./test_mpnc --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 250 # [s] TEnd = 1e4 # [s] [Grid] -File = ./grids/obstacle_24x16.dgf +File = ./grids/obstacle_24x16.dgf [LinearSolver] ResidualReduction = 1e-12 @@ -21,14 +11,3 @@ ResidualReduction = 1e-12 [Problem] Name = obstaclecc -############################################################### -# 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 = ... diff --git a/test/implicit/mpnc/test_forchheimer1p.input b/test/implicit/mpnc/test_forchheimer1p.input index 77a8679ba9c59154ebc6e88ebed6895ddfaca54f..bc0015963edcb49a7acdcbeddd352593e9c6b735 100644 --- a/test/implicit/mpnc/test_forchheimer1p.input +++ b/test/implicit/mpnc/test_forchheimer1p.input @@ -1,33 +1,12 @@ -############################################################### -# Parameter file for test_forchheimer1p. -# Everything behind a '#' is a comment. -# Type "./test_forchheimer1p --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 1e7 # [s] TEnd = 1e7 # [s] [Grid] -File = ./grids/forchheimer1d.dgf +File = ./grids/forchheimer1d.dgf [Problem] pMin = 1e5 pMax = 42e5 outputName = test_forchheimer1p -############################################################### -# 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 = ... diff --git a/test/implicit/mpnc/test_forchheimer2p.input b/test/implicit/mpnc/test_forchheimer2p.input index 71db4422053c0aaa7fb4f91293987b44b71f7173..8a9f6e4e6d2479188f9edcbde967f6d86f9cbe54 100644 --- a/test/implicit/mpnc/test_forchheimer2p.input +++ b/test/implicit/mpnc/test_forchheimer2p.input @@ -1,33 +1,12 @@ -############################################################### -# Parameter file for test_forchheimer2p. -# Everything behind a '#' is a comment. -# Type "./test_forchheimer2p --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 330 # [s] TEnd = 3e3 # [s] [Grid] -File = ./grids/obstacle_24x16.dgf +File = ./grids/obstacle_24x16.dgf [Problem] pMin = 1e5 pMax = 42e5 outputName = test_forchheimer2p -############################################################### -# 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 = ... diff --git a/test/implicit/richards/test_boxrichards.input b/test/implicit/richards/test_boxrichards.input index 30bc118eb515b1fcf246ef8e4d1f111969102f66..e908c30cf9ef83be2fb510839f8fb944e5beca12 100644 --- a/test/implicit/richards/test_boxrichards.input +++ b/test/implicit/richards/test_boxrichards.input @@ -1,13 +1,3 @@ -############################################################### -# Parameter file for test_richards. -# Everything behind a '#' is a comment. -# Type "./test_richards --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 100 # [s] TEnd = 3000 # [s] @@ -18,14 +8,3 @@ File = ./grids/richardslens-24x16.dgf [Problem] Name = richardslensbox -############################################################### -# 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 = ... diff --git a/test/implicit/richards/test_ccrichards.input b/test/implicit/richards/test_ccrichards.input index 348df3bbb2e5e9fff1d0d8dac06c82a255ece87d..5f4435d8267da417d067d2cc7c2be68eafc9576a 100644 --- a/test/implicit/richards/test_ccrichards.input +++ b/test/implicit/richards/test_ccrichards.input @@ -1,13 +1,3 @@ -############################################################### -# Parameter file for test_richards. -# Everything behind a '#' is a comment. -# Type "./test_richards --help" for more information. -############################################################### - -############################################################### -# Mandatory arguments -############################################################### - [TimeManager] DtInitial = 100 # [s] TEnd = 3000 # [s] @@ -18,14 +8,3 @@ File = ./grids/richardslens-24x16.dgf [Problem] Name = richardslenscc -############################################################### -# 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 = ... diff --git a/test/multidomain/2cnistokes2p2cni/test_2cnistokes2p2cni.input b/test/multidomain/2cnistokes2p2cni/test_2cnistokes2p2cni.input index 5f511f6c1f52e41212ddf1b1312f16adf30ddf75..0cdf36af78b9e2b5b6e7a15260e5bd3c588bee4a 100644 --- a/test/multidomain/2cnistokes2p2cni/test_2cnistokes2p2cni.input +++ b/test/multidomain/2cnistokes2p2cni/test_2cnistokes2p2cni.input @@ -1,19 +1,11 @@ -############################################################# -#Configuration file for test_2cnistokes2p2cni -############################################################# - -############################################################# [Problem] -############################################################# #First part of the interface, where it is not coupled; #set to zero or negative if not desired RunUpDistanceX = 0.0 NoDarcyX = 0.0 UseDirichletFF = true -############################################################# [TimeManager] -############################################################# #Initial and maximum time-step size DtInitial = 5e-1 MaxTimeStepSize = 360 @@ -22,26 +14,20 @@ MaxTimeStepSize = 360 #set to zero or negative if not desired InitTime = 864 -#Simulation end TEnd = 0.864e6 #Define the length of an episode (for output) EpisodeLength = 43200 -############################################################# [Vtk] -############################################################# #Names for VTK output NameFF = stokes2cni NamePM = 2p2cni AddVelocity = 1 -############################################################# [Grid] -############################################################# UseInterfaceMeshCreator = true -#Name of the dgf file (grid) File = grids/interfacedomain.dgf Refinement = 0 @@ -61,24 +47,17 @@ YMax = 0.5 #Vertical position of coupling interface InterfacePos = 0.25 -############################################################# [Output] -############################################################# -#Frequency of restart file, flux and VTK output FreqRestart = 1000 # how often restart files are written out FreqOutput = 10 # frequency of VTK output FreqMassOutput = 2 # frequency of mass and evaporation rate output (Darcy) FreqFluxOutput = 1000 # frequency of detailed flux output FreqVaporFluxOutput = 2 # frequency of summarized flux output -############################################################# [Stokes] -############################################################# StabilizationAlpha = -1.0 -############################################################# [FreeFlow] -############################################################# RefVelocity = 3.5 RefPressure = 1e5 RefMassfrac = 0.008 # 0.01 @@ -96,9 +75,7 @@ ExponentMTC = 0.0 # 1./6., Mass transfer coefficient for S^MTC BoundaryLayerOffset = 0.0 # for BL model like Blasius, determines a virtual run-up distance for the flow ConstThickness = 0.0016 # for a constant BL thickness, use BL model 9 -############################################################# [PorousMedium] -############################################################# RefPressurePM = 1e5 RefTemperaturePM = 298.15 InitialSw1 = 0.98 @@ -106,9 +83,7 @@ InitialSw2 = 0.98 CharPoreRadius = 1e-4 # for Schluender mass-transfer model PlotFluidProperties = false -############################################################# [SpatialParams] -############################################################# MaterialInterfaceX = -100.0 AlphaBJ = 1.0 @@ -170,20 +145,14 @@ LambdaSolid3 = 5.26 Pentry3 = 1012 BCLambda3 = 3.277 -############################################################# [Newton] -############################################################# RelTolerance = 1e-5 TargetSteps = 8 MaxSteps = 12 WriteConvergence = false MaxTimeStepDivisions = 20 -############################################################# [LinearSolver] -############################################################# ResidualReduction = 1e-9 Verbosity = 0 -MaxIterations = 200 -#GMResRestart = 100 -#PreconditionerIterations = 2 +MaxIterations = 200 \ No newline at end of file diff --git a/test/multidomain/2cnistokes2p2cni/test_2cnistokes2p2cni_reference.input b/test/multidomain/2cnistokes2p2cni/test_2cnistokes2p2cni_reference.input index 48cf1a5d7bdaab745c94b1a4a10e60512034bf3d..8f91adba34796c44f12f0dcefc7f34c5e13b908b 100644 --- a/test/multidomain/2cnistokes2p2cni/test_2cnistokes2p2cni_reference.input +++ b/test/multidomain/2cnistokes2p2cni/test_2cnistokes2p2cni_reference.input @@ -1,19 +1,11 @@ -############################################################# -#Configuration file for test_2cnistokes2p2cni -############################################################# - -############################################################# [Problem] -############################################################# #First part of the interface, where it is not coupled; #set to zero or negative if not desired RunUpDistanceX = 0.0 NoDarcyX = 0.0 UseDirichletFF = true -############################################################# [TimeManager] -############################################################# #Initial and maximum time-step size DtInitial = 5e-1 MaxTimeStepSize = 360 @@ -22,26 +14,20 @@ MaxTimeStepSize = 360 #set to zero or negative if not desired InitTime = 0 -#Simulation end TEnd = 3600 #Define the length of an episode (for output) EpisodeLength = 43200 -############################################################# [Vtk] -############################################################# #Names for VTK output NameFF = stokes2cni NamePM = 2p2cni AddVelocity = 1 -############################################################# [Grid] -############################################################# UseInterfaceMeshCreator = true -#Name of the dgf file (grid) File = grids/interfacedomain.dgf Refinement = 0 @@ -61,9 +47,7 @@ YMax = 0.5 #Vertical position of coupling interface InterfacePos = 0.25 -############################################################# [Output] -############################################################# #Frequency of restart file, flux and VTK output FreqRestart = 1000 # how often restart files are written out FreqOutput = 10 # frequency of VTK output @@ -71,14 +55,11 @@ FreqMassOutput = 2 # frequency of mass and evaporation rate output (Darcy) FreqFluxOutput = 1000 # frequency of detailed flux output FreqVaporFluxOutput = 2 # frequency of summarized flux output -############################################################# [Stokes] -############################################################# StabilizationAlpha = -1.0 -############################################################# + [FreeFlow] -############################################################# RefVelocity = 3.5 RefPressure = 1e5 RefMassfrac = 0.008 # 0.01 @@ -98,9 +79,7 @@ BoundaryLayerOffset = 0.0 # for BL model like Blasius, determines a virtual ru ConstThickness = 0.0016 # for a constant BL thickness, use BL model 9 # MassTransferModel = 0 # 0 for none, 1 for power law, 2 for Schluender model -############################################################# [PorousMedium] -############################################################# RefPressurePM = 1e5 RefTemperaturePM = 298.15 InitialSw1 = 0.98 @@ -108,9 +87,7 @@ InitialSw2 = 0.98 CharPoreRadius = 1e-4 # for Schluender mass-transfer model PlotFluidProperties = false -############################################################# [SpatialParams] -############################################################# MaterialInterfaceX = -100.0 AlphaBJ = 1.0 @@ -172,20 +149,14 @@ LambdaSolid3 = 5.26 Pentry3 = 1012 BCLambda3 = 3.277 -############################################################# [Newton] -############################################################# RelTolerance = 1e-5 TargetSteps = 8 MaxSteps = 12 WriteConvergence = false MaxTimeStepDivisions = 20 -############################################################# [LinearSolver] -############################################################# ResidualReduction = 1e-9 Verbosity = 0 -MaxIterations = 200 -#GMResRestart = 100 -#PreconditionerIterations = 2 +MaxIterations = 200 \ No newline at end of file diff --git a/test/multidomain/2cnistokes2p2cni/test_references/test_2cnistokes2p2cni_reference.input b/test/multidomain/2cnistokes2p2cni/test_references/test_2cnistokes2p2cni_reference.input index 5d47895845b817fa8481533e4ff302e9a2f7b711..64cf68afd1f566c6996487da4514d5b277c333db 100644 --- a/test/multidomain/2cnistokes2p2cni/test_references/test_2cnistokes2p2cni_reference.input +++ b/test/multidomain/2cnistokes2p2cni/test_references/test_2cnistokes2p2cni_reference.input @@ -1,84 +1,53 @@ -############################################################# -#Configuration file for test_2cnistokes2p2cni -############################################################# -############################################################# [Problem] -############################################################# -#First part of the interface, where it is not coupled; -#set to zero or negative if not desired RunUpDistanceX = 0.0 NoDarcyX = 0.0 UseDirichletFF = true -############################################################# [TimeManager] -############################################################# -#Initial and maximum time-step size DtInitial = 5e-1 MaxTimeStepSize = 360 -#Initialization time without coupling -#set to zero or negative if not desired InitTime = 0 -#Simulation end TEnd = 3600 -#Define the length of an episode (for output) EpisodeLength = 43200 -############################################################# [Vtk] -############################################################# -#Names for VTK output NameFF = stokes2cni NamePM = 2p2cni AddVelocity = 1 -############################################################# [Grid] -############################################################# UseInterfaceMeshCreator = true -#Name of the dgf file (grid) File = grids/interfacedomain.dgf Refinement = 0 -#Number of elements in x-, y-, z-direction CellsX = 15 CellsY = 45 CellsZ = 1 -#Grading and refinement of the mesh in y direction Grading = 1.13 -#Extend of the entire domain XMin = 0.0 XMax = 0.25 YMin = 0.0 YMax = 0.5 -#Vertical position of coupling interface InterfacePos = 0.25 -############################################################# [Output] -############################################################# -#Frequency of restart file, flux and VTK output FreqRestart = 1000 # how often restart files are written out FreqOutput = 1 # frequency of VTK output FreqMassOutput = 1 # frequency of mass and evaporation rate output (Darcy) FreqFluxOutput = 5 # frequency of detailed flux output FreqVaporFluxOutput = 1 # frequency of summarized flux output -############################################################# [Stokes] -############################################################# StabilizationAlpha = -1.0 -############################################################# [FreeFlow] -############################################################# RefVelocity = 3.5 RefPressure = 1e5 RefMassfrac = 0.008 # 0.01 @@ -98,9 +67,7 @@ BoundaryLayerOffset = 0.0 # for BL model like Blasius, determines a virtual ru ConstThickness = 0.0016 # for a constant BL thickness, use BL model 9 MassTransferModel = 0 # 0 for none, 1 for power law, 2 for Schluender model -############################################################# [PorousMedium] -############################################################# RefPressurePM = 1e5 RefTemperaturePM = 298.15 InitialSw1 = 0.05 @@ -108,23 +75,18 @@ InitialSw2 = 0.05 CharPoreRadius = 1e-4 # for Schluender mass-transfer model PlotFluidProperties = false -############################################################# [SpatialParams] -############################################################# MaterialInterfaceX = -100.0 AlphaBJ = 1.0 -# for homogeneous setups (0 for heterogeneous): SoilType = 2 RegularizationThreshold = 1e-2 # linearization threshold for pc-Sw -# GStat stuff, only required for SoilType=0 GenerateNewPermeability = true GStatControlFileName = gstatControl_2D.txt GStatInputFileName = gstatInput.txt PermeabilityInputFileName = permeab.dat -### SoilType = 1 ### (Zurich coarse, MUSIS sand) [SpatialParams.Coarse] Permeability1 = 7.0e-10 #Kozeny-Carman; 1.387e-11 measured? Porosity1 = 0.44 @@ -138,7 +100,6 @@ LambdaSolid1 = 5.26 Pentry1 = 1012 BCLambda1 = 3.277 -### SoilType = 2 ### (Zurich fine) [SpatialParams.Medium] Permeability2 = 2.65e-10 Porosity2 = 0.41 @@ -152,13 +113,11 @@ LambdaSolid2 = 5.26 Pentry2 = 1357 BCLambda2 = 6.960 -### SoilType = 4 ### (Zurich fine) [SpatialParams.LeverettJ] PermeabilityJ = 1.0e-09 PorosityJ = 0.41 PlotMaterialLawJ = false -### SoilType = 3 ### (Colorado) [SpatialParams.Fine] Permeability3 = 1.06e-10 Porosity3 = 0.334 @@ -172,20 +131,14 @@ LambdaSolid3 = 5.26 Pentry3 = 1012 BCLambda3 = 3.277 -############################################################# [Newton] -############################################################# RelTolerance = 1e-5 TargetSteps = 8 MaxSteps = 12 WriteConvergence = false MaxTimeStepDivisions = 20 -############################################################# [LinearSolver] -############################################################# ResidualReduction = 1e-9 Verbosity = 0 MaxIterations = 200 -#GMResRestart = 100 -#PreconditionerIterations = 2 diff --git a/test/multidomain/2cstokes2p2c/test_2cstokes2p2c.input b/test/multidomain/2cstokes2p2c/test_2cstokes2p2c.input index d67308428f5a11edc94e393d5b053781dde8b32d..b2484de12877389d1fb966e6ac9b75865fd33258 100644 --- a/test/multidomain/2cstokes2p2c/test_2cstokes2p2c.input +++ b/test/multidomain/2cstokes2p2c/test_2cstokes2p2c.input @@ -1,18 +1,10 @@ -############################################################# -#Configuration file for test_2cstokes2p2c -############################################################# - -############################################################# [Problem] -############################################################# #First part of the interface, where it is not coupled; #set to zero or negative if not desired RunUpDistanceX = 0.0 NoDarcyX = 0.0 -############################################################# [TimeManager] -############################################################# #Initial and maximum time-step size DtInitial = 5e-1 MaxTimeStepSize = 180 @@ -21,26 +13,20 @@ MaxTimeStepSize = 180 #set to zero or negative if not desired InitTime = 864 -#Simulation end TEnd= 0.6e6 #Define the length of an episode (for output) EpisodeLength = 43200 -############################################################# [Vtk] -############################################################# #Names for VTK output NameFF = stokes2c NamePM = 2p2c AddVelocity = 1 -############################################################# [Grid] -############################################################# UseInterfaceMeshCreator = true -#Name of the dgf file (grid) File = grids/interfacedomain.dgf Refinement = 0 @@ -60,9 +46,7 @@ YMax = 0.5 #Vertical position of coupling interface InterfacePos = 0.25 -############################################################# [Output] -############################################################# #Frequency of restart file, flux and VTK output FreqRestart = 1000 # how often restart files are written out FreqOutput = 50 # frequency of VTK output @@ -70,14 +54,10 @@ FreqMassOutput = 2 # frequency of mass and evaporation rate output (Darcy) FreqFluxOutput = 1000 # frequency of detailed flux output FreqVaporFluxOutput = 2 # frequency of summarized flux output -############################################################# [Stokes] -############################################################# StabilizationAlpha = -1.0 -############################################################# [FreeFlow] -############################################################# RefVelocity = 3.5 RefPressure = 1e5 RefMassfrac = 0.008 # 0.01 @@ -97,18 +77,14 @@ BoundaryLayerOffset = 0.0 # for BL model like Blasius, determines a virtual ru ConstThickness = 0.0016 # for a constant BL thickness, use BL model 9 # MassTransferModel = 0 # 0 for none, 1 for power law, 2 for Schluender model -############################################################# [PorousMedium] -############################################################# RefPressurePM = 1e5 RefTemperaturePM = 298.15 InitialSw1 = 0.98 InitialSw2 = 0.98 CharPoreDiameter = 1e-4 # for Schluender mass-transfer model -############################################################# [SpatialParams] -############################################################# MaterialInterfaceX = 100.0 AlphaBJ = 1.0 @@ -155,18 +131,14 @@ VgN3 = 17.8 PlotMaterialLaw3 = false LambdaSolid3 = 5.3 -############################################################# [Newton] -############################################################# RelTolerance = 1e-5 TargetSteps = 8 MaxSteps = 12 WriteConvergence = false MaxTimeStepDivisions = 20 -############################################################# [LinearSolver] -############################################################# ResidualReduction = 1e-10 Verbosity = 0 -MaxIterations = 200 +MaxIterations = 200 \ No newline at end of file diff --git a/test/multidomain/2cstokes2p2c/test_2cstokes2p2c_reference.input b/test/multidomain/2cstokes2p2c/test_2cstokes2p2c_reference.input index a9d01f9cc015dabc6902e4630cd45dcae096219f..6ae0194f5d842d2d5a5fd935c364232de888157f 100644 --- a/test/multidomain/2cstokes2p2c/test_2cstokes2p2c_reference.input +++ b/test/multidomain/2cstokes2p2c/test_2cstokes2p2c_reference.input @@ -1,18 +1,10 @@ -############################################################# -#Configuration file for test_2cstokes2p2c -############################################################# - -############################################################# [Problem] -############################################################# #First part of the interface, where it is not coupled; #set to zero or negative if not desired RunUpDistanceX = 0.0 NoDarcyX = 0.0 -############################################################# [TimeManager] -############################################################# #Initial and maximum time-step size DtInitial = 5e-1 MaxTimeStepSize = 360 @@ -21,26 +13,19 @@ MaxTimeStepSize = 360 #set to zero or negative if not desired InitTime = 0 -#Simulation end TEnd= 7200 # 2 hours #Define the length of an episode (for output) EpisodeLength = 3600 -############################################################# [Vtk] -############################################################# #Names for VTK output NameFF = stokes2c NamePM = 2p2c AddVelocity = 1 -############################################################# [Grid] -############################################################# UseInterfaceMeshCreator = true - -#Name of the dgf file (grid) File = grids/interfacedomain.dgf Refinement = 0 @@ -60,9 +45,7 @@ YMax = 0.5 #Vertical position of coupling interface InterfacePos = 0.25 -############################################################# [Output] -############################################################# #Frequency of restart file, flux and VTK output FreqRestart = 1000 # how often restart files are written out FreqOutput = 10 # frequency of VTK output @@ -70,14 +53,10 @@ FreqMassOutput = 2 # frequency of mass and evaporation rate output (Darcy) FreqFluxOutput = 1000 # frequency of detailed flux output FreqVaporFluxOutput = 2 # frequency of summarized flux output -############################################################# [Stokes] -############################################################# StabilizationAlpha = -1.0 -############################################################# [FreeFlow] -############################################################# RefVelocity = 3.5 RefPressure = 1e5 RefMassfrac = 0.008 # 0.01 @@ -97,18 +76,14 @@ BoundaryLayerOffset = 0.0 # for BL model like Blasius, determines a virtual ru ConstThickness = 0.0016 # for a constant BL thickness, use BL model 9 # MassTransferModel = 0 # 0 for none, 1 for power law, 2 for Schluender model -############################################################# [PorousMedium] -############################################################# RefPressurePM = 1e5 RefTemperaturePM = 298.15 InitialSw1 = 0.98 InitialSw2 = 0.98 CharPoreDiameter = 1e-4 # for Schluender mass-transfer model -############################################################# [SpatialParams] -############################################################# MaterialInterfaceX = 100.0 AlphaBJ = 1.0 @@ -155,18 +130,14 @@ VgN3 = 17.8 PlotMaterialLaw3 = false LambdaSolid3 = 5.3 -############################################################# [Newton] -############################################################# RelTolerance = 1e-5 TargetSteps = 8 MaxSteps = 12 WriteConvergence = false MaxTimeStepDivisions = 20 -############################################################# [LinearSolver] -############################################################# ResidualReduction = 1e-10 Verbosity = 0 -MaxIterations = 200 +MaxIterations = 200 \ No newline at end of file