Skip to content
Snippets Groups Projects
  1. 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
  2. Jul 10, 2015
  3. Apr 09, 2015
  4. Oct 17, 2014
  5. Sep 17, 2014
  6. Sep 05, 2014
  7. Apr 04, 2014
  8. Nov 15, 2013
  9. Oct 18, 2013
  10. May 24, 2013
  11. Mar 08, 2013
  12. Dec 17, 2012
  13. Oct 12, 2012
  14. Oct 09, 2012
  15. Jul 20, 2012
  16. Feb 29, 2012
  17. Feb 28, 2012
  18. Dec 19, 2011
  19. Dec 16, 2011
  20. Nov 01, 2011
  21. Oct 27, 2011
  22. Apr 28, 2011
  23. Feb 01, 2011
  24. Jan 05, 2011
  25. Jul 13, 2010
Loading