6.2 KiB
| title | chunk | source | category | tags | date_saved | instance |
|---|---|---|---|---|---|---|
| SU2 code | 1/1 | https://en.wikipedia.org/wiki/SU2_code | reference | science, encyclopedia | 2026-05-05T10:13:57.043776+00:00 | kb-cron |
SU2 (formerly Stanford University Unstructured) is a suite of open-source software tools written in C++ and Python for the numerical solution of partial differential equations (PDE) and performing PDE-constrained optimization. While initially developed for aerodynamics and compressible flow, it has evolved into a general-purpose multiphysics framework capable of simulating incompressible and compressible flows across all Mach regimes, species transport, conjugate heat transfer and combustion. The framework is specialized for gradient-based design optimization using integrated continuous and discrete adjoint solvers. A distinguishing feature for researchers is its use of algorithmic differentiation (AD) to provide exact discrete adjoint sensitivities for complex multiphysics chains, including fluid-structure interaction (FSI) and conjugate heat transfer. It supports unstructured meshes and offers extensibility through User Defined Functions (UDFs) and high-level Python wrappers. To stimulate development and use of the software, the SU2 Foundation was established as a non-profit organization to coordinate the global community of users and developers. SU2 is released under the GNU Lesser General Public License (LGPL) version 2.1.
== Developers == SU2 is being developed by individuals and organized teams around the world. The original SU2 Lead Developers are: Dr. Francisco Palacios and Dr. Thomas D. Economon. The most active groups developing SU2 are:
Prof. Juan J. Alonso's group at Stanford University. Prof. Piero Colonna's group at Delft University of Technology. Prof. Nicolas R. Gauger's group at Kaiserslautern University of Technology. Prof. Alberto Guardone's group at Polytechnic University of Milan. Prof. Rafael Palacios' group at Imperial College London.
=== Capabilities === SU2 is a general-purpose multiphysics suite designed for the simulation of partial differential equations (PDE) on unstructured meshes. The framework is built to handle complex multi-physics interactions through a multi-zone approach, allowing different physical models to be solved in connected domains. Its current capabilities include:
Flow Regimes: Compressible and incompressible solvers for Euler, Navier-Stokes, and RANS equations across all Mach regimes (low-speed to hypersonic). For low Mach incompressible flow problems, preconditioning methods are used. Turbulence & Transition Modeling: RANS Models: Includes several variants of the Spalart-Allmaras (SA) and Menter's Shear Stress Transport (SST) models, including curvature and rotation corrections (QCR).. The turbulence models include classical wall functions. Scale-Resolving Methods: Support for Large eddy simulation (LES), Detached eddy simulation (DES), and Delayed Detached Eddy Simulation (DDES) for unsteady separated flows. Transition Modeling:
γ
−
R
e
θ
{\displaystyle \gamma -Re_{\theta }}
transition model. Design Optimization: Gradient-based shape optimization using integrated continuous and discrete adjoint solvers. It utilizes algorithmic differentiation (via CoDiPack) for exact sensitivities in complex multiphysics chains. Topology Optimization: Gradient-based structural topology optimization with length scale control via black-white filters Multiphysics & Structures: Solid Mechanics: Solvers for linear elasticity to model structural deformation. Thermal Analysis: Capability for conjugate heat transfer (CHT) to simulate heat exchange between fluid and solid regions. Fluid-Structure Interaction (FSI): Static and dynamic coupling between fluid and structural solvers. Chemistry & Hypersonics: Combustion: Reacting flow modeling using the Flamelet generated manifold (FGM) method. Hypersonics (NEMO): Simulation of high-enthalpy flows including thermo-chemical non-equilibrium and ionization with detailed chemistry modeling. Advanced Numerics: Support for high-order Discontinuous Galerkin Method (DG) for improved accuracy in vortex-dominated simulations. User Interface & Ecosystem: SU2-GUI: A graphical user interface for mesh importation and solver configuration. Automation: A high-level Python interface for workflow automation and support for User Defined Functions (UDFs).
== License == SU2 is free and open source software, released under the GNU General Public License version 3 (SU2 v1.0 and v2.0) and GNU Lesser General Public License version 2.1 (SU2 v2.0.7 and later versions).
== Alternative software ==
=== Free and open-source software === Advanced Simulation Library (AGPL) Code Saturne (GPL) FreeFem++ Gerris Flow Solver (GPL) OpenFOAM
=== Proprietary software === ADINA CFD ANSYS CFX ANSYS Fluent Pumplinx STAR-CCM+ COMSOL Multiphysics KIVA (software) RELAP5-3D SimScale
== References ==
== External links ==
=== Official resources === SU2 home page SU2 Github repository
=== Community resources === SU2 Forum at CFD Online SU2 wiki page at CFD Online
== Further reading == Economon, T. D.; Palacios, F.; Copeland, S. R.; Lukaczyk, T. W.; Alonso, J. J. (March 2016). "SU2: An Open-Source Suite for Multiphysics Simulation and Design". AIAA Journal. 54 (3): 828–846. Bibcode:2016AIAAJ..54..828E. doi:10.2514/1.J053813. Bluhdorn, J.; Gomes, P.; Aehle, M.; Gauger, N. (March 2025). "Hybrid parallel discrete adjoints in SU2". Computers & Fluids. 289 106528. doi:10.1016/j.compfluid.2024.106528. Mayer, D.; Beishuizen, N.; Pitsch, H.; Economon, T. D.; Carrigan, T. (August 2024). "Automatic adjoint-based design optimization for laminar combustion applications". Fuel. 370 131751. Bibcode:2024Fuel..37031751M. doi:10.1016/j.fuel.2024.131751. Rubino, A.; Vitale, S.; Colonna, P.; Pini, M. (2020). "Fully-turbulent adjoint method for the unsteady shape optimization of multi-row turbomachinery". Aerospace Science and Technology. 106 106132. Bibcode:2020AeST..10606132R. doi:10.1016/j.ast.2020.106132.
== External links == Official website SU2 Foundation – Official non-profit organization site SU2 on GitHub – Source code and development repository