Releases: chiefenne/PyAero
PyAero version 2.1.8
Fix VTK mesh export. Also boundary definitions are now exported. Tested to load the file in ParaView 5.9.1
Removed CGNS, ABAQUS and OBJ export.
What's Changed
- Fix VTK(VTU) mesh export by @chiefenne in #41
Full Changelog: v2.1.7...v2.1.8
PyAero version 2.1.7
What's Changed
- The boundary definitions are now exported correctly for SU2 and GMSH formats.
- Add OpenFOAM example by @NimaSam in #34
- Add requirements.txt file by @RomainMichau in #36
- merge Develop by @chiefenne in #37
- Bump readthedocs-sphinx-search from 0.1.1 to 0.3.2 in /docs by @dependabot in #38
- sync develop with main by @chiefenne in #39
- Update master branch with development version by @chiefenne in #40
New Contributors
- @NimaSam made their first contribution in #34
- @RomainMichau made their first contribution in #36
- @dependabot made their first contribution in #38
Full Changelog: v2.1.6...v2.1.7
PyAero version 2.1.6
What's Changed
- Merge develop into master by @chiefenne in #33
- Adding OBJ writer by @carpemonf in #32
New Contributors
- @carpemonf made their first contribution in #32
Full Changelog: v2.1.5...v2.1.6
PyAero version 2.1.5
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
- Prepare for mesh quality checks and update header image by @chiefenne in #25
- new header image by @chiefenne in #26
- a small bug by @sn1979c in #27
- Merge recent updates by @chiefenne in #30
New Contributors
Full Changelog: v2.1.4...v2.1.5
PyAero version 2.1.4
Fixed trailing edge meshing in batch mode
What's Changed
- fixed trailing edge mesh in batch mode meshing by @chiefenne in #24
Full Changelog: v2.1.3...v2.1.4
PyAero version 2.1.3
fixed boundary markers (tags) for SU2 mesh export
What's Changed
- Several fixes and cleanup by @chiefenne in #23
Full Changelog: v2.1.2...v2.1.3
PyAero version 2.1.2 fix
The main update concerns fixing the SU2 boundary definitions.
What's Changed
- Removed debug code by @chiefenne in #22
Full Changelog: v2.1.1...v2.1.2
PyAero version 2.1
Added the possibility to run PyAero in batch mode, i.e. run the meshing process from the command line.
What's Changed
- Batch version by @chiefenne in #19
- Run in batch mode by @chiefenne in #20
Full Changelog: v2.0.2...v2.1.0
PyAero version 2.0.2
Corrected several bugs
Added mean camber line and camber and thickness calculation
What's Changed
- updated version by @chiefenne in #8
- Merge pull request #8 from chiefenne/develop by @chiefenne in #9
- Develop by @chiefenne in #10
- Merge latest fixes by @chiefenne in #11
- Merge latest docu updates by @chiefenne in #12
- Update docu, fix errors, add keyboard shortcuts help by @chiefenne in #13
- updates and fix print functionality; not finished by @chiefenne in #14
- keyboard shortcuts for macOS, print support updated by @chiefenne in #15
- Update log file output to be able to run multiple instances of PyAero in parallel by @chiefenne in #16
- Updates on documentation by @chiefenne in #17
- Added mean camber line and camber and thickness calculation by @chiefenne in #18
Full Changelog: v2.0.1...v2.0.2
PyAero version 2.0.1
- fixed writing several mesh formats
- tests done for VTK, ABAQUS and AVL-FIRE
- corrected version
Full Changelog: v2.0...v2.0.1