- Jul 01, 2019
-
-
Martin Utz authored
- use std::array instead of std::vector. - In general manningN is a spatial parameter, so put it there, even if it is a constant in the rough channel test. - Rename the water depth from h to waterDepth. - Fix the dambreak test, which was incidentially broken by the work on thei rouch channel test.
-
Martin Utz authored
The test provides a simple channel flow based on the friction law after Manning. Normal flow is assumed, therefore the formular after Gaukler, Manning and Strickler can be used to get an analytic solution.
-
Martin Utz authored
-
Martin Utz authored
Add the frictions laws including the CMake stuff and the doxygen documentation. In the next step the comments have to be completed and the friction laws musst be tested.
-
- Jun 28, 2019
-
-
Melanie Lipp authored
[freeflow][test] In channel 3d test use smaller Newton tolerance. This way, velocities in y and z direction, which should be zero, assume values smaller 1e-12 which is the tolerance for comparing the test solution against the reference solution. Additionally, adapt the reference solution.
-
Melanie Lipp authored
-
- Jun 27, 2019
-
-
Timo Koch authored
-
-
Melanie Lipp authored
[stagged][fluxVars] Factor out the contribution of inflow/outflow BCs See merge request !1637
-
Melanie Lipp authored
-
* this should make it easier to properly reconstruct a stress at the boundary
-
-
-
-
-
[freeflow][test] Add convergence sincos test. Unite steady and unsteady sincos test in one main file, probelem file and executable.
-
-
-
-
-
- Jun 26, 2019
-
-
Kilian Weishaupt authored
Change initial condition to block/parabolic profile See merge request !1645
-
Kilian Weishaupt authored
* remove unnecessary traits * add test for alu grid
-
-
Dennis Gläser authored
Cleanup/comment and indentation See merge request !1644
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
- Jun 25, 2019
-
-
Dennis Gläser authored
[mpfa][fix] Use correct type for data member See merge request !1642
-
Timo Koch authored
-
- Jun 20, 2019
-
-
Christoph Grüninger authored
-
- Jun 19, 2019
-
-
Ned Coltman authored
[staggered]fluxVars] Improve handling of Neumann BCs for the momentum eq See merge request !1630
-