aboutsummaryrefslogtreecommitdiff
path: root/channel.cc
AgeCommit message (Collapse)Author
2018-10-18Write distinct VTK files for each experimentAdrian 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-13Update README.mdAdrian Kummerlaender
2018-10-13Exclude channel walls from inflowAdrian Kummerlaender
2018-10-12Add inflow to channelAdrian Kummerlaender
…it seems that as far as pure visuals are concerned simply not doing anything for the outflow works out ok. Actual outflow condition to complement this primitive Dirichlet inflow remains to be implemented. to be implemented.
2018-10-11Setup basic periodic channel exampleAdrian Kummerlaender