Adflow Versions Save

ADflow is a finite volume RANS solver tailored for gradient-based aerodynamic design optimization.

v2.10.0

2 months ago

Features

Bugfix

Maintenance

New Contributors

Full Changelog: https://github.com/mdolab/adflow/compare/v2.9.1...v2.10.0

v2.9.1

10 months ago

Bugfixes

Maintenance

Full Changelog: https://github.com/mdolab/adflow/compare/v2.9.0...v2.9.1

v2.9.0

10 months ago

New features

Breaking changes

Bugfixes

Maintenance

Full Changelog: https://github.com/mdolab/adflow/compare/v2.8.0...v2.9.0

v2.8.0

1 year ago

New Features

Bug fixes

Maintenance

New Contributors

Full Changelog: https://github.com/mdolab/adflow/compare/v2.7.4...v2.8.0

v2.7.4

2 years ago

New features

Full Changelog: https://github.com/mdolab/adflow/compare/v2.7.3...v2.7.4

v2.7.3

2 years ago

This release fixes a bug on ADflow derivatives and enables ASO and MDO with rotating frames of reference.

Bug Fixes

Full Changelog: https://github.com/mdolab/adflow/compare/v2.7.2...v2.7.3

v2.7.2

2 years ago

New features

Bug fixes

Backwards breaking change for default options

Full Changelog: https://github.com/mdolab/adflow/compare/v2.7.1...v2.7.2

v2.7.1

2 years ago

Bug fixes

Maintenance

Full Changelog: https://github.com/mdolab/adflow/compare/v2.7.0...v2.7.1

v2.7.0

2 years ago

New features

  • Option to write solution files after every major iteration (#187)
  • kwargs for addPointSet (#192)
  • Added solver convergence hist to pyADflow wrapper (#186)

Bug fixes

  • Convergence history is now written to the CGNS volume file (#189)
  • Implemented restartAdjoint option (#188)
  • Number failed mesh based on call counter (#190)
  • Zipper mesh segfault fix (#193)

Full Changelog: https://github.com/mdolab/adflow/compare/v2.6.0...v2.7.0

v2.6.0

2 years ago

New features

  • Added an option to specify acceptable adjoint convergence (#168)
  • Time spectral with flexible grid (#169)
  • Tools for Debugging Jacobian Vector Products (#174, #182)

Bug fixes

  • Fixed output ranges for split viscous subfaces (#158, #185)
  • Fixed output typos (#179)
  • Added lots of if allocated statements (#178)
  • Changed printing to use proper scientific notation (#180)

Maintenance

  • Fix complex kwarg (#173)