FLEXI is a high-order numerical framework for solving PDEs, with a special focus on Computational Fluid Dynamics. FLEXI is based on the Discontinuous Galerkin Spectral Element Method (DGSEM), which allows for high-order of accuracy and fully unstructured hexahedral meshes. The solver is parallelized very efficiently for large-scale applications and scales to 500,000+ cores. Moreover, FLEXI comes with a capable pre- and post-processing suite that enables complex simulation setups up to the finished visualization.
FLEXI has been developed by the Numerics Research Group (NRG) founded by Prof. Claus-Dieter Munz and currently lead by Prof. Andrea Beck at the Institute of Aerodynamics and Gasdynamics at the University of Stuttgart, Germany.
You can find detailed installation instructions, the extensive documentation and several tutorial cases for FLEXI here.
FLEXI is Copyright (C) 2010-2022 Prof. Claus-Dieter Munz, Copyright (C) 2022-2024 Prof. Andrea Beck, and is released under the GNU General Public License v3.0. For the full license terms see the included license file.
Numerous people have worked on and with FLEXI over the last years. We would like to thank all these contributors for their efforts they spent on building FLEXI.
In case you have questions regarding FLEXI or want to contribute yourself by either reporting bugs, requesting features or adding somthing different to the project, feel free to open an issue or pull request.
FLEXI is a scientific project. If you use FLEXI for publications or presentations in science, please support the project by citing it. As general reference, please cite
Krais, N., Beck, A., Bolemann, T., Frank, H., Flad, D., Gassner, G., Hindenlang, F., Hoffmann, M., Kuhn, T., Sonntag, M., & Munz, C.-D. (2021).
FLEXI: A high order discontinuous Galerkin framework for hyperbolic–parabolic conservation laws,
Computers & Mathematics with Applications, 81, 186-219.
or use the following Bibtex entry
@article{flexi,
title = {{FLEXI}: {A} high order discontinuous {G}alerkin framework for hyperbolic-parabolic conservation laws},
journal = {Computers \& Mathematics with Applications},
volume = {81},
pages = {186-219},
year = {2021},
doi = {https://doi.org/10.1016/j.camwa.2020.05.004},
author = {Nico Krais and Andrea Beck and Thomas Bolemann and Hannes Frank and David Flad and Gregor Gassner and Florian Hindenlang and Malte Hoffmann and Thomas Kuhn and Matthias Sonntag and Claus-Dieter Munz},
}
To refer to specific applications and features, you can also cite the appropriate paper from this list.
For a more detailed installation instructions, please see the documention here.
FLEXI is tested for various Linux distributions including Ubuntu, OpenSUSE, CentOS, or Arch. ƎLexi also runs on macOS. For the installation, you require the following dependencies:
Package | Required | Installed by FLEXI |
---|---|---|
Git | x | |
CMake | x | |
C/C++ Compiler | x | |
Fortran Compiler | x | |
LAPACK | x | x |
HDF5 | x | x |
MPI | (x) |
The MPI library is only required for running parallel simulations on multiple ranks. The HDF5 and LAPACK libraries can are optionally built and locally installed during the FLEXI build process. The names of the packages and the package manager might differ depending on the specific distribution used.
Open a terminal, download FLEXI via git
git clone https://github.com/flexi-framework/flexi.git
Enter the FLEXI directory, create a build directory and use CMake to configure and compile the code
cd flexi
cmake -B build
cmake --build build
The executable flexi
is now contained in the FLEXI directory in build/bin/
. Custom configurations of the compiler options, dependencies, and code features can be set using
ccmake -B build
Navigate to the directory of the tutorial cavity and run FLEXI
cd tutorials/cavity
flexi parameter_flexi.ini
FLEXI uses several external libraries as well as auxiliary functions from open source projects, including: