- 22 Dec, 2017 1 commit
-
-
Bernd Flemisch authored
-
- 20 Dec, 2017 1 commit
-
-
Katharina Heck authored
-
- 16 Dec, 2017 1 commit
-
-
- 01 Dec, 2016 1 commit
-
-
Bernd Flemisch authored
[opm] Update to opm 2016.10 version See merge request !262
-
- 02 Aug, 2016 1 commit
-
-
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.
-
- 09 Mar, 2016 1 commit
-
-
Bernd Flemisch authored
- Add a missing } in the test cc file. - Add Dune::Geometries to CpFVElementGeometry. - Fix the boundary transmissibilities. - Change call to Opm parser routine to be compatible with Opm 2015.10. - Adapt patches to Opm 2015.10.
-
- 10 Feb, 2016 1 commit
-
-
- 02 Feb, 2016 1 commit
-
-
Thomas Fetzer authored
-
- 03 Nov, 2015 1 commit
-
-
Christoph Grüninger authored
-
- 29 Jul, 2015 1 commit
-
-
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
-
- 10 Jul, 2015 1 commit
-
-
Bernd Flemisch authored
This solves FS#267: http://www.dumux.org/flyspray/index.php?do=details&task_id=267&project=3 The solution is to define the static variables inside static functions. Then they will be destroyed on time, i.e., before MPI_Finalize is called. Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15043 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 03 Dec, 2014 2 commits
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13846 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Natalie Schroeder authored
[dgf] overload makeGrid in dgfgridcreater.hh - needed for coupled problems with more than one dgf file defined in the input file discussed with and reviewed by Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13845 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 09 Jul, 2014 1 commit
-
-
Christoph Grueninger authored
(reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13048 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 08 Apr, 2014 1 commit
-
-
Christoph Grueninger authored
(reviewed by martinb) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12724 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 21 Dec, 2012 1 commit
-
-
Bernd Flemisch authored
in the old location by deprecated forwards to the new one. Adapt includes. This implements FS #171. Reviewed by Markus. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9916 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 29 Nov, 2012 1 commit
-
-
Christoph Grueninger authored
Include MPIHelper depending on Dune version because its header was moved. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9723 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 18 Sep, 2012 1 commit
-
-
Christoph Grueninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9087 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 27 Aug, 2012 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8999 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 03 Aug, 2012 1 commit
-
-
Markus Wolff authored
parameters according to the Dumux meeting at 26.07.12 (see /doc/propparams.ods) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8803 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 08 Mar, 2012 1 commit
-
-
Andreas Lauser authored
this fixes the parallel stuff for problems which load their grids from a DGF file. The problems which use other grid creators (e.g. the 2pni test problem) seem to not need this... git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7988 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 09 Feb, 2012 1 commit
-
-
Markus Wolff authored
- additionally to the DGFGridCreator one can now chose a CubeGridCreator or a SimplexGridCreator to get structured cube- or simples-grids git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7688 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 03 Feb, 2012 1 commit
-
-
Andreas Lauser authored
- remove stray AC_MSG_RESULT from DUMUX_CHECK_QUAD - slight reformulations of the usage message of test_2p - replace tabulators with four spaces - remove trailing whitespaceformating git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7620 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 02 Feb, 2012 1 commit
-
-
Philipp Nuske authored
- Everything and the kitchen sink can be specified in there. Example: the 2p2c test - Minor changes to the parameter file syntax: parameters do not start with capital any more - It is checked now whether the parameter file exists - How to use the program / parameter file can be queried by ./progName --help - Documentation: /dumux/common/start.hh and the parameterfiles themselves git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7607 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 31 Jan, 2012 1 commit
-
-
Andreas Lauser authored
- new institute name - add missing modelines - reformat the entry for leopold stadler in air.hh git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7590 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 26 Jan, 2012 1 commit
-
-
Andreas Lauser authored
a default options file called 'test_2p2c.opts' is also included in the package. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7523 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 03 Jan, 2012 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7279 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 16 Dec, 2011 1 commit
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7100 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 27 May, 2011 1 commit
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5933 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 31 Mar, 2011 1 commit
-
-
Holger Class authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5518 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 04 Jan, 2011 1 commit
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4952 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 15 Dec, 2010 1 commit
-
-
Benjamin Faigle authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4879 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 11 Nov, 2010 1 commit
-
-
Philipp Nuske authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4674 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 03 Aug, 2010 1 commit
-
-
Andreas Lauser authored
timemanager API, restart, boxmodel are affected git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@3955 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 14 Jul, 2010 1 commit
-
-
Bernd Flemisch authored
everything in dumux stable compiles except 1p2c and richards since the old material system is used there git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@3837 2fb0f335-1f38-0410-981e-8018bf24f1b0
-