summaryrefslogtreecommitdiff
path: root/apps/adrian/cylinder2d/common/model.h
AgeCommit message (Collapse)Author
2019-06-24Slightly shift cylinder relative to finest gridAdrian Kummerlaender
This removes the "Bogus distance" warnings that are otherwise generated by `addZeroVelocityBoundary`.
2019-06-24Use Bouzidi boundary condition for refined cylinder2dAdrian Kummerlaender
2019-06-24Improve Knudsen refinement criterion functorAdrian Kummerlaender
i.e. output cell-local quality information by default
2019-06-24Initial extraction of common cylinder2d model setup functionsAdrian Kummerlaender
I am not quite happy with how this looks right now but at least both validation examples are for the most part condensed to only differ in their refinement setup. Perhaps a SchaeferTurek-specific "Solver" would further improve reproducibility?