Skip to content
Snippets Groups Projects
  1. Jun 21, 2018
  2. Jun 18, 2018
  3. Jun 15, 2018
    • Bernd Flemisch's avatar
      [cornerpoint] update patch for opm-grid · 34130793
      Bernd Flemisch authored
      34130793
    • Bernd Flemisch's avatar
      [cornerpoint] update CpGridCreator to Opm 2018.04 · a5f8e795
      Bernd Flemisch authored
      It is not possible to ask for the employed Opm version in a
      convenient way. Therefore, support for older versions has to be
      dropped.
      
      Adapt an include. Get rid of the `TypeTag` template parameter.
      Perform `loadBlance` only in a parallel run. Otherwise, the
      boundary segment indices are lost. Add a small workaround for the
      `static Deck` to prevent segfaults.
      Provide a patch for opm-grid, delete patches for older versions.
      Update `patches/README`.
      a5f8e795
  4. Dec 19, 2017
  5. Dec 11, 2017
  6. Jul 21, 2017
  7. Jul 10, 2017
  8. Sep 27, 2016
  9. Aug 03, 2016
  10. Aug 02, 2016
    • Bernd Flemisch's avatar
      [cornerpoint] adapt to current Opm release 2016.04 · f72f09d2
      Bernd Flemisch authored
      With Opm release 2016.04, the module dune-cornerpoint has been
      renamed to opm-grid. Interfaces changed without deprecation. There
      doesn't seem to be a preprocessor macro to check for the employed
      Opm version. Therefore, drop support for older versions and only
      support 2016.04.
      f72f09d2
  11. Apr 07, 2016
  12. Mar 24, 2016
  13. Mar 22, 2016
  14. Mar 09, 2016
  15. Oct 09, 2015
  16. Oct 08, 2015
  17. Sep 23, 2015
  18. Aug 26, 2015
  19. Aug 07, 2015
  20. Jul 29, 2015
    • Bernd Flemisch's avatar
      [cornerpoint] add capability to use cornerpoint grids · 35f692be
      Bernd Flemisch authored
      Introduce a grid creator that reads from a Petrel output / Eclipse input
      file and generates a CpGrid that is offered by the OPM module
      dune-cornerpoint. Enhance the fully-implicit cell-centered models to be
      able to deal with cornerpoint grids, test the functionality. This patch
      consists of several parts:
      
      - patches/ and dune.module: the CMake buildsystems from Dune and OPM are
        not compatible. The patches change some CMake files in the required
        OPM modules opm-parser, opm-core and dune-cornerpoint in such a way
        that those modules can serve as a dependency for Dumux. In addition,
        some specific CMake options have to be passed to dunecontrol. See
        patches/README for details.
      
      - dumux/io/: defines the CpGridCreator which behaves like any other grid
        creator that reads from a file. In addition, it offers the Eclipse
        input deck in form of a static function deck(). This deck can be used
        to extract further simulation parameters, most prominently porosity
        and permeability values.
      
      - dumux/implicit/cornerpoint/: changes some of the cell-centered
        classes to be able to deal with a CpGrid. The changes in the
        ElementVolumeVariables and the FVElementGeometry are minor and
        required by the facts that a CpGrid doesn't offer codim-1/2 entities
        and that the geometries don't offer local-to-global mappings. The
        changes in the DarcyFluxVariables are made for enhancing the
        robustness of the two-point flux approximation by forcing the
        inter-element transmissibilities to be positive.
      
      - test/implicit/2p: runs a fully-implicit two-phase immiscible model on
        a CpGrid. An element index with an injection rate can be given in the
        input file. The grid provided in grids/ consists of only four
        elements, but exhibits typical cornerpoint features like a
        nonconforming situation and general hexahedrons. A more realistic grid
        will be provided in dumux-lecture soon.
      
      Reviewed by gruenich.
      
      
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15183 2fb0f335-1f38-0410-981e-8018bf24f1b0
      35f692be
  21. Jun 24, 2015
  22. Mar 31, 2015
  23. Oct 16, 2014
  24. Sep 05, 2014
  25. Aug 29, 2014
  26. Apr 11, 2014
  27. Apr 08, 2014
  28. Mar 25, 2014
  29. Mar 21, 2014
  30. Feb 25, 2014
Loading