juliusgh / NumSim

A flow solver for the Navier-Stokes equations
5 stars 0 forks source link
cpp navier-stokes solver

NumSim

Build the code and run the simulation using MPI on n=4 cores:

mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j
mpirun -n 4 ./src/numsim_parallel ../parameters/lid_driven_cavity.txt