- 15 Dec, 2017 2 commits
-
-
Dennis Gläser authored
-
Timo Koch authored
-
- 12 Dec, 2017 2 commits
-
-
Timo Koch authored
-
-
- 03 Sep, 2017 1 commit
-
-
Timo Koch authored
-
- 20 Jul, 2017 1 commit
-
-
Kilian Weishaupt authored
* instead, use negative value of corresponding flux * re-include errors when trying to access diffCoeff() with phaseIdx == compIdx
-
- 17 Jul, 2017 1 commit
-
-
Timo Koch authored
-
- 27 Jan, 2017 1 commit
-
-
Timo Koch authored
for all ported models (1p, 1p2c, 2p, 2p2c, 2pnc, richards)
-
- 11 Jan, 2017 1 commit
-
-
Dennis Gläser authored
Note: the box tests still fail
-
- 05 Jan, 2017 1 commit
-
-
Thomas Fetzer authored
Feature/kelvin equation See merge request !287 Conflicts: dumux/porousmediumflow/2p2c/implicit/volumevariables.hh
-
- 23 Nov, 2016 1 commit
-
-
Timo Koch authored
-
- 10 Nov, 2016 1 commit
-
-
Thomas Fetzer authored
Fix typos in documentation
-
- 27 Sep, 2016 1 commit
-
-
Beatrix Becker authored
-
- 07 Apr, 2016 1 commit
-
-
Christoph Grüninger authored
-
- 22 Feb, 2016 1 commit
-
-
Thomas Fetzer authored
-
- 22 Jan, 2016 3 commits
-
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
- 03 Nov, 2015 1 commit
-
-
Gabi Seitz authored
Add fluidstate property for all implicit porous media models if not yet defined Conflicts: dumux/implicit/2pncmin/2pncminvolumevariables.hh
-
- 13 Oct, 2015 1 commit
-
-
Christoph Grüninger authored
After removing uses of DUNE_VERSION_NEWER I forgot to get rid of the include dune/common/version.hh. (reviewed by fetzer)
-
- 11 Oct, 2015 1 commit
-
-
Christoph Grüninger authored
-
- 03 Sep, 2015 1 commit
-
-
Thomas Fetzer authored
introduced setMassFraction() in the compositionalfluidstate.hh so that in case of mass fraction formulation, they can be set directly, the converting to mole fractions is now handled by the compositionalfluidstate class some test failed (kuevette with 5% difference), new references are committed, however maybe some thresholds have to be adapted reviewed by kissinger git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15433 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 30 Jul, 2015 1 commit
-
-
Bernd Flemisch authored
Replace if (!useMoles) // mass stuff else // mole stuff by if (useMoles) // mole stuff else // mass stuff Reviewed by fetzer. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15200 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 14 Jul, 2015 1 commit
-
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15066 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 11 May, 2015 1 commit
-
-
Thomas Fetzer authored
- added individual headers for boundary layer and mass transfer models, which were implemented in the couplinglocaloperator [multidomain] - uses above mentioned new header and classes - improved own start function, especially the usage function - updated parts of the reference solutions, due to marginal deviations [implicit] - added convenience function for the viscosity in the 2p2c model git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14743 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 05 Feb, 2015 1 commit
-
-
Christoph Grueninger authored
Re-arrange weired if clauses. Remove empty destructors. (reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14192 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 02 Feb, 2015 1 commit
-
-
Bernd Flemisch authored
Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14163 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 23 Jan, 2015 1 commit
-
-
Kilian Weishaupt authored
ConstraintSolver or explicit calculation of secondary variables For some problem settings, an explicit calculation of the secondary variables proves to be more stable than using a ConstraintSolver. This introduces the possiblity to choose between the two variants analogous to 3p3c. Reviewed by Bernd. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14119 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 13 Jan, 2015 1 commit
-
-
Hao Wu authored
(reviewed by gruenich) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14047 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 03 Dec, 2014 1 commit
-
-
Johannes Hommel authored
eIdxGlobal or vIdxGlobal when appropriate as decided on the DUMUX day 25.11.2014 Revied by Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13843 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 20 Aug, 2014 1 commit
-
-
Bernd Flemisch authored
For the box porous media spatial parameters, we allow - both cell-wise and vertex-wise defined permeabilities, - both scalar and tensorial permeabilities. The reverted commits assumed vertex-wise scalar permeabilities and are not general enough. The currently correct way to give the permeabilities to the VTK output is to overwrite the method addOutputVtkFields in the problem at hand. There, it should be clear what type of permeabilities are used. See test/implicit/co2/heterogeneousproblem.hh for details. Admittedly, this is not a very nice way, a better, but general solution would be great. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13197 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 19 Aug, 2014 1 commit
-
-
Alexandru Tatomir authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13193 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 21 Mar, 2014 1 commit
-
-
Nicolas Schwenck authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12652 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 13 Mar, 2014 1 commit
-
-
Alexander Kissinger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12615 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 14 Feb, 2014 1 commit
-
-
Christoph Grueninger authored
(reviewed by natalies) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12480 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 13 Feb, 2014 1 commit
-
-
Thomas Fetzer authored
FS#209. Other models have to be adjusted. reviewed by lenaw and alexk git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12469 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 15 Nov, 2013 1 commit
-
-
Klaus Mosthaf authored
Introduced convenience functions for moleFraction and massFraction in 2p2cvolumevariables. Adapted 2p2cmodel and 2p2clocalresidual. Small docu corrections. Reviewed by Markus. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11992 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 01 Oct, 2013 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11593 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 20 Sep, 2013 2 commits
-
-
Beatrix Becker authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11534 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Dominik Riesterer authored
useMoles has to be set in the problem file and the boundary conditions have to be choosen accordingly. In order to be consistent with the multicomponent models (3p3c, 3p3cni,...) the model uses MOLE fractions by default now. The documentation is changed and extended accordingly. reviewed by kathinka git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11526 2fb0f335-1f38-0410-981e-8018bf24f1b0
-