- 07 Apr, 2020 1 commit
-
-
Timo Koch authored
-
- 06 Apr, 2020 4 commits
- 03 Apr, 2020 1 commit
-
-
Dennis Gläser authored
-
- 01 Apr, 2020 1 commit
-
-
Place no deprecation macros where GridView will be substituted by Grid::LeafGridView after release 3.2.
-
- 31 Mar, 2020 1 commit
-
-
Timo Koch authored
-
- 30 Mar, 2020 1 commit
-
-
Timo Koch authored
-
- 26 Mar, 2020 5 commits
-
-
FluidSystem::getMainComponent returns the main componet index of the phase. This doesn't actually make sense for the tracer models which why this commit also * removes getMainComponent for tracer fluid systems (Changelog amended) * guards all occurences of getMainComponent in code that works for tracer too with constexpr if
-
-
The idea of the tracer model is really tied to Fickian diffusion and components with small concentration diffusing in a bulk phase. Hence also it's name. The Maxwell-Stefan test actual models 3 gaseous components where none of the components is really the main phase but most importantly there is no bulk phase with a main component that is not considered in the equations. Thus the 1pnc model is the right choice for such a test. This changes the test to derive from the 1pnc model. As for the given setting with only Neumann boundaries the 1pnc wouldn't convergence for a compressible fluid, the Ideal gas law is used to model a compressible gas. The same test actually exists for the 1pnc model already in 1pnc/implicit/1p3c. Thus this commit simply removes the tracer test.
-
-
-
- 17 Mar, 2020 4 commits
-
-
with changes over processor boundaries adapt other tests to match new injection rate, harmonize timesteps with lower DtInitial and MaxTimeStepSize
-
for parallel communication of boxVolume on process boundaries
-
Timo Koch authored
The guarded interface is always enabled since dune 2.6
-
Timo Koch authored
-
- 14 Mar, 2020 2 commits
- 12 Mar, 2020 1 commit
-
-
Simon Emmert authored
-
- 11 Mar, 2020 8 commits
-
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
Backwards-compatible implementation. Legacy parameter names e.g. PreconditionerIterations will still work but subgroup params overwrite them, e.g. Preconditioner.Iterations.
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
- 04 Mar, 2020 1 commit
-
-
Martin Schneider authored
the correct state initialization in the Newton method results in a new solution
-
- 02 Mar, 2020 1 commit
-
-
Timo Koch authored
-
- 13 Feb, 2020 1 commit
-
-
- 01 Feb, 2020 1 commit
-
-
Timo Koch authored
-
- 31 Jan, 2020 1 commit
-
-
cornerpoint test is missing
-
- 03 Jan, 2020 1 commit
-
-
Christoph Grüninger authored
-
- 02 Jan, 2020 1 commit
-
-
Timo Koch authored
-
- 20 Dec, 2019 2 commits
-
-
Timo Koch authored
-
The tracer problem had neumann-noflow boundaries so far. We now implement an outflow BC on the top so that the tracer is transported out of the domain and does not accumulate anymore. The reference solution is adapted.
-
- 17 Dec, 2019 2 commits
-
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-