COmputational fluid dyNamics STRUctured grid CreaTor for 2D airfoils
...Elliptic grid generation is still available also. Smooth airfoil surface spacing is handled automatically with user-controlled clustering parameters. Also included is a visualizer written in Python with matplotlib.
Fluid2D allows to study a wide variety of 2D flows. It is written entirely in Python. It is both a teaching code and a research code, capable of running from one core to thousands. Its numerics has been chosen to yield to as small dissipation as possible allowing to simulate easily high Reynolds flows, much higher than any of its concurrents. High performances are achieved by writting most of the operations as matrix-vector multiplications, handled by numpy that itself relies on the highly optimized BLAS.
PyAero is a toolkit developped at andheo for CFD software :
post-processing, curve generation, …
Currently PyAero focuses on ONERA's code "Cedre".
PyAero is powered by Qt, Python, PySide, enthought and pyLot.