Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-15 | Add MIT licenseHEADmaster | Adrian Kummerlaender | |
2018-10-18 | Write distinct VTK files for each experiment | Adrian Kummerlaender | |
2018-10-18 | Remove lid driven cavity example with obstacles | Adrian Kummerlaender | |
Obstacle support is better illustrated by the channel example. | |||
2018-10-17 | Print avg. error of Poiseuille outflow velocity | Adrian Kummerlaender | |
2018-10-17 | Extract analytical solution of Poiseuille flow velocity | Adrian Kummerlaender | |
2018-10-17 | Add basic Poiseuille example | Adrian Kummerlaender | |
i.e. channel without obstacles. This will be usable for further validation. | |||
2018-10-17 | Fix density calculation in moving wall BC | Adrian Kummerlaender | |
2018-10-16 | Implement moving wall / velocity Dirichlet boundary condition | Adrian Kummerlaender | |
Usable as both the inflow condition of the channel example and the top wall of a lid driven cavity. | |||
2018-10-13 | Update README.md | Adrian Kummerlaender | |
2018-10-13 | Exclude channel walls from inflow | Adrian Kummerlaender | |
2018-10-12 | Add inflow to channel | Adrian 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-11 | Setup basic periodic channel example | Adrian Kummerlaender | |
2018-10-11 | Rename examples | Adrian Kummerlaender | |
2018-10-11 | Adapt lid driven cavity example to Re 1000 | Adrian Kummerlaender | |
I suspect something is not quite right with my Zou He velocity boundary impl. | |||
2018-10-11 | Check for instabilities during cell equilibration | Adrian Kummerlaender | |
2018-10-10 | Improve build instructions | Adrian Kummerlaender | |
2018-10-10 | Separate examples | Adrian Kummerlaender | |
2018-09-09 | Extract result path generation | Adrian Kummerlaender | |
2018-09-09 | Split into compilation units | Adrian Kummerlaender | |
2018-08-02 | Add README and screenshot | Adrian Kummerlaender | |
2018-08-02 | Bring in some more structure | Adrian Kummerlaender | |
2018-07-30 | Add some obstacles in the cavity | Adrian Kummerlaender | |
2018-06-19 | Split collide and stream steps | Adrian 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-11 | Add CMake build instructions | Adrian Kummerlaender | |
2018-06-11 | Add Nix environment | Adrian Kummerlaender | |
2018-04-05 | Lid driven cavity with bounce-back, Zou He boundary conditions | Adrian Kummerlaender | |
2018-04-02 | Improve boundary cond impl via better vector support | Adrian Kummerlaender | |
2018-04-02 | Lid driven cavity with Zou He boundary condition | Adrian Kummerlaender | |
2018-03-31 | Fix and improve wall handling | Adrian 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-22 | First approach to generalize wall cell handling | Adrian Kummerlaender | |
2018-03-21 | Wrap population cell buffers | Adrian Kummerlaender | |
2018-03-21 | Reroll some loops and rely on the compiler to unroll them | Adrian Kummerlaender | |
2018-03-20 | Initial working LBM example | Adrian Kummerlaender | |