Releases: su2code/SU2
Releases · su2code/SU2
SU2 version 4.1.1 "Cardinal"
This minor release contains bug fixes, stability improvements, and general code maintenance.
The following binary versions are available for download:
- Mac OS X El Capitan 10.11.4: Apple LLVM version 7.3.0 (clang-703.0.29).
- Linux (Redhat 7.0): g++ (GCC) 4.8.2 20140120 (Red Hat 4.8.2-16).
- Linux (Ubuntu 14.04): g++ (Ubuntu 4.9.2-0ubuntu1~14.04) 4.9.2.
- Windows 10 x64: Intel C++ Compiler version 16.0, update 2. Visual Studio 2015
Download the binaries, source code, and test cases from the SU2 download page: http://su2.stanford.edu/download.html
SU2 version 4.1.0 "Cardinal"
SU2 v4.1 has a number of notable new features, such as the following:
- 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.
SU2 version 4.0.2 "Cardinal"
This minor release contains bug fixes, stability improvements, and general code maintenance.
SU2 version 4.0.1 "Cardinal"
SU2 v4.0.1 contains a number of improvements, including the following:
- 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.
SU2 version 4.0.0 "Cardinal"
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.
SU2 version 3.2.9 "eagle"
SU2 version 3.2.8 "eagle"
SU2 version 3.2.7 "eagle"
SU2 version 3.2.7, contains a number of improvements including:
- 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.