A pre/post processor for Panair.
"Panair" and "Panin" are not included in this repository.
A copy of these software can be obtained at Public Domain Aeronautical Software.
List of things that pyPanair can do (check the examples)
- Define the geometry of a wing in the LaWGS format (tutorial 1 & 2)
- Define the geometry of a wing/body configuration in the LaWGS format (tutorial 3)
- Convert LaWGS format files to stl format (convert_wgs)
- Convert agps format files to vtk (legacy Paraview), vtm (multiblock Paraview), or dat (multiblock Tecplot) format (convert agps)
- Calculate the local lift / pitching moment coefficients from agps files (section_force_calculation)
- Parse ffmf files (convert_ffmf)
Download the repository and type
python setup.py install
or if you have git installed, simply type
pip install git+https://github.com/SaTa999/pyPanair
pyPanair requires python 3.5+
(tests have only been performed for python 3.6)
An Anaconda3 environment is recommended.
Example scripts and files are bundled in the "examples" directory.
Tutorials of pyPanair
are included in examples
directory.