Lattice Boltzmann flow simulation
Semi-rigid cantilever beam
Project work for the "Fluid Dynamics using the Lattice Boltzmann Method" course by
Prof. Dr. Ilya Karlin at ETH Zürich.
The chosen topic was to simulate a two-dimensional flow of a semi-rigid cantilever beam. Using
the
Grad's approximation the deflection of the beam can be modeled and results compared to
a simple Euler-Bernoulli beam. This simulation was written in C++ from a provided base framework
and adapted to be compatible with CGAL. The
simulation was built up by incrementally verifying the correctness in the following order;
- Flow past a stationary cylinder
- Flow past a transversely oscillating cylinder
- Deflection of a semi-rigid cantilever beam
GitHub