PyAero Versions Save

PyAero is an open-source airfoil contour analysis and CFD meshing tool.

v2.1.6

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/chiefenne/PyAero/compare/v2.1.5...v2.1.6

v2.1.5

2 years ago

Added smoothers and exposed them to the user. Only mesh block 3 is smoothed at the moment. Needs further improvement. Many small additions and fixes. Significant update of the documentation. Still a lot missing.

What's Changed

New Contributors

Full Changelog: https://github.com/chiefenne/PyAero/compare/v2.1.4...v2.1.5

v2.1.4

2 years ago

Fixed trailing edge meshing in batch mode

What's Changed

Full Changelog: https://github.com/chiefenne/PyAero/compare/v2.1.3...v2.1.4

v2.1.3

2 years ago

fixed boundary markers (tags) for SU2 mesh export

What's Changed

Full Changelog: https://github.com/chiefenne/PyAero/compare/v2.1.2...v2.1.3

v2.1.2

2 years ago

The main update concerns fixing the SU2 boundary definitions.

What's Changed

Full Changelog: https://github.com/chiefenne/PyAero/compare/v2.1.1...v2.1.2

v2.1.0

2 years ago

Added the possibility to run PyAero in batch mode, i.e. run the meshing process from the command line.

What's Changed

Full Changelog: https://github.com/chiefenne/PyAero/compare/v2.0.2...v2.1.0

v2.0.2

2 years ago

Corrected several bugs Added mean camber line and camber and thickness calculation

What's Changed

Full Changelog: https://github.com/chiefenne/PyAero/compare/v2.0.1...v2.0.2

v2.0.1

2 years ago
  • fixed writing several mesh formats
  • tests done for VTK, ABAQUS and AVL-FIRE
  • corrected version

Full Changelog: https://github.com/chiefenne/PyAero/compare/v2.0...v2.0.1

v2.0

2 years ago

New release of PyAero

  • Moved from Pyside2 to Pyside6
  • Refactored and fixed connecting algorithm for mesh blocks
  • Added meshio library to allow multiple output formats
  • Fixed icon paths
  • Several other fixes

What's Changed

Full Changelog: https://github.com/chiefenne/PyAero/compare/v1.2...v2.0

v1.2

4 years ago

This version has some updates specifically for the mesh export in SU2 and GMSH formats. It includes the definition of boundary conditions for airfoil, outer boundary and symmetry. Still some updates are planned here.

An initial implementation of a geometrical airfoil contour analysis was added.