Skip to content

Releases: su2code/SU2

SU2 version 7.1.0 "Blackbird"

20 Jan 17:02
790ded8
Compare
Choose a tag to compare

SU2 v7.1.0 aims to consolidate the new features added in versions 7.0.X.
Those include new solvers, performance upgrades, new output formats, more multiphysics capabilities, tweaks/fixes/updates to models and schemes used less often, and an effort to restructure the code to make it more accessible to new developers.
Some options that became redundant in v7.0.0 were removed which may result in errors for older configuration files, the error messages should point the solution to these problems.

🚀 Features

💊 Bug Fixes

🔧 Maintenance

SU2 version 7.0.8 "Blackbird"

02 Dec 15:38
aa2f185
Compare
Choose a tag to compare

🚀 Experimental Features

💊 Bug Fixes

🔧 Maintenance

SU2 version 7.0.7 "Blackbird"

07 Oct 14:37
e9c824c
Compare
Choose a tag to compare

Changes

🚀 Experimental Features

💊 Bug Fixes

🔧 Maintenance

  • Restructure grid_movement and adt_structure, remove SU2_MSH and grid_adaptation @jayantmukho (#1035)
  • Intermediate base class for flow solvers to avoid duplication. @pcarruscag (#1044)

SU2 version 7.0.6 "Blackbird"

08 Jul 11:12
0e3fad6
Compare
Choose a tag to compare

Changes

🚀 Experimental Features

  • Quasi-Newton convergence acceleration/stabilization of discrete adjoints @pcarruscag (#1020)

💊 Bug Fixes

🔧 Maintenance

SU2 version 7.0.5 "Blackbird"

29 May 10:57
d0e10f8
Compare
Choose a tag to compare

Changes

🚀 Experimental Features

💊 Bug Fixes

🔧 Maintenance

SU2 version 7.0.4 "Blackbird"

01 May 16:50
20888f4
Compare
Choose a tag to compare

Changes

🚀 Experimental Features

💊 Bug Fixes

🔧 Maintenance

SU2 version 7.0.3 "Blackbird"

31 Mar 10:03
Compare
Choose a tag to compare

Changes

💊 Bug Fixes

  • Fix for turbulent viscosity calculation in SST Solver @jayantmukho (#905)
  • Hybrid parallel coloring fallback strategies (better strong scaling and user friendliness) @pcarruscag (#908)
  • fixing for support for SST model in C1Dinterpolation @auzbaig (#916)

SU2 version 7.0.2 "Blackbird"

28 Feb 17:09
Compare
Choose a tag to compare

Changes

🚀 Experimental Features

💊 Bug Fixes

🔧 Maintenance

SU2 version 7.0.1 "Blackbird"

31 Jan 14:04
Compare
Choose a tag to compare

Changes

🚀 Experimental Features

  • Support for Paraview/VTK XML (.vtu) and Multiblock (.vtm) visualization files @talbring (#845)
  • Hybrid parallel CFEASolver and CMeshSolver @pcarruscag (#843)
  • Add *.stl (STereoLithography) output format @TobiKattmann (#847)
  • Added Windowing Regularizers for time averaged outputs. @ScSteffen (#836)
  • Hybrid parallel (OpenMP) implementation for Linear Algebra classes @pcarruscag (#830)

💊 Bug Fixes

  • Fix periodic boundary condition for nodes on axis of rotation @koodlyakshay (#840)
  • Fix for Geometry Evaluation that allows mixed surface elements @jayantmukho (#835)

🔧 Maintenance

SU2 version 7.0.0 "Blackbird"

29 Nov 12:28
d33823f
Compare
Choose a tag to compare

Changes

🚀 Features

  • New Nonlinear Iteration Controller for Improved Fluid Solver Robustness & Convergence @economon (#790)
  • Enhancements for the fixed CL mode @jayantmukho (#780)
  • New Discrete Adjoint Multizone Capabilities (e.g. Adjoint CHT) @oleburghardt (#774)
  • All new output framework for customizable screen, history and volume output @talbring (#724)
  • Enhancement for multipoint optimization @jayantmukho (#781)
  • Time-accurate discrete adjoint gradients for unsteady problems with grid movement @cvencro (#766)
  • New wrapper class for Inria's direct sparse solver PaStiX (external direct sparse solver) @pcarruscag (#771)
  • Unsteady incompressible flow simulation with grid movement @cvencro (#767)
  • Mesh Quality Metrics Report @economon (#778)
  • Updates to the Elastic mesh solver and AD-wrapped code @rsanfer (#760)
  • Improvements for Topology Optimization @pcarruscag (#752)
  • SST turbulence model with sustaining terms @vdweide (#765)
  • Added Dry Run mode to quickly check sanity of a config file @talbring (#734)
  • Introducing Meson Build System @talbring (#745)
  • Sub-config files for multizone problems @talbring (#715)
  • Complete FE (structural) support for 3D @pcarruscag (#681)
  • New Solution Verification Framework @economon (#672)
  • New singlezone discrete adjoint driver @rsanfer (#671)
  • CGNS format for FFD boxes @MicK7 (#674)
  • MPI Point-to-Point Refactoring + New Periodic BC Implementation @economon (#652)
  • Streamwise periodicity for incompressible flow @TobiKattmann (#773)

💊 Bug Fixes

🔧 Maintenance