Skip to content

bemichel/pyfoil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Arifoil structured 2D mesh generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published