Johannes Habich
Curriculum Vitae
PhD
Master Thesis
Bachelor Thesis
Projects
Publications
Talks
Datenschutzerklärung

Bachelor Thesis

 Improving computational efficiency of Lattice Boltzmann methods on complex geometries 

Johannes Habich


(PDF Download)


supervised by:
Prof. Ulrich Rüde

Lehrstuhl für Informatik 10 Systemsimulation
Universität Erlangen-Nürnberg

and

Dr. Gerhard Wellein, Thomas Zeiser, Georg Hager Regionales Rechenzentrum Erlangen
High Performance Computing (HPC)


Februar 2006.


D3Q19
D3Q19 Velocity Model
Parameter Sweep
Parameter blocking study

Abstract
The lattice Boltzmann method has evolved over the past decade to a common technique in the field of computational fluid dynamics. The basic principle of cellular-automata allows an easy simulation of discrete surfaces and implementation of different boundary conditions.

To meet the numerical requirements of continuous surfaces the enhanced Bouzidi bounce-back with interpolation was implemented. As the LBM requires a fine grained grid base, thus high memory usage, a particular emphasis was put on performance issues and performance optimization. To meet the increased obstacle to fluid ratio of unsteady surfaces, an unstructered list format was introduced, which turned out to be insensitive to the obstacle fluid ratio in terms of performance. The unstructured list algorithm with enhanced spatial data locality, finally performed nearly equal to the full matrix implementation. To exploit the growing parallelism in state-of-the-art compute nodes, a shared memory parallelization approach was implemented.