- 13 May, 2015 1 commit
-
-
Thomas Fetzer authored
updated call of masstransfermodel class [multidomain] - if a boundarylayer model for mass transfer is used, now this also means a boundary layer model for energy transfer is used too (which is more consistent) - added a test for the masstransfer and boundary layer models reviewed by gruenich git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14757 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 12 May, 2015 1 commit
-
-
Kilian Weishaupt authored
Removed if-condtion requiring DUNE_TRHOW only for rank==0 in updateStaticData function of compositional models. Now all failing processes call DUNE_THROW. This is supposed to make parallel runs more stable. Revieved by Alex git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14747 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
-
- 08 May, 2015 1 commit
-
-
Martin Schneider authored
(reviewed by martinb) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14727 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 06 May, 2015 1 commit
-
-
Natalie Schroeder authored
The richards model has now an additional flag useHead, which can be used to switch between pressure-saturation definition and pressureHead-watercontent definition. The primary variables are either pressure in [Pa] or pressure head in [cm]. Default is useHead = false. tested and reviewed by Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14716 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 05 May, 2015 1 commit
-
-
Alexander Kissinger authored
- binarycoefficients - constraintsolver - eos - Units were added where required - All units were checked that they are expressed in latex - No additional doxygen errors or wanrings Work done by Scholz Reviewed and committed by Alexk git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14706 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 28 Apr, 2015 1 commit
-
-
Christoph Grueninger authored
(reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14665 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 27 Apr, 2015 3 commits
-
-
Timo Koch authored
Until now it was not possbile to store the velocity in the 2p2c flux data object. This adds velocity and setVelocity methods. Reviewed by bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14661 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grueninger authored
- Wrong order of initializing member variables. - Remove unused variable. No warning: - Remove semicolon after methods. - Drop continue, use negated if statement. (reviewed by martins) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14646 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grueninger authored
(reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14645 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 23 Apr, 2015 1 commit
-
-
Christoph Grueninger authored
Tests are no longer build when running ctest / make test. They have to be explicitly built within the test folder using "make all". This fixes FS#263. (reviewed by timok) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14622 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 22 Apr, 2015 7 commits
-
-
Martin Schneider authored
Reviewed by Timo git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14620 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Martin Schneider authored
schemes. Added files for adaptation in subfolder implicit/adaptive. The implicit properties inherits from GridAdapt properties. Basic functions are included in the implictproblem. The beginUpdate() function is modified such that the JacobianMatrix is updated after each grid adaptation. The grid adapt is done in the preTimeStep() method, make sure to call the parent function when overwriting this method. TO make a testproblem adaptive, just set the property AdaptiveGrid to true and choose corresponding indicators via AdaptationInitializationIndicator, AdaptationIndicator (see TwoPTestProblem). Restrictions: no parallel solving yet and problems with solvers using gridView informations. Reviewed and discussed with Timo git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14619 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
The html apparently has been created with a different tool and was not included properly by doxygen. Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14617 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Martin Schneider authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/gridadapt@14615 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
test/material/fluidmatrixinteractions Different tests have been writing output to the same file which can lead to wrong (testing) results if the tests are executed in parallel. Reviewed by Thomas. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14611 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14609 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Martin Schneider authored
Reviewed by Timo git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/gridadapt@14607 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 21 Apr, 2015 3 commits
-
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/gridadapt@14606 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Martin Schneider authored
Reviewed by Timo git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/gridadapt@14601 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Martin Schneider authored
Renamed classes in a consistent way. Reviewed by Timo git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/gridadapt@14600 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 17 Apr, 2015 1 commit
-
-
Timo Koch authored
[implicit grid adapt] Generalize Initationalizationindicator to arbitrary dimensions, element geometry types, and discretization scheme The initilization indictor is simplified by only checking the midpoint and the corner points of every element for a matching source or boundary condition. This works for BOX and CCFV schemes. For the 2p test the new indicator yields the identical result. Reviewed by martins git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/gridadapt@14588 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 16 Apr, 2015 8 commits
-
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/gridadapt@14586 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/gridadapt@14585 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/gridadapt@14584 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/gridadapt@14583 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Martin Schneider authored
Reviewed by Timo git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/gridadapt@14582 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Martin Schneider authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/gridadapt@14581 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Martin Schneider authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/gridadapt@14580 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Martin Schneider authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/gridadapt@14578 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 15 Apr, 2015 1 commit
-
-
Christoph Grueninger authored
(reviewed martinb) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14577 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 14 Apr, 2015 1 commit
-
-
Christoph Grueninger authored
Get rid of backwards-compatible AMGBackends, the P0fem stuff and the outdated PDELab local operator wrapper. (reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14557 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 13 Apr, 2015 3 commits
-
-
Thomas Fetzer authored
added new tests for all diffusivity and thermalconductivity laws use debug streams in gnuplotinterface reviewed by martinb git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14549 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
added a new thermal conductivity law (Johansen), with a better fit to experimental data for lower water saturation reviewed by martinb git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14548 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
improved runTest.sh that also an exact compare between two files can be performed fixed typo in fuzzycompare reviewed by martinb git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14547 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 09 Apr, 2015 4 commits
-
-
Beatrix Becker authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14541 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Beatrix Becker authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14539 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Beatrix Becker authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14537 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grueninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14535 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 08 Apr, 2015 1 commit
-
-
Christoph Grueninger authored
Dune 2.4 and Dune 2.3 differ in the number of time steps. (reviewed by becker) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14533 2fb0f335-1f38-0410-981e-8018bf24f1b0
-