Skip to content
Snippets Groups Projects
Commit 6e0b7918 authored by Kilian Weishaupt's avatar Kilian Weishaupt Committed by Timo Koch
Browse files

[cleanup][tests] Use new standard grid creator for zeroeq2c

* Use input file for structured grids instead of dgf files for
  zeroeq2c tests
parent 47c0e2d0
No related branches found
No related tags found
1 merge request!59Feature/use standard gridcreator for structured grids
DGF
Interval
0 0 % first corner
3 1 % second corner
30 20 % cells in x and y direction
#
Cube
0 1 2 3
#
BOUNDARYDOMAIN
default 1 % all boundaries have id 1
#BOUNDARYDOMAIN
# unitcube.dgf
\ No newline at end of file
...@@ -3,7 +3,9 @@ DtInitial = .1 # [s] ...@@ -3,7 +3,9 @@ DtInitial = .1 # [s]
TEnd = 10 # [s] TEnd = 10 # [s]
[Grid] [Grid]
File = grids/testpipe.dgf LowerLeft = 0 0
UpperRight = 3 1
Cells = 30 20
[Problem] [Problem]
OutputName = "zeroeq2c" OutputName = "zeroeq2c"
......
...@@ -23,12 +23,6 @@ ...@@ -23,12 +23,6 @@
#ifndef DUMUX_ZEROEQTWOCTESTPROBLEM_HH #ifndef DUMUX_ZEROEQTWOCTESTPROBLEM_HH
#define DUMUX_ZEROEQTWOCTESTPROBLEM_HH #define DUMUX_ZEROEQTWOCTESTPROBLEM_HH
#if HAVE_UG
#include <dune/grid/io/file/dgfparser/dgfug.hh>
#else
#include <dune/grid/io/file/dgfparser/dgfyasp.hh>
#endif
#include <dumux/material/fluidsystems/h2oair.hh> #include <dumux/material/fluidsystems/h2oair.hh>
#include <dumux/material/fluidsystems/gasphase.hh> #include <dumux/material/fluidsystems/gasphase.hh>
......
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