PArticle Wake ANalysis
The main branch comprises of VPM code that runs on the CPU. The GPU-capable code is on the 'gpu-integration' branch and utilises CUDA for code acceleration. In addition, it utilises the tecplot library to output szplt files. CPU code, on the other hand, utilises the pytecplot package in python for post-processing in order to generate *plt files.
The vortex ring cases in either branch can be used to verification purposes. In order to test/use the coupling functionalities, the rotorcraft aeromechanics solver Dymore is required (not part of this repo).

$ git clone
$ cd pawan
$ mkdir build && cd build
$ rm -rf *
$ cmake ..
$ make