- Jan 11, 2012
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7347 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Benjamin Faigle authored
- new data structure applied - fluidstate can now be used in cell-Data structure: added set-functions, reworked flash - redesign of pressure formulation: assemble split in smaller functions, PV now moved from variableclass - redesign of transport - various cleanups git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7346 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
*grr* the 2.1 DUNE_VERSION macro is incompatible with Dune 2.2. falling back to DUNE_VERSION_REV. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7344 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7343 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Benjamin Faigle authored
- primary variables vector removed from variableclass -> to pressure / transport model - Problem applies old time Integration method due to compatibility with compositional models - Explicit transport is done in transport model - simplified serialization/restart mechanism Additonal improvements: - reordered iteration procedure in impet to avoid superfluous creation of large vectors only used for iteration - cleaned up serialization procedure git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7342 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
the differences are in the range expected by changing the tabulation git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7341 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7340 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
for the "intelligent" the tabulation, alphas can be well out of range [0, 1] git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7339 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7336 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
AFAICS it was only debugging code which was not useful in a general context... git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7335 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Philipp Nuske authored
- Coordscalar -> Scalar: this makes switching all Scalars to quad possible - some code in MpNclocalresidual that makes it possible to sum up the individual energy equation in the case of kinetic consideration - debugging code in the nonequilibriumfluidstate git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7333 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 10, 2012
-
-
Andreas Lauser authored
counter-intuitively, ostringstream::clear() does not reset the string it writes to. that can be done using ostringstream::str("") git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7331 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
tabulated component: add template parameter to let the user chose between "dumb" and "intelligent" tabulation the ifp problem seems to have some issues with tabulation along the vapor pressure curve. I'll have to investigate this further... git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7330 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7329 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
it seems that the issue which triggered to make the tabulation "dumb" was not related to the tabulation. I guess that it had something to do with the fact that I used -ffast-math without -fno-finite-math-only... git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7327 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7326 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
no patches are required anymore, DUNE uses 'bin' for executable files and the richards model has been fixed yesterday git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7321 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 09, 2012
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7319 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 05, 2012
-
-
Andreas Lauser authored
This issue seems to be jinxed. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7313 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7312 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7311 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7309 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7308 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7305 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
-ffast-math works fine provided that std::isnan() and std::isfinite() work which is taken care of by -fno-finite-math-only git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7304 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7303 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7302 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 04, 2012
-
-
Andreas Lauser authored
Dumux 2.1 will require DUNE 2.1 or (possibly) above git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7301 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7300 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
there where some changes in the H2O-N2 fluid system git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7298 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7297 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7293 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7292 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7291 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7290 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7289 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 03, 2012
-
-
Andreas Lauser authored
tested on GCC 4.3 and GCC 4.6. Due to an incompatibility between those two compilers (GCC 4.3 expects that there's no semicolon behind static_assert(), GCC 4.6 requires one), it only compiles on GCC 4.6. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7288 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7287 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7286 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
it was removed because the SET_STRING_PROP did not require a semicolon after it, which lead to a compiler warning with -pedantic git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7285 2fb0f335-1f38-0410-981e-8018bf24f1b0
-