- Mar 29, 2018
-
-
Thomas Fetzer authored
-
Thomas Fetzer authored
features * tests for zeroeqni and zeroeq2cni * split update() in "classical" update() and updateRANSProperties() * do not use asImp_() but virtual inheritance * cleanup
-
- Mar 27, 2018
-
-
Thomas Fetzer authored
-
Thomas Fetzer authored
* ransnc uses now nPhaseIdx = 1
-
Thomas Fetzer authored
-
Thomas Fetzer authored
navierstokes * make vtkoutputfields more modular rans * move eddyViscosity functions to the specific rans implementation
-
Thomas Fetzer authored
* better distinguish between total mass balance and component mass balances
-
Thomas Fetzer authored
-
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
-