- 18 Oct, 2019 1 commit
-
-
Timo Koch authored
-
- 21 Jan, 2019 1 commit
-
-
Timo Koch authored
-
- 20 Jun, 2018 1 commit
-
-
Add a corresponding python script `bin/util/create_cmakelists.py`. Move the folder `bin/moduleutil` to `bin/util`. Run the script.
-
- 02 May, 2018 1 commit
-
-
- 21 Dec, 2017 1 commit
-
-
Timo Koch authored
-
- 20 Dec, 2017 1 commit
-
-
- 15 Dec, 2017 1 commit
-
-
Timo Koch authored
-
- 07 Dec, 2017 1 commit
-
-
Simon Scholz authored
[min] introduce mineralization folder with localresidual, model (former properties), volVars and VTK output
-
- 01 Dec, 2017 1 commit
-
-
* is replaced by 1pnc
-
- 29 Nov, 2017 1 commit
-
-
Timo Koch authored
-
- 23 Jun, 2017 2 commits
-
-
Gabi Seitz authored
not yet working
-
Gabi Seitz authored
-
- 17 Feb, 2017 1 commit
-
-
Timo Koch authored
The components are only in the water phase. The number of components is statically extracted from the fluidsystem. Simply changing the fluid system and boundary and initial conditions is sufficient to setup a new model with n tracers.
-
- 30 Jan, 2017 1 commit
-
-
Timo Koch authored
The tracer model solves transport equations for multiple tracers when a velocity field is given by the user (possibly by a 1p simulation).
-
- 23 Nov, 2016 2 commits
-
-
A new folder named discretization is introduced on the /dumux level. In this folder there are all the geometry classes as well as vol vars, flux var cache and physical laws (darcy, fick etc), since they could be possibly reused in decoupled models and are not restricted to implicit models. NOTE: The fluxvariables and the flux variables cache are still in the folder /porousmediumflow/implicit/. It is to be discussed whether or not they should be moved into the discretization folder as well.
-
Each discretization method (Box, CCTpfa, Mpfa etc) now has a corresponding flag which is set as a property. This allows a specialization of the used constitutive laws for the different methods. For a model it is thus no longer necessary to define additional typetags for the different discretization methods. On the problem level one can simply derive from the discretization method's typetag and the model type tag. Additional method-dependend classes are automatically set via the DiscretizationMethod property in the form of template specializations
-
- 12 Sep, 2016 1 commit
-
-
Kilian Weishaupt authored
-
- 22 Jan, 2016 1 commit
-
-
Bernd Flemisch authored
-
- 03 Nov, 2015 1 commit
-
-
Bernd Flemisch authored
See FS#250 for details.
-
- 24 Sep, 2015 1 commit
-
-
Nicolas Schwenck authored
is still a lot to do, cf. FS#241. reviewed by gruenich git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15532 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 13 Aug, 2015 1 commit
-
-
Vishal Jambhekar authored
- The required binary coefficients are added. - Electrochemistry equations added for both isothermal and non-isothermal cases (Non-isothermal are not used till now). - pc-s relation for hydrophobic material added - h2ON2o2 fluid system added - fuelcell test case is the new test problem for 2pnc model. Moreover, some updated related to 2pncmin model are included git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15292 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 30 Jul, 2015 1 commit
-
-
Vishal Jambhekar authored
New test case for 2pncmin model added to dumux/test. For this following additional files are needed (Reviewde by Johannes) - For variation of salinity in brine the needed constitutive relations are implemented in components brine_VerSalinity.hh and nacl.hh - Additional constraint solvers (compositionfromfugacities2pncmin and computefromreferencephase2pncmin) are needed, specially for the case nPhaseOnly - Additional constraint solvers (computefromreferencephase2pnc and miscible2pnccomposition) are needed for 2pnc cases in general. - Fluidsystem brineairfluidsystem is updated - Binerycoefficient file for brine_air case is included. - A test case for 2pncmin model is included for flusiong of precipitated salt in gas reserviors. The includes corresponding problem file, spatial parameters file, input file and *.cc file. - For this the CMakeLists.txt is also updated. - A reference solution 2pncmin test case "injectionbox2pncmin-reference" is included to test/references folder git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15196 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 27 Jan, 2015 1 commit
-
-
Alexander Kissinger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14135 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 28 Nov, 2014 1 commit
-
-
Thomas Fetzer authored
update to the generic non-isothermal model adjusted: - 1p model - 3p model - 1p test (including 1pni tests) - 1p2c test (including 1p2cni tests) - 2p2c test (including 2p2cni tests) - 3p test (including 3pni tests) - 3p3c test (including 3p3cpni tests) - new ctest for kuevette problem updated: - SET_TYPE_PROP instead of SET_PROP - documentation of non-isothermal problems - solution for 2pinjectionproblem (now with simplex grid) - version number in one start message deleted: - old non-isothermal test folders - whitespace at end of configure.ac lines created and reviewed by kissinger and fetzer git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13825 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 02 Sep, 2013 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11335 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 11 Mar, 2013 1 commit
-
-
Christoph Grueninger authored
We still have to generate a reference solution and make the system test the result. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10384 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 27 Nov, 2012 1 commit
-
-
Bernd Flemisch authored
implicit branch: change directory structure. Add dumux/implicit directory. Copy models from boxmodels/model to implicit/model. Copy boxmodels/common to implicit/box. Copy ccmodels/common (from devel) to implicit/cellcentered. Copy boxmodels/common/box*.hh to implicit/common/implicit*.hh. Move test/boxmodels to test/implicit. Adapt configure.ac and Makefile.ams. Everything still builds. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9679 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 05 Oct, 2012 1 commit
-
-
Christoph Grueninger authored
Add test_co2 and test_co2ni to testing system. They still fail because the output has strange names. We should fix that first and maybe shorten the runtime of the tests. (reviewed by vishal) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9227 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 13 Feb, 2012 1 commit
-
-
Andreas Lauser authored
expect your dumux-devel models to break... git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7733 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 02 Feb, 2012 1 commit
-
-
Christoph Grueninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7612 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 05 Oct, 2011 1 commit
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6720 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 14 Jul, 2010 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@3832 2fb0f335-1f38-0410-981e-8018bf24f1b0
-