- Mar 27, 2018
-
-
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
-
- Mar 19, 2018
-
-
- Mar 15, 2018
-
-
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
- Mar 14, 2018
-
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
- Mar 01, 2018
-
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
- Feb 12, 2018
-
-
Kilian Weishaupt authored
* this is the only test that failed after the changes in momentum upwind, thus the use of inertia terms is disabled * use fixed times to write output * do some clean-up
-
Thomas Fetzer authored
Somehow the upwinding and changes in navierstokes led to an additional Newton step
-
Kilian Weishaupt authored
* rename old test for low Re testing
-
- Feb 09, 2018
-
-
Kilian Weishaupt authored
* 1p2c, 2p2c, test_donea (NavierStokes)
-
- Feb 07, 2018
-
-
Melanie Lipp authored
-
- Feb 01, 2018
-
-
- Jan 18, 2018
-
-
Timo Koch authored
This patch reduces dependencies and makes usage of linear solvers more flexible, i.e. for two problems with different typetag * Linear solvers don't need type tag anymore, in fact they don't need any template params * the preconditioner block size is now provided for the solve method (see e.g. staggered newton controller) * the amg has a convencience alias using a TypeTag but is "independent" through indirection via the traits
-
- Jan 16, 2018
-
-
Timo Koch authored
* [test][richards] Fix solver include (Used to compile before due to indirect include over newtoncontroller.
-
- Jan 10, 2018
-
-
- Jan 08, 2018
-
-
Kilian Weishaupt authored
* make output more clear
-
- Jan 06, 2018
-
-
Kilian Weishaupt authored
* calculate the mass and volume fluxes over two different planes
-
- Dec 21, 2017
-
-
Sina Ackermann authored
-
Sina Ackermann authored
* use LiquidPhase directly
-
Sina Ackermann authored
-
Sina Ackermann authored
-
- Dec 20, 2017
-
-
[feature][maxwellstefan] implement maxwellstefan for cellcentered tpfa, box, freeflow and tests for 2pnc, staggerednc and tracer
-
- Dec 19, 2017
-
-
Bernd Flemisch authored
The Doxygen comment `//!` refers to the line after the comment. If the comment should refer to the same line, `//!<` has to be used.
-
Kilian Weishaupt authored
-
Timo Koch authored
-
-