Skip to content
Test cases for SU2
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
aeroelastic Moved config files only back over into SU2 repo from the TestCases repo. Aug 11, 2015
cont_adj_euler Removing reference files for tests now that they have been put in the… Oct 19, 2018
cont_adj_incomp_euler/naca0012 Moved config files only back over into SU2 repo from the TestCases repo. Aug 11, 2015
cont_adj_incomp_navierstokes/cylinder Moved config files only back over into SU2 repo from the TestCases repo. Aug 11, 2015
cont_adj_navierstokes Moved config files only back over into SU2 repo from the TestCases repo. Aug 11, 2015
cont_adj_rans Updated version with metadata Jul 30, 2017
control_surface
coupled_cht/incompressible Created 'incompressible' subdirectory. Mar 12, 2018
ddes/flatplate Added DDES flatplate test case. Oct 3, 2017
deformation
disc_adj_euler
disc_adj_fea Files for regression of structural and coupled adjoint. Nov 29, 2017
disc_adj_fsi
disc_adj_heat Added mesh and solution files for discrete adjoint heat test case. Nov 28, 2018
disc_adj_incomp_euler/naca0012 New files for updated incompressible flow test cases. Oct 30, 2018
disc_adj_incomp_navierstokes/cylinder
disc_adj_incomp_rans/naca0012 New files for updated incompressible flow test cases. Oct 30, 2018
disc_adj_rans Updated solution files for Testcase for DiscAdjFluid DualTimeStepping… Jul 18, 2018
disc_adj_turbomachinery/transonic_stator_2D Updated solution file for disc. adj. turbo test case Jul 2, 2017
euler blunt_91.su2 Jan 22, 2019
fea_fsi change initial conditions of AirfoilRBF case to have a regression for… Jan 24, 2019
fea_topology added an example Oct 6, 2018
fixed_cl/naca0012 Removing some old data. [ci skip] May 22, 2017
gust
harmonic_balance Changed folder to hb_rans_preconditioning Oct 18, 2017
hom_euler/NACA0012_5thOrder Cleaning up the test cases Sep 10, 2018
hom_navierstokes Added the high order unsteady cylinder test case Sep 11, 2018
incomp_euler Adding mesh for nozzle test (incomp. BCs). Nov 30, 2018
incomp_navierstokes New files for updated incompressible flow test cases. Oct 30, 2018
incomp_rans Preparing incompressible regressions. Mar 15, 2018
moving_wall Moved config files only back over into SU2 repo from the TestCases repo. Aug 11, 2015
multiple_ffd/naca0012 Removing reference files for tests now that they have been put in the… Oct 19, 2018
navierstokes Added inlet profile test case for Poiseuille flow. Mar 20, 2018
nicf Moved config files only back over into SU2 repo from the TestCases repo. Aug 11, 2015
optimization_euler change to soft links rather than copied files Jan 10, 2018
optimization_rans More changes to FFD definition in mesh files. Jan 9, 2017
polar/naca0012 Created new polar example folder [ci skip]. Jan 11, 2017
py_wrapper Add mesh files for Py wrapper reg tests. Dec 13, 2017
rans removing uneccessary difs with develop Jan 10, 2018
rans_uq/naca0012 changed mesh name Sep 10, 2018
rotating Moved config files only back over into SU2 repo from the TestCases repo. Aug 11, 2015
sliding_interface Added test case for sliding interface for incompressible flows. Jan 28, 2019
transition grid file and experimental Cf-Rex data Dec 8, 2016
turbomachinery Updated solution file with metadata Jul 30, 2017
unsteady Moved config files only back over into SU2 repo from the TestCases repo. Aug 11, 2015
.travis.yml Adapt travis configuration in order to get Swig and mpi4py (both are … Aug 11, 2016
COPYING New minor release 3.2.5 Dec 4, 2014
README.md Fixed conflict. Feb 14, 2018

README.md


SU2: The Open-Source CFD Code

Computational analysis tools have revolutionized the way we design aerospace systems, but most established codes are proprietary, unavailable, or prohibitively expensive for many users. The SU2 team is changing this, making computational analysis and design freely available as open-source software and involving everyone in its creation and development.


SU2 TEST CASES

SU2 provides an extensive collection of common test cases. The test cases contain meshes and configuration files that can be run to ensure different components of the suite are working properly. The directory structure is organized by governing equations and their specific cases.

The files found within these directories serve two purposes:

  1. A subset of the available cases are used for regression testing internally by the development team. The configuration files and meshes are automatically downloaded and executed with the latest version of SU2 at regular intervals. Any changes in the output of the specified test cases are immediately reported to the developers. These cases are controlled by the Python scripts in the root of the test cases directory, e.g., serial_regression.py.

  2. The entire suite of test cases is provided to the community as a way to get started with SU2 and its many configuration options, including settings that the developers consider to be good starting points. Often, you will find a test case that is similar to your problem of interest, and the available configuration files can be modified to suit your needs.

Note that, while many of the cases are used for regression testing, this test case suite is provided without any guarantees on performance or expected results (check out the tutorials for more thoroughly maintained cases). Keep in mind that small changes to the configuration options can often result in large changes to the output. We encourage the community to experiment with these test cases, or even try (and share!) other interesting validation cases with SU2!

Happy testing!

  • The SU2 Development Team
You can’t perform that action at this time.