Skip to content
Snippets Groups Projects
Commit 906a7c84 authored by Timo Koch's avatar Timo Koch
Browse files

[test][3p3c] Replace unnecessary dgf by input file

parent abce0a52
No related branches found
No related tags found
1 merge request!59Feature/use standard gridcreator for structured grids
Showing
with 17 additions and 69 deletions
DGF
Interval
0 0 % first corner
0.1 1.20 % second corner
1 120 % 22 cells in x and 12 in y direction
#
GridParameter
overlap 0
periodic
closure green
#GridParameter
BOUNDARYDOMAIN
default 1 % all boundaries have id 1
#BOUNDARYDOMAIN
# unitcube.dgf
DGF
Interval
0 0 % first corner
1.5 0.74 % second corner
15 8 % cells in and y direction
#
GridParameter
overlap 0
periodic
closure green
#GridParameter
BOUNDARYDOMAIN
default 1 % all boundaries have id 1
#BOUNDARYDOMAIN
# unitcube.dgf
DGF
Interval
0 0 % first corner
500 10 % second corner
250 10 % cells in x and y direction
#
GridParameter
overlap 0
periodic
closure green
#GridParameter
BOUNDARYDOMAIN
default 1 % all boundaries have id 1
#BOUNDARYDOMAIN
# unitcube.dgf
DGF
Interval
0 0 % first corner
500 10 % second corner
40 4 % cells in x and y direction
#
GridParameter
overlap 0
periodic
closure green
#GridParameter
BOUNDARYDOMAIN
default 1 % all boundaries have id 1
#BOUNDARYDOMAIN
# unitcube.dgf
...@@ -3,7 +3,8 @@ DtInitial = 60 # [s] ...@@ -3,7 +3,8 @@ DtInitial = 60 # [s]
TEnd = 864000 # [s] TEnd = 864000 # [s]
[Grid] [Grid]
File = ./grids/test_3p3c.dgf UpperRight = 500 10
Cells = 250 10
[Problem] [Problem]
Name = infiltrationbox Name = infiltrationbox
......
...@@ -3,7 +3,8 @@ DtInitial = 86400 # [s] ...@@ -3,7 +3,8 @@ DtInitial = 86400 # [s]
TEnd = 864000 # [s] TEnd = 864000 # [s]
[Grid] [Grid]
File = ./grids/test_3p3c_coarse.dgf UpperRight = 500 10
Cells = 40 4
[Problem] [Problem]
Name = box3p3c Name = box3p3c
......
...@@ -3,7 +3,8 @@ DtInitial = 1 # [s] ...@@ -3,7 +3,8 @@ DtInitial = 1 # [s]
TEnd = 200 # [s] TEnd = 200 # [s]
[Grid] [Grid]
File = ./grids/column.dgf UpperRight = 0.1 1.20
Cells = 1 120
[Problem] [Problem]
Name = columnxylolbox # name passed to the output routines Name = columnxylolbox # name passed to the output routines
...@@ -12,4 +13,4 @@ Name = columnxylolbox # name passed to the output routines ...@@ -12,4 +13,4 @@ Name = columnxylolbox # name passed to the output routines
NumericDifferenceMethod = 0 # -1 backward differences, 0: central differences, +1: forward differences NumericDifferenceMethod = 0 # -1 backward differences, 0: central differences, +1: forward differences
[TimeManager] [TimeManager]
MaxTimeStepSize= 4. # Set the maximum time step MaxTimeStepSize= 4.0 # Set the maximum time step
...@@ -5,7 +5,8 @@ MaxTimeStepSize = 60 # [s] ...@@ -5,7 +5,8 @@ MaxTimeStepSize = 60 # [s]
EpisodeLength = 1000 # [s] EpisodeLength = 1000 # [s]
[Grid] [Grid]
File = ./grids/kuev_3p3cni.dgf UpperRight = 1.5 0.74
Cells = 15 8
[Problem] [Problem]
Name = kuevettebox # name passed to the output routines Name = kuevettebox # name passed to the output routines
......
...@@ -3,7 +3,8 @@ DtInitial = 60 # [s] ...@@ -3,7 +3,8 @@ DtInitial = 60 # [s]
TEnd = 864000 # [s] TEnd = 864000 # [s]
[Grid] [Grid]
File = ./grids/test_3p3c.dgf UpperRight = 500 10
Cells = 250 10
[Problem] [Problem]
Name = infiltrationcc Name = infiltrationcc
......
...@@ -3,7 +3,8 @@ DtInitial = 86400 # [s] ...@@ -3,7 +3,8 @@ DtInitial = 86400 # [s]
TEnd = 864000 # [s] TEnd = 864000 # [s]
[Grid] [Grid]
File = ./grids/test_3p3c_coarse.dgf UpperRight = 500 10
Cells = 40 4
[Problem] [Problem]
Name = cc3p3c Name = cc3p3c
......
...@@ -3,7 +3,8 @@ DtInitial = 1 # [s] ...@@ -3,7 +3,8 @@ DtInitial = 1 # [s]
TEnd = 200 # [s] TEnd = 200 # [s]
[Grid] [Grid]
File = ./grids/column.dgf UpperRight = 0.1 1.20
Cells = 1 120
[Problem] [Problem]
Name = columnxylolcc # name passed to the output routines Name = columnxylolcc # name passed to the output routines
......
...@@ -5,7 +5,8 @@ MaxTimeStepSize = 60 # [s] ...@@ -5,7 +5,8 @@ MaxTimeStepSize = 60 # [s]
EpisodeLength = 1000 # [s] EpisodeLength = 1000 # [s]
[Grid] [Grid]
File = ./grids/kuev_3p3cni.dgf UpperRight = 1.5 0.74
Cells = 15 8
[Problem] [Problem]
Name = kuevettecc # name passed to the output routines Name = kuevettecc # name passed to the output routines
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment