Skip to content
Snippets Groups Projects
Ivar Stefansson's avatar
Ivar Stefansson authored
e890e11a
History
Name Last commit Last update
complex
geiger
hydrocoin
real
scripts
README.md

This data repository accompanyies the paper "Benchmarks of single-phase flow in fractured porous media" by B. Flemisch, I. Berre, W. Boon, A. Fumagalli, N. Schwenck, A. Scotti, I. Stefansson and A. Tatomir.

Four benchmarks are considered in the following subfolders with numbers referring to the numbering in the paper:

  • hydrocoin: Benchmark 1, a well established benchmark for groundwater flow that contains two crossing, highly permeable fractures and a non-straight surface.

  • geiger: Benchmark 2, a regular fracture network.

  • complex: Benchmark 3, a small but complex fracture network exhibiting ending and intersecting fractures.

  • real: Benchmark 4, a case synthesized from a real application.

For each benchmark, grid and result data are provided in corresponding subfolders:

  • grids: the employed computational grids, coming in the formats:

    • .msh, .geo: Gmsh output and input.
    • .dgf: Dune grid format.
    • .GRDECL: Petrel/Eclipse.
    • .art: FRAC3D/ART3D.
  • results: result files of the following types:

    • .vtk, .vtu: VTK.
    • .mat: Matlab.
    • .csv: comma separated values for one-dimensional data.

Both grid and result files are structured according to the employed discretization method:

  • boxdfm: Vertex-centered, continuous-pressure, conforming lower-dimensional DFM (Box-DFM).
  • ccdfm: Cell-centered, discontinuous-pressure, conforming DFM (CC-DFM).
  • edfm: Continuous-pressure, non-conforming embedded DFM (EDFM).
  • mortardfm: Cell-centered, discontinuous-pressure, geometrically-conforming mortar DFM (mortar-DFM).
  • pxfem: Discontinuous-pressure, non-conforming primal XFEM (P-XFEM).
  • dxfem: Discontinuous-pressure, non-conforming dual XFEM (D-XFEM).
  • mfd: Reference Solutions calculated with mimetic finite differences (MFD).