- Nov 17, 2018
-
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
- Nov 14, 2018
-
-
Ned Coltman authored
-
- Nov 13, 2018
-
-
- Nov 12, 2018
-
-
Kilian Weishaupt authored
-
- Nov 09, 2018
-
-
Kilian Weishaupt authored
* allow setting a fixed value anywhere in the domain * do not use boundaryType but a separate function to check for fixed cell * set 1.0 on the diagonal in the system matrix and 0.0 for the off-diagonal entries to improve numerical accuracy
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
- Nov 02, 2018
-
-
Melanie Lipp authored
-
- Sep 28, 2018
-
-
- Sep 04, 2018
-
-
Implement decision made in !1137: - 1p gas: `gas` - 1p liquid: `liq` - 2p gas/liquid: `gas` and `liq` - 2p liquid/liquid: `aq` and `napl` - 3p: `gas`, `aq` and `napl` - solid: `s` Add `IsAqueous` to components to detect if a component is aqueous or not. Adapt reference solutions. Adjust `primaryVariableName` only where necessary to make the tests pass. Will be treated in general in !1212.
-
- Aug 08, 2018
-
-
Timo Koch authored
-
- Aug 06, 2018
-
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
* only local element needs to be bound
-
- Jul 31, 2018
-
-
Melanie Lipp authored
[test][navierstokesnc] Fix test test_msfreeflow. Make binaryDiffusionCoefficient have the same argument as in fluidsystem base class.
-
- Jul 25, 2018
-
-
Melanie Lipp authored
-
- Jul 20, 2018
-
-
Timo Koch authored
-
-
-
-
Kilian Weishaupt authored
-
* remove now obsolete NavierStokesNCIndices
-
- Jul 16, 2018
-
-
Melanie Lipp authored
-
- Jul 09, 2018
-
-
Thomas Fetzer authored
-
- Jul 04, 2018
-
-
- Jun 28, 2018
-
-
- May 14, 2018
-
-
Kilian Weishaupt authored
* index of the pressure has to equal the one of the main component * advection law does not need outflow information * fix some reference solutions
-
- May 08, 2018
-
-
- May 07, 2018
-
-
Thomas Fetzer authored
-
- May 03, 2018
-
-
With contributions of Farid Mohammadi <farid.mohammadi@iws.uni-stuttgart.de>.
-
- Apr 27, 2018
-
-
- Apr 17, 2018
-
-
Thomas Fetzer authored
-
- Apr 15, 2018
-
-
Timo Koch authored
Fluid systems exported phase indices for wetting and nonwetting components. The fluid system is not the right place to decide about wettability. This introduces wettingPhase() in the spatial params which returns the index of the phase in the fluidsystem we consider the wetting phase. This way wettability can change temporally and spatially. Indices throughout the 2p/2p2c/2pnc nc and mpnc where renamed accordingly.
-
Contributions by Timo Koch, Kilian Weishaupt.
-
- Apr 06, 2018
-
-
Kilian Weishaupt authored
-
- Apr 05, 2018
-
-
Dennis Gläser authored
-
- Mar 29, 2018
-
-
Thomas Fetzer authored
-