- 22 Dec, 2016 1 commit
-
-
Thomas Fetzer authored
[2p2c] Implement Kelvin equation, accounting for lower saturation vapor pressure in case of high capillary effects
-
- 09 Dec, 2016 7 commits
-
-
Bernd Flemisch authored
[iapws] Revert parts from commit 99e17f17 Throw NumericalProblem, to prevent simulation from crashing, even though it is rather NotImplemented. See merge request !283
-
Thomas Fetzer authored
Throw NumericalProblem, to prevent simulation from crashing, even though it is rather NotImplemented.
-
Thomas Fetzer authored
[bugfix] return `int` instead of `void` Probably the reason why `initialPhasePresenceAtPos` isn't in use ... See merge request !282
-
Thomas Fetzer authored
-
Bernd Flemisch authored
Probably the reason why `initialPhasePresenceAtPos` isn't in use ...
-
Bernd Flemisch authored
[components][h2o][iapws] Move check of validity range to the IAPWS region files I guess this should be comparable in terms of performance, if compiled with optimization See merge request !280
-
Thomas Fetzer authored
-
- 05 Dec, 2016 3 commits
-
-
-
Dennis Gläser authored
[bugifx] Fix/gravity pmproblem merge to `next` as well See merge request !271
- 02 Dec, 2016 2 commits
- 01 Dec, 2016 13 commits
-
-
Bernd Flemisch authored
[implicit][propertydefaults] set AMG as default linear solver The default linear solver is set to AMG. The solver is parallel in contrast to the current default sequential solver and shows the best performance in a wide range of problems. After changing this, some tests failed. If the differences in the solution were in the order of machine epsilon, the zero threshold value has been adjusted. In the remaining cases the origin of the tests to fail after changing the linear solver could not be detected and the original linear solver has been set as a property for these tests. (it quite possibly has to be a bug in the models as the same jacobian should lead to the same solution, the newton convergence criteria were tried in the most precise configuration and there were still differences) TODO * [x] test corner point grid This fixes #325. See merge request !218
-
*Remove ElementIterator and VertexIterator typedefs
-
* Return water vapor conductivity for gas phase
-
-
-
-
* Remove non non-isothermal type-tag
-
* add liquidThermalConductivity() to heavyoil component * add thermalConductivity() to h2oheavyoilfluidsystem * introduce dummy indices that allow the localresidual to inherit from 3p3c localresidual * add missing functions to volvars * adapt spatialparams of test
-
*Is done by NI model
-
Bernd Flemisch authored
Feature/use adl for std functions * `std::swap` and `dumux/common` was cleaned up * much more needs to be done * I found a bunch of other clean-up stuff See merge request !259
-
Bernd Flemisch authored
[opm] Update to opm 2016.10 version See merge request !262
-
Martin Schneider authored
-
- 29 Nov, 2016 12 commits
-
-
Thomas Fetzer authored
Feature/harmonize2pnc and2p2c indices See merge request !256
-
Thomas Fetzer authored
2p2c updated the reference solutions (changed phase presence indices) 2pnc changed: plSg --> pnsw; pgSl --> pwsn, removed plSg + pgSl from indices 2pncmin changed: plSg --> pnsw; pgSl --> pwsn as for 2pnc 2p2c, 2pnc: added the formulation changes to CHANGELOG.md
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Katharina Heck authored
-
Kilian Weishaupt authored
* Remove deprecated, energy-related functions * Test is isothermal anyway
-
Christoph Grüninger authored
-
The default linear solver is set to AMG. After changing this, some tests failed. If the differences in the solution were in the order of machine epsilon, the zero threshold value has been adjusted. In the remaining cases the origin of the tests to fail after changing the linear solver could not be detected and the original linear solver has been set as a property for these tests.
-
- 23 Nov, 2016 1 commit
-
-
Christoph Grüninger authored
Fix/multidomain normal momentum See merge request !252
-
- 22 Nov, 2016 1 commit
-
-
Thomas Fetzer authored
* multidomain models now also work for cases with pm on top
-