- Feb 27, 2019
-
-
Simon Emmert authored
-
- Feb 26, 2019
-
-
Ned Coltman authored
-
-
[fluxvariables][gridfluxvarscache] adapt the fluxvariables to check for higherorder via the gridfluxvarscache, not the problem
-
-
-
-
[axisdata][pairdata] change axis and pair data structs to store dofs and distances with arrays, not vectors
-
-
-
-
-
-
[higherorder] expand the geometry, stecil, and flux calculations to include higher order flux limiter methods
- Feb 25, 2019
-
-
Bernd Flemisch authored
The problem was that `newtonConverged` was executed before `newtonUpdate`, the place where the variables are initialized. Change the while loop logic such that `newtonConverged` is called at the end of each loop cycle, particularly after `newtonUpdate`.
- Feb 22, 2019
-
-
Ned Coltman authored
[rans][iofields] Clean-up See merge request !1500
-
Kilian Weishaupt authored
* remove deprecated functions * remove debug output
-
Kilian Weishaupt authored
fixup /Adapt vtk_staggered test to RANS changes See merge request !1498
-
- Feb 21, 2019
-
-
Ned Coltman authored
-
- Feb 20, 2019
-
-
Ned Coltman authored
Freeflow/rans problem redevelopment Closes #574 See merge request !1391
-
Ned Coltman authored
-
-
Bernd Flemisch authored
[sequential 2p2c flash] fix flash See merge request !1301
-
-
-
[sequential 2p2c flash] revert change in Rachford-Rice equation (both quantities are mass-based), add literature, change references
-
-
-
-
[sequential 2p2c flash] fix flash: correct equilibrium constants, correct calculation of phase mass fraction, general 2-phase check
-
- Feb 14, 2019
-
-
* ni models did not inherit from their non-ni base models, thus the wrong local residual and fluxvars were used (navierstokes)
-
Ned Coltman authored
-
-
-
-
-
Ned Coltman authored
Feature/improve flux over surface See merge request !1495
-
Kilian Weishaupt authored
-