- Aug 06, 2018
-
-
Kilian Weishaupt authored
* use bind instead of bindElement
-
- Aug 03, 2018
-
-
Melanie Lipp authored
-
Kilian Weishaupt authored
[freeflow][outflow BC] Introduce that there is no gradient normal to the outflow… See merge request !1155
-
[freeflow][outflow BC] Introduce that there is no gradient normal to the outflow boundary in cases where the outflow boundary is the normal face with respect to the assembled scvf.
-
Kilian Weishaupt authored
[rans][problem] Make ctor accept modelParamGroup See merge request !1165
-
Kilian Weishaupt authored
-
-
Ned Coltman authored
[freeflow] Clean-up Fick's and Fourier's law See merge request !1162
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
- Aug 02, 2018
-
-
Martin Schneider authored
Fix/checkpoint timeloop Closes #544 and #539 See merge request !1160
-
Martin Schneider authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
* inherit more from 2pnc * move TwoPTwoCIndices -> TwoPNCIndices * use TwoPNCVolumeVariable Traits
-
Timo Koch authored
-
Melanie Lipp authored
-
- Aug 01, 2018
-
-
Sina Ackermann authored
[test][multidomain] Remove unused reference solutions. See merge request !1158
- Jul 31, 2018
-
-
Melanie Lipp authored
[test][navierstokesnc] Fix test test_msfreeflow. Make binaryDiffusionCoefficient have the same argument as in fluidsystem base class.
-
Melanie Lipp authored
-
- Jul 30, 2018
-
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Also fix the test itself in the following sense. By default, in the box method, material law parameters are evaluated at scv centers, while primary variables are evaluated at vertices. If no interface condition is used, the secondary variables handed to the Vtk writer might now differ depending on the order in which the scvs are evaluated for each vertex. In order to saty consistent, this test evaluates the material law parameters at the vertex position.
-
This hasn't happened until now in dune-grid such that AMG uses sequential traits for a parallel UGGrid. Implement this as a temporary solution until it is fixed upstream.
-
This recovers results from 2.12. However, these results also are wrong.