- Mar 27, 2018
-
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
Katharina Heck authored
Feature/gnuplot pipes See merge request !872
-
Katharina Heck authored
-
Ned Coltman authored
Freeflow/roughness See merge request !862
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
- Mar 20, 2018
-
-
Thomas Fetzer authored
* do NOT use updateStaticWallProperties() in problem constructor * correct calculation of maximum velocity * add Laufer velocity profile * update wall variable names
-
Kilian Weishaupt authored
[misc] Fix "coeffiecient" typo See merge request !863
-
Gabi Seitz authored
[cleanup] delete unused simplesteamaircao2h2.hh fluidsystem Closes #465 See merge request !865
-
Simon Emmert authored
-
- Mar 19, 2018
-
-
Bernd Flemisch authored
[fix] update dune version control in constraintsolver to master See merge request !864
-
Simon Emmert authored
The check of the version control using Dune::FMatrixPrecision::set_singular_limit() was removed only on dune-master and not yet on 2.6, therefore the version control is updated so that the ncpflash and pengrobinson tests pass again.
-
Thomas Fetzer authored
-
Thomas Fetzer authored
Feature/vtk vector output See merge request !857
-
-
-
-
Bernd Flemisch authored
[tabulatedcomp] fill arrays on the fly See merge request !861
-
Bernd Flemisch authored
Feature/remove mineralization typetag Closes #463 See merge request !860
-
Kilian Weishaupt authored
Fix/richardsnc reference See merge request !858
-
Kilian Weishaupt authored
* this is required due to a assert in the volVars requiring numPhases == 1 * this might be changed in the future
-
richardswelltracerproblem The box-reference solution is adapted because it fails in the context of very small values. Additionally the box-solution's max value for x^SimpleH2O_D2O is now closer to the tpfa-solution's max value.
-
-
- Mar 17, 2018
-
-
Dennis Gläser authored
-
Dennis Gläser authored
instead of filling all arrays during initialization, we fill the data arrays when called. This gets rid of the try and catch blocks in the initializing function and allows for static asserts in the components within functions that are not overloaded. The overhead is one more interpolation call during the first call to the property which should be neglectable. For the pressure(t, rho) functions we have to introduce one additional if statement within each call. But, for models using only a small fraction of the properties, this gets rid of the long initialization times.
-
- Mar 16, 2018
-
-
Dennis Gläser authored
-
Dennis Gläser authored
-
-
Dennis Gläser authored
-
Dennis Gläser authored
The type tags introduced for models using mineralization now directly overwrite the properties which differ for models considering mineralization, instead of deriving from a mineralization type tag.
-
the non-isothermal specific property tags are now defined directly where the respective type tag is declared.
-
-
Timo Koch authored
-
Bernd Flemisch authored
[fix] check for dune version in constaintsolvers using removed… See merge request !847
-
Ned Coltman authored
Feature/zeroeq See merge request !856
-
Bernd Flemisch authored
introduce model traits and property See merge request !853
-