Skip to content
Snippets Groups Projects
  1. Dec 06, 2024
  2. Jul 10, 2024
  3. Oct 30, 2023
  4. Apr 19, 2023
  5. Mar 24, 2023
  6. Feb 06, 2023
  7. Oct 25, 2022
  8. Apr 27, 2022
  9. Nov 20, 2021
  10. Oct 18, 2021
  11. May 16, 2021
  12. Jan 25, 2021
  13. Nov 05, 2020
  14. Apr 18, 2020
  15. Apr 13, 2020
  16. Oct 14, 2019
  17. Oct 11, 2019
  18. May 27, 2019
  19. Dec 21, 2018
  20. Dec 18, 2018
  21. Sep 21, 2018
  22. May 02, 2018
  23. Jan 25, 2018
  24. Apr 03, 2017
  25. Feb 13, 2017
  26. Sep 30, 2016
  27. 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
  28. May 30, 2016
  29. Mar 24, 2016
  30. Feb 02, 2016
  31. Nov 03, 2015
  32. Oct 12, 2015
  33. Sep 27, 2015
  34. Sep 24, 2015
  35. 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
  36. Jul 10, 2015
  37. Apr 09, 2015
Loading