- Sep 04, 2018
-
-
Implement decision made in !1137: - 1p gas: `gas` - 1p liquid: `liq` - 2p gas/liquid: `gas` and `liq` - 2p liquid/liquid: `aq` and `napl` - 3p: `gas`, `aq` and `napl` - solid: `s` Add `IsAqueous` to components to detect if a component is aqueous or not. Adapt reference solutions. Adjust `primaryVariableName` only where necessary to make the tests pass. Will be treated in general in !1212.
-
- Jul 16, 2018
-
-
Timo Koch authored
-
- Mar 29, 2017
-
-
- Mar 28, 2017
-
-
Thomas Fetzer authored
-
- Mar 17, 2017
-
-
Thomas Fetzer authored
-
- Jan 19, 2016
-
-
Thomas Fetzer authored
This changes the reference solutions.
-
Thomas Fetzer authored
This requires updating the reference solutions. For mpnckinetic it was not able to check, whether the reference solution was already broken before.
-
- Dec 15, 2015
-
-
Thomas Fetzer authored
[multidomain,Beavers-Joseph] Move evalBeaversJoseph to LOP which prevents a reimplementation in the non-isothermal coupling local residual. Move beaversJospehCoeff to SpatialParamters, where it belongs. Changes in reference solution was triggered, comments see below. 2cstokes2p2c: Checked storage.out (e.g. the evaporation rate): - changes were lass than 1 per mile. Checked vertical velocity profiles in the middle of the domain: - v_0: no visible difference - v_1: main deviation (5%) in middle, where the profile is oscillating anyway and NOT at the interface Checked horizontal velocity profiles: - v_0: small differences towards the outflow boundary - v_1: difference during the profile development 2cnizeroeq2p2cni (freeflow): Checked vertical velocity profiles in the middle of the domain: - v_0: no visible difference - v_1: no visible difference Checked horizontal velocity profiles: - v_0: no visible difference - v_1: small differences towards the outflow boundary 2cnizeroeq2p2cni (porousmedium): Checked vertical velocity profiles in the middle of the domain: - v_0: no visible difference - v_1: very small deviation towards the interface (3%)
-
- Dec 11, 2015
-
-
Thomas Fetzer authored
Save in runtime (old: 600s, new: 120s)
-
Thomas Fetzer authored
[boundarytypes,non-isothermal] Revert boundarytypes to almost original state (see below), update the non-isothermal models and reference solutions. Problems occured if the boundary types are herited or more precise the problem was to reset out of the parent class the boundary types from the childs classes.
-
- Jul 29, 2015
-
-
Bernd Flemisch authored
References have to be updated due to differences between test system and the system of the reference solution creator. The differences are small, but still too large for fuzzycompare. This is a known issue, see FS#281 for details. The two ni-multidomain tests use the same names for the output. This leads to conflicts when the tests are executed in parallel. The names of one test are changed to fix this. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15189 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 24, 2015
-
-
Thomas Fetzer authored
adapted the interfacegridcreator to the common GridCreator type structure and for the use in the common start.hh deprecated the interfacemeshcreator.hh [multidomain] adapted multidomain to be used with the common start.hh deprecated the old multidomainproblem constructor thanks to and reviewed by bernd and gruenich git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15161 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 10, 2015
-
-
Thomas Fetzer authored
updated vtk output: 1) same names as in pm 2) always give mole and mass frac in output reviewed by nicolas git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15042 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 01, 2015
-
-
Thomas Fetzer authored
fixed bug in the calculation of the diffusion and conduction term in the stokes equation updated reference solutions and added new tests for diffusion and conduction reviewed by bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14997 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- May 11, 2015
-
-
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
-
- Jan 30, 2015
-
-
Thomas Fetzer authored
Fixed serializing and use of restart for the multidomain problems. Restart of the problem can now be achieved by setting TimeManager.Restart TIME. However these changes also changed the reference solutions. reviewed by Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14158 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 22, 2015
-
-
Thomas Fetzer authored
and the forgotten update of the reference solutions git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14104 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
cleaned up the stokes-darcy models: - SET_TYPE_PROP task from Dumux Day - cleaned up input - removed commented lines of code - removed try/catch blocks updated the coupled-freeflow reference results which was broken in one of the previous commits reviewed by gruenich git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14094 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 19, 2014
-
-
Thomas Fetzer authored
added cmake and ctest compatibility for multidomain problems reviewed by gruenich git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13371 2fb0f335-1f38-0410-981e-8018bf24f1b0
-