Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.06 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.06 KB

pyfoil

An arifoil 2D mesh generator based on a python wrapping of Construct2D thanks to f90wrap.

The 2D strucutred mesh and associted statictics computed by Construct2D core is transformed in a Python/CGNS tree in memory thanks to Cassiopee.

Grid connectivity and BC can be added to the resulting Python/CGNS tree and convert to an NGon unstructured mesh thanks to Cassiopee.

Exemple of C-grid mesh of a naca0012 with sharp trailing edge.

Exemple of O-grid mesh of a naca0012 with blunt trailing edge.

Requirements

Build and test

The compilation is done via a Makefile :

$> mkdir obj
$> make

Run tests with :

$> mkdir mesh
$> make test