151-0212-00L  Advanced CFD Methods

SemesterFrühjahrssemester 2021
DozierendeP. Jenny
Periodizitätjährlich wiederkehrende Veranstaltung
LehrspracheEnglisch


KurzbeschreibungFundamental and advanced numerical methods used in commercial and open-source CFD codes will be explained. The main focus is on numerical methods for conservation laws with discontinuities, which is relevant for trans- and hypersonic gas dynamics problems, but also CFD of incompressible flows, Direct Simulation Monte Carlo and the Lattice Boltzmann method are explained.
LernzielKnowing what's behind a state-of-the-art CFD code is not only important for developers, but also for users in order to choose the right methods and to achieve meaningful and accurate numerical results. Acquiring this knowledge is the main goal of this course.

Established numerical methods to solve the incompressible and compressible Navier-Stokes equations are explained, whereas the focus lies on finite volume methods for compressible flow simulations. In that context, first the main theory and then numerical schemes related to hyperbolic conservation laws are explained, whereas not only examples from fluid mechanics, but also simpler, yet illustrative ones are considered (e.g. Burgers and traffic flow equations). In addition, two less commonly used yet powerful approaches, i.e., the Direct Simulation Monte Carlo (DSMC) and Lattice Boltzmann methods, are introduced.

For most exercises a C++ code will have to be modified and applied.
Inhalt- Finite-difference vs. finite-element vs. finite-volume methods
- Basic approach to simulate incompressible flows
- Brief introduction to turbulence modeling
- Theory and numerical methods for compressible flow simulations
- Direct Simulation Monte Carlo (DSMC)
- Lattice Boltzmann method
SkriptPart of the course is based on the referenced books. In addition, the participants receive a manuscript and the slides.
Literatur"Computational Fluid Dynamics" by H. K. Versteeg and W. Malalasekera.
"Finite Volume Methods for Hyperbolic Problems" by R. J. Leveque.
Voraussetzungen / BesonderesBasic knowledge in
- fluid dynamics
- numerical mathematics
- programming (programming language is not important, but C++ is of advantage)