aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-15Add MIT licenseHEADmasterAdrian Kummerlaender
2018-10-18Write distinct VTK files for each experimentAdrian Kummerlaender
2018-10-18Remove lid driven cavity example with obstaclesAdrian Kummerlaender
Obstacle support is better illustrated by the channel example.
2018-10-17Print avg. error of Poiseuille outflow velocityAdrian Kummerlaender
2018-10-17Extract analytical solution of Poiseuille flow velocityAdrian Kummerlaender
2018-10-17Add basic Poiseuille exampleAdrian Kummerlaender
i.e. channel without obstacles. This will be usable for further validation.
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-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
2018-10-11Rename examplesAdrian Kummerlaender
2018-10-11Adapt lid driven cavity example to Re 1000Adrian Kummerlaender
I suspect something is not quite right with my Zou He velocity boundary impl.
2018-10-11Check for instabilities during cell equilibrationAdrian Kummerlaender
2018-10-10Improve build instructionsAdrian Kummerlaender
2018-10-10Separate examplesAdrian Kummerlaender
2018-09-09Extract result path generationAdrian Kummerlaender
2018-09-09Split into compilation unitsAdrian Kummerlaender
2018-08-02Add README and screenshotAdrian Kummerlaender
2018-08-02Bring in some more structureAdrian Kummerlaender
2018-07-30Add some obstacles in the cavityAdrian Kummerlaender
2018-06-19Split collide and stream stepsAdrian Kummerlaender
Simplifies correct implementation of Zou He boundary condition (used for the lid in lid driven cavity). Fix tau using lid velocity and Reynolds number. Simulation now seems to converge for Reynolds numbers greater than 100 if lattice resolution is sufficient.
2018-06-11Add CMake build instructionsAdrian Kummerlaender
2018-06-11Add Nix environmentAdrian Kummerlaender
2018-04-05Lid driven cavity with bounce-back, Zou He boundary conditionsAdrian Kummerlaender
2018-04-02Improve boundary cond impl via better vector supportAdrian Kummerlaender
2018-04-02Lid driven cavity with Zou He boundary conditionAdrian 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-22First approach to generalize wall cell handlingAdrian Kummerlaender
2018-03-21Wrap population cell buffersAdrian Kummerlaender
2018-03-21Reroll some loops and rely on the compiler to unroll themAdrian Kummerlaender
2018-03-20Initial working LBM exampleAdrian Kummerlaender