aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2018-10-17Fix density calculation in moving wall BCAdrian Kummerlaender
2018-10-16Implement moving wall / velocity Dirichlet boundary conditionAdrian Kummerlaender
Usable as both the inflow condition of the channel example and the top wall of a lid driven cavity.
2018-10-11Check for instabilities during cell equilibrationAdrian Kummerlaender
2018-10-10Improve build instructionsAdrian Kummerlaender
2018-09-09Extract result path generationAdrian Kummerlaender
2018-09-09Split into compilation unitsAdrian Kummerlaender
2018-08-02Bring in some more structureAdrian Kummerlaender
2018-04-02Improve boundary cond impl via better vector supportAdrian Kummerlaender
2018-03-31Fix and improve wall handlingAdrian Kummerlaender
Use three neighbor cells for bounceback instead of three directions of a single cell. Generalize neighbor cell determination using normal vector of wall.
2018-03-21Reroll some loops and rely on the compiler to unroll themAdrian Kummerlaender