-
Adrien Crovato authoredAdrien Crovato authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
README.md 934 B
fpm
Field panel method for solving transonic flows using the full potential equation
University of Liège
Features
Set of python/C++ modules solving the linear potential equation and correcting it with source terms computed using third-party nonlinear solvers.
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