- 15 Dec, 2015 5 commits
-
-
Thomas Fetzer authored
This time: - deprecated old coupling12() and coupling21() and replaced them by one coupling() - try to group boundary condition types - unified naming and steps how fluxes are calculated (nothing new was added) - further replacing _s, _n by 1, 2 boundaryLayerModel: spurious changes in (~4% for 1e-11 and 1% for 1e-9 in velocity)
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
Thomas Fetzer authored
This has the following advantages: - reuse the BL model in the non-isothermal case - possible move of the functions to more problem specific place (due to the use of runtime parameters) - better comparison of what is actually done in the code Update reference solution, because for the BL Model the gas viscosity from Darcy was used.
-
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%)
-
- 11 Dec, 2015 3 commits
-
-
Thomas Fetzer authored
-
Thomas Fetzer authored
[boundaryconditions,stokes2csubproblem] Apply changes for the boundary condition names to the Stokes2c side removed unused boundary condition flags.
-
Thomas Fetzer authored
-
- 09 Dec, 2015 1 commit
-
-
Thomas Fetzer authored
-
- 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
-
- 09 Oct, 2015 1 commit
-
-
- 16 Jul, 2015 1 commit
-
-
Christoph Grueninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15083 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 13 Jul, 2015 1 commit
-
-
Thomas Fetzer authored
- added asserts for the mass/mole formulations in the coupling conditions to ensure that the coupling conditions are applied correctly - skip test in case SuperLU or UMFPack are not available - updated documention and use of properties reviewed by gruenich git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15055 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 08 Jul, 2015 1 commit
-
-
Hao Wu authored
doxygen - added zeroeq and multidomain models - add model and problem descriptions handbook - changes in the model description of models which do not use a free flow are just related to changes in doxygen - added equation subsections for multidomain and zeroeq models naming - applied naming convention to stokes, zeroeq, and multidomain models/problems reviewed by fetzer git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15023 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 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
-
- 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
-
- 22 Jan, 2015 3 commits
-
-
Thomas Fetzer authored
- removed Beavers-Joseph dependency for the handling of the couplingInflow and couplingOutflow boundaries - removed todo and unused lines of code - updated reference solutions for the multidomain problem (only small deviations from reference) reviewed by gruenich, bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14102 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
fixed inconsistent use of the boundaryLayerOffset for the boundary layer models reviewed by gruenich git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14099 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
-
- 13 Jan, 2015 1 commit
-
-
Thomas Fetzer authored
introduced proporties and propertydefaults for the coupled stokes-darcy models, that the model does not have to use runtime parameters. properties from the test problem headers have been moved to the model properties. reviewed by gruenich git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14045 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 08 Dec, 2014 1 commit
-
-
Thomas Fetzer authored
changed the way how, the boundaryLayerModel parameter is set; now it is not mandatory to specify it in the input file, but it is disabled by default git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13886 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 22 Sep, 2014 1 commit
-
-
Thomas Fetzer authored
updated doxygen docu, there are still 7 warnings are produced git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13381 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 18 Sep, 2014 1 commit
-
-
Christoph Grueninger authored
Keep compatible to current master modules (PDELab, multidomain) (reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13356 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 05 Sep, 2014 1 commit
-
-
Bernd Flemisch authored
Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13285 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 09 Apr, 2014 1 commit
-
-
Thomas Fetzer authored
couplinglocalresiduals. this is done in consistency with the freeflow stokes models. the eddy coefficient are zero for the stokes case. approved by gruenich git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12738 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 25 Mar, 2014 1 commit
-
-
Thomas Fetzer authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12659 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 21 Mar, 2014 1 commit
-
-
Thomas Fetzer authored
approved by gruenich git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12651 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 28 Jan, 2014 1 commit
-
-
Klaus Mosthaf authored
2cstokes2p2clocaloperator: removed upwind from the pm to the ff for the transport equation, since it does not work in case of two fluid phases. Added some more docu. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12372 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 24 Jan, 2014 1 commit
-
-
Klaus Mosthaf authored
configure.ac git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12342 2fb0f335-1f38-0410-981e-8018bf24f1b0
-