Skip to content
Snippets Groups Projects
Adrien Crovato's avatar
Adrien Crovato authored
v1.0.1

See merge request !4
03d280d3
History

fpm

Field panel method for solving transonic flows using the full potential equation
University of Liège
⚠️ This code is a C++ implementation of aero developed in the context of this PhD thesis. However, the field module is not implemented yet. As such, only susbonic calculations without transonic correction can be carried out. ⚠️

Features

Set of python/C++ modules solving the linear potential equation and correcting it with source terms computed using third-party nonlinear solvers.

  • gmsh support for meshing and post-processing
  • eigen3 support for linear algebra

Build

fpm depends on amfe. Once all the required packages are installed:

git clone git@gitlab.uliege.be:am-dept/fpm.git # get the code
mkdir build && cd build
cmake .. # configure
make # compile
ctest # test

References