Skip to content

Commit

Permalink
Merge pull request #1271 from su2code/fix_random_version_numbers
Browse files Browse the repository at this point in the history
Fixing version numbers
  • Loading branch information
WallyMaier authored May 3, 2021
2 parents eb55a07 + 86f8342 commit 3cc0208
Show file tree
Hide file tree
Showing 89 changed files with 117 additions and 614 deletions.
2 changes: 1 addition & 1 deletion Common/src/linear_algebra/blas_structure.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* \brief Implementation of the functions that either simulate BLAS functionality
or interface to an actual BLAS implementation.
* \author E. van der Weide
* \version 6.0.1 "Cardinal"
* \version 7.1.1 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
2 changes: 1 addition & 1 deletion SU2_CFD/include/integration/CIntegrationFactory.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file CIntegrationFactory.hpp
* \brief Headers of the CIntegrationFactory class
* \author T. Albring
* \version 7.0.1 "Blackbird"
* \version 7.1.1 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
1 change: 0 additions & 1 deletion SU2_CFD/include/numerics/NEMO/convection/ausm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
* \brief Class for solving an approximate Riemann AUSM.
* \ingroup ConvDiscr
* \author F. Palacios, S.R. Copeland, W. Maier, C. Garbacz
* \version 7.0.8 'Blackbird'
*/
class CUpwAUSM_NEMO : public CNEMONumerics {
private:
Expand Down
1 change: 0 additions & 1 deletion SU2_CFD/include/numerics/NEMO/convection/ausmpwplus.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
* \brief Class for solving an approximate Riemann AUSM.
* \ingroup ConvDiscr
* \author F. Palacios, W.Maier, C. Garbacz
* \version 7.0.8 "Falcon"
*/
class CUpwAUSMPWplus_NEMO : public CNEMONumerics {
private:
Expand Down
1 change: 0 additions & 1 deletion SU2_CFD/include/numerics/NEMO/convection/lax.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
* \brief Class for computing the Lax-Friedrich centered scheme.
* \ingroup ConvDiscr
* \author F. Palacios, S.R. Copeland, W. Maier, C. Garbacz
* \version 7.0.8
*/
class CCentLax_NEMO : public CNEMONumerics {
private:
Expand Down
2 changes: 1 addition & 1 deletion SU2_CFD/include/solvers/CSolverFactory.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file CSolverFactory.hpp
* \brief Headers of the CSolverFactory class
* \author T. Albring
* \version 7.0.1 "Blackbird"
* \version 7.1.1 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
Expand Down
1 change: 0 additions & 1 deletion SU2_CFD/include/variables/CNEMOEulerVariable.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
* \brief Main class for defining the variables of the NEMO Euler's solver.
* \ingroup Euler_Equations
* \author S. R. Copeland, F. Palacios, W. Maier, C. Garbacz
* \version 7.0.8
*/
class CNEMOEulerVariable : public CVariable {
public:
Expand Down
1 change: 0 additions & 1 deletion SU2_CFD/include/variables/CNEMONSVariable.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
* \brief Main class for defining the variables of the NEMO Navier-Stokes' solver.
* \ingroup Navier_Stokes_Equations
* \author C. Garbacz, W. Maier, S.R. Copeland.
* \version 7.0.8
*/
class CNEMONSVariable final : public CNEMOEulerVariable {
private:
Expand Down
2 changes: 1 addition & 1 deletion SU2_CFD/src/output/CNEMOCompOutput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file CNEMOCompOutput.cpp
* \brief Main subroutines for compressible flow output
* \author W. Maier, R. Sanchez
* \version 7.0.0 "Blackbird"
* \version 7.1.1 "Blackbird"
*
* The current SU2 release has been coordinated by the
* SU2 International Developers Society <www.su2devsociety.org>
Expand Down
1 change: 0 additions & 1 deletion SU2_CFD/src/solvers/CEulerSolver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8567,7 +8567,6 @@ void CEulerSolver::BC_ActDisk_VariableLoad(CGeometry *geometry, CSolver **solver
* \brief Actuator disk model with variable load along disk radius.
* \author: E. Saetta, L. Russo, R. Tognaccini (GitHub references EttoreSaetta, lorenzorusso07, rtogna).
* Theoretical and Applied Aerodynamics Research Group (TAARG), University of Naples Federico II.
* \version 7.0.6 “Blackbird”
* First release date : July 1st 2020
* modified on:
*
Expand Down
2 changes: 1 addition & 1 deletion SU2_PY/convert_to_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## \file convert_to_csv.py
# \brief This script converts SU2 ASCII restart files generated with a version prior v7 to the CSV format
# \author T. Albring
# \version 7.0.0 "Falcon"
# \version 7.1.1 "Blackbird"
#
# SU2 Project Website: https://su2code.github.io
#
Expand Down
2 changes: 1 addition & 1 deletion SU2_PY/pySU2/pySU2ad.i
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# \file pySU2ad.i
# \brief Configuration file for the Swig compilation of the Python wrapper.
# \author D. Thomas, R. Sanchez
# \version 7.0.0 "Falcon"
# \version 7.1.1 "Blackbird"
#
# SU2 Project Website: https://su2code.github.io
#
Expand Down
2 changes: 1 addition & 1 deletion SU2_PY/updateHistoryMap.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## \file updateHistoryMap.py
# \brief Python script for updating the historyMap.py file.
# \author T. Albring
# \version 7.0.0 "Falcon"
# \version 7.1.1 "Blackbird"
#
# SU2 Project Website: https://su2code.github.io
#
Expand Down
2 changes: 1 addition & 1 deletion TestCases/coupled_cht/comp_2d/cht_2d_3cylinders.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
% Author: O. Burghardt %
% Institution: Chair for Scientific Computing, TU Kaiserslautern %
% Date: January 6, 2020 %
% File Version 7.0 "Blackbird" %
% File Version 7.1.1 "Blackbird" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
% Author: O. Burghardt, T. Economon %
% Institution: Chair for Scientific Computing, TU Kaiserslautern %
% Date: August 8, 2019 %
% File Version 6.0.1 "Falcon" %
% File Version 7.1.1 "Blackbird" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Expand Down
2 changes: 1 addition & 1 deletion TestCases/coupled_cht/incomp_2d/cht_2d_3cylinders.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
% Author: O. Burghardt, T. Economon %
% Institution: Chair for Scientific Computing, TU Kaiserslautern %
% Date: August 8, 2019 %
% File Version 6.0.1 "Falcon" %
% File Version 7.1.1 "Blackbird" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
% Author: O. Burghardt, T. Economon %
% Institution: Chair for Scientific Computing, TU Kaiserslautern %
% Date: August 8, 2019 %
% File Version 6.0.1 "Falcon" %
% File Version 7.1.1 "Blackbird" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
% Institution: %
% Technische Universiteit Eindhoven %
% Date: 2021.01.08 %
% File Version 7.0.8 "Blackbird" %
% File Version 7.1.1 "Blackbird" %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% ------------- DIRECT, ADJOINT, AND LINEARIZED PROBLEM DEFINITION ------------%
Expand Down
2 changes: 1 addition & 1 deletion TestCases/disc_adj_euler/arina2k/Arina2KRS.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
% Author: Jairo Paes Cavalcante Filho [Based on T. Economon & M. Pini work] %
% Institution: University of São Paulo %
% Date: 8-JUL-2018 %
% File Version 6.1.0 "Falcon" %
% File Version 7.1.1 "Blackbird" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Expand Down
4 changes: 2 additions & 2 deletions TestCases/disc_adj_rans/cylinder/cylinder.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
% %
% SU2 configuration file %
% Case description: Turbulent unsteady flow around a cylinder %
% Author: Tim Albring %
% Author: Tim Albring %
% Institution: TU Kaiserslautern %
% Date: 2016.06.14 %
% File Version 4.2 "Cardinal" %
% File Version 7.1.1 "Blackbird" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Expand Down
4 changes: 2 additions & 2 deletions TestCases/disc_adj_rans/cylinder/cylinder_Windowing.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
% %
% SU2 configuration file %
% Case description: Turbulent unsteady flow around a cylinder %
% Author: Tim Albring %
% Author: Tim Albring %
% Institution: TU Kaiserslautern %
% Date: 2016.06.14 %
% File Version 4.2 "Cardinal" %
% File Version 7.1.1 "Blackbird" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Expand Down
4 changes: 2 additions & 2 deletions TestCases/disc_adj_rans/cylinder/cylinder_Windowing_AD.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
% %
% SU2 configuration file %
% Case description: Turbulent unsteady flow around a cylinder %
% Author: Tim Albring %
% Author: Tim Albring %
% Institution: TU Kaiserslautern %
% Date: 2016.06.14 %
% File Version 4.2 "Cardinal" %
% File Version 7.1.1 "Blackbird" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Expand Down
4 changes: 2 additions & 2 deletions TestCases/disc_adj_rans/cylinder_DT_1ST/cylinder.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
% %
% SU2 configuration file %
% Case description: Turbulent unsteady flow around a cylinder %
% Author: Tim Albring %
% Author: Tim Albring %
% Institution: TU Kaiserslautern %
% Date: 2016.06.14 %
% File Version 4.2 "Cardinal" %
% File Version 7.1.1 "Blackbird" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Expand Down
4 changes: 2 additions & 2 deletions TestCases/disc_adj_rans/naca0012/turb_NACA0012_sa.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
% SU2 configuration file %
% Case description: 2D NACA 0012 Airfoil Validation Case (compressible) %
% http://turbmodels.larc.nasa.gov/naca0012_val_sa.html %
% Author: Francisco Palacios %
% Author: Francisco Palacios %
% Institution: Stanford University %
% Date: Feb 18th, 2013 %
% File Version 3.2.1 "eagle" %
% File Version 7.1.1 "Blackbird %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Expand Down
2 changes: 1 addition & 1 deletion TestCases/disc_adj_rans/naca0012/turb_NACA0012_sst.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: Feb 18th, 2013 %
% File Version 3.2.1 "eagle" %
% File Version 7.1.1 "Blackbird %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% SU2 configuration file %
% Case description: Transonic ORC nozzle %
% Case description: Transonic ORC nozzle %
% Author: S. Vitale %
% Institution: Delft University of Technology %
% Date: 2017.03.01 %
% File Version 5.0.0 "Cardinal" %
% File Version 7.1.1 "Blackbird" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
Expand Down
2 changes: 1 addition & 1 deletion TestCases/euler/bluntbody/blunt.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
% Author: Amit Sachdeva %
% Institution: ADSG-VSSC %
% Date: 2019.01.23 %
% File Version 6.1.0 "Falcon" %
% File Version 7.1.1 "Blackbird" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Expand Down
2 changes: 1 addition & 1 deletion TestCases/fea_fsi/Airfoil_RBF/config.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
% Case description: 2D airfoil FSI with radial basis function interp. %
% Institution: Imperial College London %
% Date: 2015.08.12 %
% File Version 7.0.2 "Blackbird" %
% File Version 7.1.1 "Blackbird" %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

SOLVER = MULTIPHYSICS
Expand Down
2 changes: 1 addition & 1 deletion TestCases/fixed_cl/naca0012/inv_NACA0012.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2014.06.11 %
% File Version 3.2.8 "eagle" %
% File Version 7.1.1 "Blackbird %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Expand Down
2 changes: 1 addition & 1 deletion TestCases/fixed_cl/naca0012/inv_NACA0012_ContAdj.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2014.06.11 %
% File Version 3.2.8 "eagle" %
% File Version 7.1.1 "Blackbird %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
% Author: T. Kattmann %
% Institution: Robert Bosch GmbH %
% Date: 2020.12.15 %
% File Version 7.0.8 "Blackbird" %
% File Version 7.1.1 "Blackbird" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
Expand Down
2 changes: 1 addition & 1 deletion TestCases/mms/dg_ringleb/ringleb_dg.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2014.06.11 %
% File Version 4.0.2 "Cardinal" %
% File Version 7.1.1 "Blackbird" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Expand Down
4 changes: 2 additions & 2 deletions TestCases/navierstokes/poiseuille/profile_poiseuille.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
% %
% SU2 configuration file %
% Case description: Poiseuille flow case for testing inlet profile files %
% Author: Thomas D. Economon %
% Author: Thomas D. Economon %
% Institution: Robert Bosch LLC %
% Date: 2018.03.19 %
% File Version 6.0.0 "Falcon" %
% File Version 7.1.1 "Blackbird" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Expand Down
2 changes: 1 addition & 1 deletion TestCases/nicf/LS89/turb_SA_PR.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
% Author: M. Pini, S. Vitale %
% Institution: Delft University of Technology %
% Date: Feb 18th, 2013 %
% File Version 3.2.1 "eagle" %
% File Version 7.1.1 "Blackbird %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Expand Down
2 changes: 1 addition & 1 deletion TestCases/nicf/LS89/turb_SST_PR.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
% Author: M. Pini, S. Vitale %
% Institution: Delft University of Technology %
% Date: Feb 18th, 2013 %
% File Version 3.2.1 "eagle" %
% File Version 7.1.1 "Blackbird %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
% Case description: 2D 5x5 Square Test Case representing a thermal bath %
% with thermal nonequilibrium and finite-rate chemistry %
% %
% Author: C. Garbacz %
% Author: C. Garbacz %
% Institution: Strathclyde University %
% Date: 2019.04.10 %
% File Version 7.0.6 "Falcon" %
% File Version 7.1.1 "Blackbird" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Expand Down
Loading

0 comments on commit 3cc0208

Please sign in to comment.