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

[mpnc][test] Replace unnecessary dgf files by input files

parent 55150f74
No related branches found
No related tags found
1 merge request!59Feature/use standard gridcreator for structured grids
DGF
Interval
0 % first corner
1 % second corner
100 % 24 cells in x and 16 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
60 40 % second corner
24 16 % 24 cells in x and 16 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
60 40 % second corner
48 32 % 24 cells in x and 16 in 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 = 250 # [s]
TEnd = 1e4 # [s]
[Grid]
File = ./grids/obstacle_24x16.dgf
UpperRight = 60 40
Cells = 24 16
[LinearSolver]
ResidualReduction = 1e-12
......
......@@ -3,7 +3,8 @@ DtInitial = 250 # [s]
TEnd = 1e4 # [s]
[Grid]
File = ./grids/obstacle_24x16.dgf
UpperRight = 60 40
Cells = 24 16
[LinearSolver]
ResidualReduction = 1e-12
......
......@@ -3,7 +3,8 @@ DtInitial = 1e7 # [s]
TEnd = 1e7 # [s]
[Grid]
File = ./grids/forchheimer1d.dgf
UpperRight = 1
Cells = 100
[Problem]
pMin = 1e5
......
......@@ -3,10 +3,11 @@ DtInitial = 330 # [s]
TEnd = 3e3 # [s]
[Grid]
File = ./grids/obstacle_24x16.dgf
UpperRight = 60 40
Cells = 24 16
[Problem]
pMin = 1e5
pMin = 1e5
pMax = 42e5
outputName = test_forchheimer2p
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