Skip to content

Commit b9a4cd1

Browse files
authored
Merge pull request #1526 from su2code/date_version_fixes
Fixing some version numbers and dates
2 parents f8da293 + 050dd10 commit b9a4cd1

32 files changed

Lines changed: 85 additions & 223 deletions

File tree

Common/doc/docmain.hpp

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,12 @@
44
* \author F. Palacios
55
* \version 7.3.0 "Blackbird"
66
*
7-
* The current SU2 release has been coordinated by the
8-
* SU2 International Developers Society <www.su2devsociety.org>
9-
* with selected contributions from the open-source community.
10-
* - Prof. Juan J. Alonso's group at Stanford University.
11-
* - Prof. Piero Colonna's group at Delft University of Technology.
12-
* - Prof. Nicolas R. Gauger's group at Kaiserslautern University of Technology.
13-
* - Prof. Alberto Guardone's group at Polytechnic University of Milan.
14-
* - Prof. Rafael Palacios' group at Imperial College London.
15-
* - Prof. Edwin van der Weide's group at the University of Twente.
16-
* - Prof. Vincent Terrapon's group at the University of Liege.
7+
* SU2 Project Website: https://su2code.github.io
178
*
18-
* Copyright 2012-2021, Francisco D. Palacios, Thomas D. Economon,
19-
* Tim Albring, and the SU2 contributors.
9+
* The SU2 Project is maintained by the SU2 Foundation
10+
* (http://su2foundation.org)
11+
*
12+
* Copyright 2012-2022, SU2 Contributors (cf. AUTHORS.md)
2013
*
2114
* SU2 is free software; you can redistribute it and/or
2215
* modify it under the terms of the GNU Lesser General Public

Makefile.am

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,12 @@
55
# \author M. Colonno, T. Economon, F. Palacios
66
# \version 7.3.0 "Blackbird"
77
#
8-
# The current SU2 release has been coordinated by the
9-
# SU2 International Developers Society <www.su2devsociety.org>
10-
# with selected contributions from the open-source community.
8+
# SU2 Project Website: https://su2code.github.io
119
#
12-
# The main research teams contributing to the current release are:
13-
# - Prof. Juan J. Alonso's group at Stanford University.
14-
# - Prof. Piero Colonna's group at Delft University of Technology.
15-
# - Prof. Nicolas R. Gauger's group at Kaiserslautern University of Technology.
16-
# - Prof. Alberto Guardone's group at Polytechnic University of Milan.
17-
# - Prof. Rafael Palacios' group at Imperial College London.
18-
# - Prof. Vincent Terrapon's group at the University of Liege.
19-
# - Prof. Edwin van der Weide's group at the University of Twente.
20-
# - Lab. of New Concepts in Aeronautics at Tech. Institute of Aeronautics.
10+
# The SU2 Project is maintained by the SU2 Foundation
11+
# (http://su2foundation.org)
2112
#
22-
# Copyright 2012-2021, Francisco D. Palacios, Thomas D. Economon,
23-
# Tim Albring, and the SU2 contributors.
13+
# Copyright 2012-2022, SU2 Contributors (cf. AUTHORS.md)
2414
#
2515
# SU2 is free software; you can redistribute it and/or
2616
# modify it under the terms of the GNU Lesser General Public

SU2_CFD/include/CMarkerProfileReaderFVM.hpp

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,12 @@
55
* \author T. Economon
66
* \version 7.3.0 "Blackbird"
77
*
8-
* The current SU2 release has been coordinated by the
9-
* SU2 International Developers Society <www.su2devsociety.org>
10-
* with selected contributions from the open-source community.
8+
* SU2 Project Website: https://su2code.github.io
119
*
12-
* The main research teams contributing to the current release are:
13-
* - Prof. Juan J. Alonso's group at Stanford University.
14-
* - Prof. Piero Colonna's group at Delft University of Technology.
15-
* - Prof. Nicolas R. Gauger's group at Kaiserslautern University of Technology.
16-
* - Prof. Alberto Guardone's group at Polytechnic University of Milan.
17-
* - Prof. Rafael Palacios' group at Imperial College London.
18-
* - Prof. Vincent Terrapon's group at the University of Liege.
19-
* - Prof. Edwin van der Weide's group at the University of Twente.
20-
* - Lab. of New Concepts in Aeronautics at Tech. Institute of Aeronautics.
10+
* The SU2 Project is maintained by the SU2 Foundation
11+
* (http://su2foundation.org)
2112
*
22-
* Copyright 2012-2021, Francisco D. Palacios, Thomas D. Economon,
23-
* Tim Albring, and the SU2 contributors.
13+
* Copyright 2012-2022, SU2 Contributors (cf. AUTHORS.md)
2414
*
2515
* SU2 is free software; you can redistribute it and/or
2616
* modify it under the terms of the GNU Lesser General Public

SU2_CFD/include/output/CAdjFlowOutput.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
/*! \class CAdjFlowOutput
3333
* \brief Output class for flow discrete adjoint problems.
3434
* \author T. Kattmann
35-
* \date December 3, 2021.
3635
*/
3736
class CAdjFlowOutput : public COutput {
3837
protected:

SU2_CFD/src/output/output_structure_legacy.cpp

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2775,27 +2775,17 @@ void COutputLegacy::SpecialOutput_ForcesBreakdown(CSolver *****solver, CGeometry
27752775

27762776
Breakdown_file << "\n" <<"-------------------------------------------------------------------------" << "\n";
27772777
Breakdown_file <<"| ___ _ _ ___ |" << "\n";
2778-
Breakdown_file <<"| / __| | | |_ ) Release 7.0.8 \"Blackbird\" |" << "\n";
2778+
Breakdown_file <<"| / __| | | |_ ) Release 7.3.0 \"Blackbird\" |" << "\n";
27792779
Breakdown_file <<"| \\__ \\ |_| |/ / |" << "\n";
27802780
Breakdown_file <<"| |___/\\___//___| Suite (Computational Fluid Dynamics Code) |" << "\n";
27812781
Breakdown_file << "| |" << "\n";
27822782
Breakdown_file <<"-------------------------------------------------------------------------" << "\n";
2783-
Breakdown_file << "| The current SU2 release has been coordinated by the |" << "\n";
2784-
Breakdown_file << "| SU2 International Developers Society <www.su2devsociety.org> |" << "\n";
2785-
Breakdown_file << "| with selected contributions from the open-source community |" << "\n";
2786-
Breakdown_file <<"-------------------------------------------------------------------------" << "\n";
2787-
Breakdown_file << "| The main research teams contributing to the current release are: |" << "\n";
2788-
Breakdown_file << "| - Prof. Juan J. Alonso's group at Stanford University. |" << "\n";
2789-
Breakdown_file << "| - Prof. Piero Colonna's group at Delft University of Technology. |" << "\n";
2790-
Breakdown_file << "| - Prof. Nicolas R. Gauger's group at Kaiserslautern U. of Technology. |" << "\n";
2791-
Breakdown_file << "| - Prof. Alberto Guardone's group at Polytechnic University of Milan. |" << "\n";
2792-
Breakdown_file << "| - Prof. Rafael Palacios' group at Imperial College London. |" << "\n";
2793-
Breakdown_file << "| - Prof. Vincent Terrapon's group at the University of Liege. |" << "\n";
2794-
Breakdown_file << "| - Prof. Edwin van der Weide's group at the University of Twente. |" << "\n";
2795-
Breakdown_file << "| - Lab. of New Concepts in Aeronautics at Tech. Inst. of Aeronautics. |" << "\n";
2783+
Breakdown_file << "| SU2 Project Website: https://su2code.github.io |" << "\n";
2784+
Breakdown_file << "| |" << "\n";
2785+
Breakdown_file << "| The SU2 Project is maintained by the SU2 Foundation |" << "\n";
2786+
Breakdown_file << "| (http://su2foundation.org) |" << "\n";
27962787
Breakdown_file <<"-------------------------------------------------------------------------" << "\n";
2797-
Breakdown_file << "| Copyright 2012-2021, Francisco D. Palacios, Thomas D. Economon, |" << "\n";
2798-
Breakdown_file << "| Tim Albring, and the SU2 contributors. |" << "\n";
2788+
Breakdown_file << "| Copyright 2012-2022, SU2 Contributors (cf. AUTHORS.md) |" << "\n";
27992789
Breakdown_file << "| |" << "\n";
28002790
Breakdown_file << "| SU2 is free software; you can redistribute it and/or |" << "\n";
28012791
Breakdown_file << "| modify it under the terms of the GNU Lesser General Public |" << "\n";

SU2_PY/FSI_tools/FSI_config.py

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,12 @@
55
# \authors Nicola Fonzi, Vittorio Cavalieri based on the work of David Thomas
66
# \version 7.3.0 "Blackbird"
77
#
8-
# The current SU2 release has been coordinated by the
9-
# SU2 International Developers Society <www.su2devsociety.org>
10-
# with selected contributions from the open-source community.
8+
# SU2 Project Website: https://su2code.github.io
119
#
12-
# The main research teams contributing to the current release are:
13-
# - Prof. Juan J. Alonso's group at Stanford University.
14-
# - Prof. Piero Colonna's group at Delft University of Technology.
15-
# - Prof. Nicolas R. Gauger's group at Kaiserslautern University of Technology.
16-
# - Prof. Alberto Guardone's group at Polytechnic University of Milan.
17-
# - Prof. Rafael Palacios' group at Imperial College London.
18-
# - Prof. Vincent Terrapon's group at the University of Liege.
19-
# - Prof. Edwin van der Weide's group at the University of Twente.
20-
# - Lab. of New Concepts in Aeronautics at Tech. Institute of Aeronautics.
10+
# The SU2 Project is maintained by the SU2 Foundation
11+
# (http://su2foundation.org)
2112
#
22-
# Copyright 2012-2021, Francisco D. Palacios, Thomas D. Economon,
23-
# Tim Albring, and the SU2 contributors.
13+
# Copyright 2012-2022, SU2 Contributors (cf. AUTHORS.md)
2414
#
2515
# SU2 is free software; you can redistribute it and/or
2616
# modify it under the terms of the GNU Lesser General Public

SU2_PY/Makefile.am

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,12 @@
55
# \author M. Colonno, T. Economon, F. Palacios, T. Lukaczyk
66
# \version 7.3.0 "Blackbird"
77
#
8-
# The current SU2 release has been coordinated by the
9-
# SU2 International Developers Society <www.su2devsociety.org>
10-
# with selected contributions from the open-source community.
8+
# SU2 Project Website: https://su2code.github.io
119
#
12-
# The main research teams contributing to the current release are:
13-
# - Prof. Juan J. Alonso's group at Stanford University.
14-
# - Prof. Piero Colonna's group at Delft University of Technology.
15-
# - Prof. Nicolas R. Gauger's group at Kaiserslautern University of Technology.
16-
# - Prof. Alberto Guardone's group at Polytechnic University of Milan.
17-
# - Prof. Rafael Palacios' group at Imperial College London.
18-
# - Prof. Vincent Terrapon's group at the University of Liege.
19-
# - Prof. Edwin van der Weide's group at the University of Twente.
20-
# - Lab. of New Concepts in Aeronautics at Tech. Institute of Aeronautics.
10+
# The SU2 Project is maintained by the SU2 Foundation
11+
# (http://su2foundation.org)
2112
#
22-
# Copyright 2012-2021, Francisco D. Palacios, Thomas D. Economon,
23-
# Tim Albring, and the SU2 contributors.
13+
# Copyright 2012-2022, SU2 Contributors (cf. AUTHORS.md)
2414
#
2515
# SU2 is free software; you can redistribute it and/or
2616
# modify it under the terms of the GNU Lesser General Public

SU2_SOL/obj/Makefile.am

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,12 @@
55
# \author M. Colonno, T. Economon, F. Palacios
66
# \version 7.3.0 "Blackbird"
77
#
8-
# The current SU2 release has been coordinated by the
9-
# SU2 International Developers Society <www.su2devsociety.org>
10-
# with selected contributions from the open-source community.
11-
#
12-
# The main research teams contributing to the current release are:
13-
# - Prof. Juan J. Alonso's group at Stanford University.
14-
# - Prof. Piero Colonna's group at Delft University of Technology.
15-
# - Prof. Nicolas R. Gauger's group at Kaiserslautern University of Technology.
16-
# - Prof. Alberto Guardone's group at Polytechnic University of Milan.
17-
# - Prof. Rafael Palacios' group at Imperial College London.
18-
# - Prof. Vincent Terrapon's group at the University of Liege.
19-
# - Prof. Edwin van der Weide's group at the University of Twente.
20-
# - Lab. of New Concepts in Aeronautics at Tech. Institute of Aeronautics.
21-
#
22-
# Copyright 2012-2021, Francisco D. Palacios, Thomas D. Economon,
23-
# Tim Albring, and the SU2 contributors.
8+
# SU2 Project Website: https://su2code.github.io
9+
#
10+
# The SU2 Project is maintained by the SU2 Foundation
11+
# (http://su2foundation.org)
12+
#
13+
# Copyright 2012-2022, SU2 Contributors (cf. AUTHORS.md)
2414
#
2515
# SU2 is free software; you can redistribute it and/or
2616
# modify it under the terms of the GNU Lesser General Public

TestCases/axisymmetric_rans/air_nozzle/air_nozzle.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
% Case description: Axisymmetric supersonic converging-diverging air nozzle %
55
% Author: Florian Dittmann %
66
% Date: 2021.12.02 %
7-
% File Version 7.10 "Blackbird" %
7+
% File Version 7.3.0 "Blackbird" %
88
% %
99
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1010

TestCases/disc_adj_rans/naca0012/turb_NACA0012_sa.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
% SU2 configuration file %
44
% Case description: 2D NACA 0012 Airfoil Validation Case (compressible) %
55
% http://turbmodels.larc.nasa.gov/naca0012_val_sa.html %
6-
% Author: Francisco Palacios %
6+
% Author: Francisco Palacios %
77
% Institution: Stanford University %
88
% Date: Feb 18th, 2013 %
9-
% File Version 7.1.1 "Blackbird %
9+
% File Version 7.3.0 "Blackbird" %
1010
% %
1111
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1212

0 commit comments

Comments
 (0)