PyTurbo is a Full 2D to 3D Turbomachinery blade and passage generation tool. Designs are generated and blade profiles are exported to json format.
Installation from pip
pip install pyturbo-aero
Installation from source
python setup.py install
Importing the python package after installing
import pyturbo_aero as pta
This tool should only be used for design exploration. The final component design should always be done with CAD. This tool is not to be used as a final design tool.