Skip to content

Latest commit

 

History

History
68 lines (55 loc) · 3.24 KB

File metadata and controls

68 lines (55 loc) · 3.24 KB

pawan

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).

Static wing

Pitching/morphing 2D 'wing'

Pitching finite-wing

Installation

Linux:

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