chiefenne / PyAero

PyAero is an open-source airfoil contour analysis and CFD meshing tool.
MIT License
171 stars 31 forks source link

Fixed SU2 boundary tags #21

Closed chiefenne closed 3 years ago

chiefenne commented 3 years ago

Now the SU2 export carries also the boundary definitions. The meshio module does not support strings as boundary tags. Thus the "airfoil" definition is tagged by "1", the "inlet" by "2" and the "outlet" by "3".