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

[richards] Remove unnecessary dgf files > grid in input file

parent 9537f6bf
No related branches found
No related tags found
1 merge request!59Feature/use standard gridcreator for structured grids
Showing
with 14 additions and 68 deletions
DGF
Interval
0 0 % first corner
6 4 % second corner
1 512 % cells in x and in y direction
#
DGF
Interval
0 0 % first corner
6 4 % second corner
24 16 % cells in x and in y direction
#
BOUNDARYDOMAIN
default 1 % all boundaries have id 1
#BOUNDARYDOMAIN
# unitcube.dgf
DGF
Interval
0 0 % first corner
6 4 % second corner
48 32 % cells in x and in y direction
#
BOUNDARYDOMAIN
default 1 % all boundaries have id 1
#BOUNDARYDOMAIN
# unitcube.dgf
DGF
Interval
0 0 % first corner
6 4 % second corner
96 64 % cells in x and in y direction
#
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 = 100 # [s]
TEnd = 3000 # [s]
[Grid]
File = ./grids/richardslens-24x16.dgf
UpperRight = 6 4
Cells = 24 16
[Problem]
Name = richardslensbox
......
......@@ -4,7 +4,8 @@ TEnd = 1e5 # [s]
MaxTimeStepSize = 1e10 # [s]
[Grid]
File = ./grids/test_richardsniconduction.dgf
UpperRight = 5 1
Cells = 200 1
[Problem]
Name = test_boxrichardsniconduction # name passed to the output routines
......
......@@ -4,7 +4,8 @@ TEnd = 3e4 # [s]
MaxTimeStepSize = 1e3 # [s]
[Grid]
File = ./grids/test_richardsniconvection.dgf
UpperRight = 20 1
Cells = 80 1
[Problem]
Name = test_boxrichardsniconvection # name passed to the output routines
......
......@@ -3,7 +3,8 @@ DtInitial = 100 # [s]
TEnd = 3000 # [s]
[Grid]
File = ./grids/richardslens-24x16.dgf
UpperRight = 6 4
Cells = 24 16
[Problem]
Name = richardslenscc
......
......@@ -4,7 +4,8 @@ TEnd = 100 # [s]
MaxTimeStepSize = 1e-1 # [s]
[Grid]
File = ./grids/richardsanalytical-1x64.dgf
UpperRight = 6 4
Cells = 1 512
[Problem]
Name = richardsanalyticalcc
......
......@@ -4,7 +4,8 @@ TEnd = 1e5 # [s]
MaxTimeStepSize = 1e10 # [s]
[Grid]
File = ./grids/test_richardsniconduction.dgf
UpperRight = 5 1
Cells = 200 1
[Problem]
Name = test_ccrichardsniconduction # name passed to the output routines
......
......@@ -4,7 +4,8 @@ TEnd = 3e4 # [s]
MaxTimeStepSize = 1e3 # [s]
[Grid]
File = ./grids/test_richardsniconvection.dgf
UpperRight = 20 1
Cells = 80 1
[Problem]
Name = test_ccrichardsniconvection # 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