SU2 is being developed by individuals and organized teams around the world. The SU2 Lead Developers are: Dr. Francisco Palacios and Dr. Thomas D. Economon.
Major updates to the MPI implementation that improve performance and align with the MPI 3.0 standard.
Modifications that greatly enhance computational efficiency and memory scalability of mesh partitioning for parallel calculations.
New constant lift mode. Specify a target lift coefficient rather than a fixed angle of attack.
Upgrades to the CGNS mesh reader for further support of mixed-element meshes.
General bug fixes and maintenance.
Old version, not maintained: 3.2.1
8 September 2014
Additional verification test cases for shape design using the compressible adjoint capability (in collaboration with Lockheed Martin).
Preliminary structure for the simulation of real gases (in collaboration with TuDelft and Politecnico di Milano).
New FFD design variables (in collaboration with Volkswagen).
New preconditioners and smoothers for implicit time integration (in collaboration with Intel).
Simplified configuration options (in collaboration with the large SU2 users community. Thanks!).
General bug fixes and maintenance.
Old version, not maintained: 3.2.2
28 September 2014
SU2 version 3.2.2 includes general bug fixes and maintenance.
The Pointwise and SU2 joint workshop (Sept 29th-30th, 2014) is based on this release.
Old version, not maintained: 3.2.3
22 October 2014
Improved multigrid agglomeration algorithm.
United States customary units (US).
Improved I/O.
New smoothers and preconditioners for the implicit formulation.
Simplified configuration options.
General bug fixes and maintenance.
Old version, not maintained: 3.2.4
9 November 2014
Old version, not maintained: 3.2.5
4 December 2014
Old version, not maintained: 3.2.7
27 December 2014
New MPI implementation (only one .su2 mesh file per rank).
Improved multigrid (including Full MG).
Code optimization using the analyze tool (Xcode).
Simplified configuration options.
General bug fixes and maintenance.
Old version, not maintained: 3.2.8
3 February 2015
Old version, not maintained: 3.2.9
4 March 2015
4.0 "Cardinal"
Old version, not maintained: 4.0.0
23 June 2015
New Features:
Non-ideal compressible fluid flows (NICFD): Van der Waals and Peng-Robinson equations of state.
Fully parallel preprocessing with ParMETIS.
SA-neg turbulence model.
Adaptive CFL.
Easily generate FFD boxes with new options.
Force breakdown file and FieldView output.
Scale, rotate, translate meshes in SU2_DEF.
Iterative smoothers: Jacobi, LU-SGS, ILU (0).
Updated non-dimensionalization options for ease of use.
General bug fixes.
Performance Improvements:
MPI and general performance improvements.
Increased mesh deformation stability for all unstructured mesh elements.
CGNS parallel partitioning improvements.
Automated multigrid parameter selection.
Increased robustness for upwind methods.
Low-storage output mode.
Additional Updates:
Updated documentation on the GitHub wiki, including user tutorials and new developer information.
New regression test system integrated with Travis CI.
Old version, not maintained: 4.0.1
1 September 2015
Improved performance for scaling, rotating, translating meshes using SU2_DEF.
Configuration file option MATH_PROBLEM now requires CONTINUOUS_ADJOINT instead of ADJOINT.
New datatype abstraction for future flexibility: all current and future double types in the code should be the new su2double type.
New MPI wrapper abstraction for future flexibility.
Restructuring of the test case suite: the configuration files for the TestCases repository now live in a mirrored directory structure under the SU2 repository in order to make automatic testing with Travis CI more effective. To use, download both repositories and recursively copy the contents of one TestCases/ directory into the other to complete the set.
Clean up of the build-from-source process, including file placement and default build settings.
New compile flag options for including the HDF5, SZIP, and ZLIB external libraries, which enables HDF5-based CGNS file usage with SU2.
General bug fixes and code maintenance.
Old version, not maintained: 4.0.2
3 November 2015
4.1 "Cardinal"
Old version, not maintained: 4.1.0
22 April 2016
Algorithmic Differentiation for exact derivative computations throughout the code.
Discrete adjoint implementation for the Euler, Navier-Stokes, and RANS equations.
New adjoint outlet boundary conditions for treating downstream functionals.
High-level driver classes for easily formulating multi-physics problems.
Generalized Riemann flow boundary condition, including real gas effects.
New finite element class library for future flexibility.
Modifications to the source code for easier compilation on Windows.
General bug fixes and performance improvements.
Old version, not maintained: 4.1.1
5 April 2016
Old version, not maintained: 4.1.2
22 April 2016
Old version, not maintained: 4.1.3
24 May 2016
4.2 "Cardinal"
Old version, not maintained: 4.2.0
15 June 2016
Native Fluid-Structure Interaction (FSI) solver.
Unsteady discrete adjoint for the Euler, Navier-Stokes, and RANS equations.
Increased robustness of the pseudo-structural mesh deformation routines.
Memory and efficiency improvements related to parallel file readers, mesh partitioning, and class data management.
Expanded regression suite coverage to additional modules and new test cases.
Improved solution output for RANS visualization.
General bug fixes and performance improvements.
4.3 "Cardinal"
Old version, not maintained: 4.3.0
22 August 2016
Redesign of the high-level Driver classes for code clarity and future flexibility.
Alternating digital tree (ADT) implementation for efficient geometric searches.
Stability improvements for the periodic boundary condition implementation.
Improved memory management and leak removal throughout the entire codebase.
CGNS v3.3.0 now distributed and automatically integrated with the autotools build.
Additional bug fixes, stability improvements, and general code maintenance.
5.0 "Raven"
Old version, not maintained: 5.0.0
20 January 2017
New in-memory Python wrapping of SU2 using SWIG with accompanying high-level API.
Class enhancements for multiphysics applications, including interpolation and transfer.
Free-form deformation (FFD) extensions, including Bézier curves and improved usability.
Reorganization of the incompressible solver for future expansion.
Harmonic Balance flow analysis capability.
Algebraic transition model implementation.
More and better boundary conditions (accuracy and convergence improvements).
Extensions to scripting for automated database creation (compute_polar.py).
Critical improvements in I/O, including more feedback to the user.
Additional bug fixes, stability improvements, and general code maintenance.
6.0 "Falcon"
Old version, not maintained: 6.0.0
14 February 2018
7.0 "Blackbird"
Old version, not maintained: 7.0.0
29 November 2019
actual 7.1.1 (2021-03-02)
7.1 "Blackbird"
Old version, not maintained: 7.1.0
21 January 2021
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
NEMO – Link with mutation++ @CatarinaGarbacz (#1160); Addition of Source Terms for Axisymmetric Flows @jtneedels (#1162); Transition to primitive limiter @WallyMaier (#1139)
Deprecate options that did not work since v7.0.0, and other minor cleanups @TobiKattmann (#1129)
🔧 Maintenance
Bsend -> Isend on ActDisk and Nearfield methods @pcarruscag (#1163)
Update Area computations with the geometry toolbox @WallyMaier (#1137)
Removing the tabs in all files @WallyMaier (#1135)
Restructure MPI wrapper, move more files to directories @pcarruscag (#1133)
Remove mapping of global<->local marker IDs @maxaehle (#1169)
Fix Xcode project and paths @EduardoMolina (#1145)
NEMO – Further cleanup and improvements @WallyMaier (#1117)
Added CSquareMatrixCM to the toolboxes @vdweide (#1068)
7.2 "Blackbird"
Old version, not maintained: 7.2.0
17 August 2021
SU2 version 7.2.0 introduces exciting new features and improvements (it differs from 7.1.1 by almost 1000 commits!) We made a pause from the monthly maintenance-release cycle to integrate those features as best as possible, they include:
Unsteady discrete adjoints for multizone problems (e.g. FSI and CHT).
Hybrid parallelization (MPI + OpenMP) of discrete adjoint solvers.
New boundary conditions and important corrections to RANS wall functions and transition models.
Usability improvements, such as speeding up the NEMO preprocessing for large problems, restarting from results on non-matching grids, suggestions for incorrect config options, etc.
Numerous fixes based on feedback from the SU2 community.
As with 7.1.0, we used this version to deprecate some more options leftover from 7.0.0, and to revise others in preparation for new features to come.
🚀 Features
NEMO – Improvements on the Preprocessing phase and inclusion of Chapmann-Enskog for Mutation++ @fmpmorgado (#1343)
Hybrid Parallel AD (Part 3/?) @jblueh (#1294)
Heat Transfer boundary condition @oleburghardt (#1226)
Feature libROM for reduced-order modeling @jtlau (#1310)