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

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

parent 906a7c84
No related branches found
No related tags found
1 merge request!59Feature/use standard gridcreator for structured grids
DGF
Interval
0 0 % first corner
500 10 % second corner
50 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
5 1 % second corner
200 1 % number of cells in x and y direction
#
BOUNDARYDOMAIN
default 1 % all boundaries have id 1
#BOUNDARYDOMAIN
# unitcube.dgf
DGF
Interval
0 0 % first corner
20 1 % second corner
80 1 % number of cells in x and y direction
#
BOUNDARYDOMAIN
default 1 % all boundaries have id 1
#BOUNDARYDOMAIN
# unitcube.dgf
......@@ -3,7 +3,8 @@ DtInitial = 60 # [s]
TEnd = 3600 # [s]
[Grid]
File = ./grids/infiltration3p.dgf
UpperRight = 500 10
Cells = 50 10
[Problem]
Name = infiltration3pbox
......
......@@ -4,7 +4,8 @@ TEnd = 1e5 # [s]
MaxTimeStepSize = 1e10
[Grid]
File = ./grids/test_3pniconduction.dgf
UpperRight = 5 1
Cells = 200 1
[Problem]
Name = test_box3pniconduction # name passed to the output routines
......
......@@ -4,7 +4,8 @@ TEnd = 3e4 # [s]
MaxTimeStepSize = 1e3
[Grid]
File = ./grids/test_3pniconvection.dgf
UpperRight = 20 1
Cells = 80 1
[Problem]
Name = test_box3pniconvection # name passed to the output routines
......
......@@ -3,7 +3,8 @@ DtInitial = 60 # [s]
TEnd = 3600 # [s]
[Grid]
File = ./grids/infiltration3p.dgf
UpperRight = 500 10
Cells = 50 10
[Problem]
Name = infiltration3pcc
......
......@@ -4,7 +4,8 @@ TEnd = 1e5 # [s]
MaxTimeStepSize = 1e10
[Grid]
File = ./grids/test_3pniconduction.dgf
UpperRight = 5 1
Cells = 200 1
[Problem]
Name = test_cc3pniconduction # name passed to the output routines
......
......@@ -4,7 +4,8 @@ TEnd = 3e4 # [s]
MaxTimeStepSize = 1e3
[Grid]
File = ./grids/test_3pniconvection.dgf
UpperRight = 20 1
Cells = 80 1
[Problem]
Name = test_cc3pniconvection # 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