SU2 version 7.5.0 "Blackbird"
github-actions
released this
20 Dec 13:14
·
2228 commits
to develop
since this release
SU2 version 7.5.0 includes:
- The return of transition models
- Composition-dependent fluid models for incompressible flows.
- Integration with CoolProp compressible flows.
- Usability improvements to turbulence models, such as per-inlet turbulence variable specification.
- Many other improvements and fixes listed below.
Changes
🚀 Experimental Features
- Composition-dependent viscosity and thermal conductivity models for incompresible flows by @Cristopher-Morales in #1690
- Always use vectorization when the numerical scheme supports it by @pcarruscag in #1752
- Composition-dependent heat capacities and mass diffusivity models for incompresible flows by @Cristopher-Morales in #1762
- Source term for axisymmetry in species transport by @lkusch in #1785
- Langtry and Menter transition model by @sun5k in #1751
- CoolProp fluid model by @PENGYAN777 in #1806
- BC inlet for SST solver based on local conditions at the Inlet by @Cristopher-Morales in #1796
- Multizone with species transport by @bigfooted in #1821
- Consistent mass fluxes between bulk flow and scalar solvers and boundedness correction by @bigfooted in #1697
- Implementation of LM model for SA and cross-flow corrections (LM2015) by @rois1995 in #1810
- Viscosity and conductivity from CoolProp by @PENGYAN777 in #1819
- Adding thermodynamics pressure as a user value for FLUID_MIXTURE model by @Cristopher-Morales in #1839
- Adding inlet markers for turbulent intensity and viscosity ratio for SST Model by @Cristopher-Morales in #1843
- Addition of catalytic isothermal wall boundary conditions in SU2-NEMO by @jtneedels in #1417
💊 Bug Fixes
- Remove frictional wall heating from incompressible wall function model by @bigfooted in #1741
- Fix LUT and species clipping by @bigfooted in #1761
- FFD box fix for nonplanar faces by @bigfooted in #1742
- Quick fix to a bug in CFlowOutput.cpp that crashes the FEM-DG solver by @Zan-AA in #1772
- Cleanup/fix regression tests and other small fixes by @jblueh in #1764
- Fix inconsistent mass flow rate for axisymmetry by @bigfooted in #1780
- Fixing Schmidt diffusivity model and adding option of Constant Lewis number by @Cristopher-Morales in #1787
- Fix initial inlet profile writing for MPI by @bigfooted in #1786
- Fix wallfunction variable computation on mpi rank edges by @bigfooted in #1791
- Fix axisymmetric divergence for SST production by @bigfooted in #1784
🔧 Maintenance
- Fix misleading indentation warnings (GCC 11.2) by @pcarruscag in #1740
- Small cleanup to remove unused code by @WallyMaier in #1749
- Fix spelling errors and y+ warning message by @bigfooted in #1753
- Improve doxygen documentation by @pcarruscag in #1771
- Update LUT routine by @bigfooted in #1792
- Fix comment RefElemLength by @snow54 in #1831
- Add CodeQL workflow for GitHub code scanning by @lgtm-com in #1840
- Common function for multigrid interpolation by @pcarruscag in #1842
- Cleaning up test cases suite by @WallyMaier in #1845
New Contributors
- @Zan-AA made their first contribution in #1772
- @PENGYAN777 made their first contribution in #1782
- @rois1995 made their first contribution in #1810
Full Changelog: v7.4.0...v7.5.0