diff --git a/Common/include/CConfig.hpp b/Common/include/CConfig.hpp
index 66a2c1602c7a..f198df434761 100644
--- a/Common/include/CConfig.hpp
+++ b/Common/include/CConfig.hpp
@@ -3,7 +3,7 @@
* \brief All the information about the definition of the physical problem.
* The subroutines and functions are in the CConfig.cpp file.
* \author F. Palacios, T. Economon, B. Tracey
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/adt/CADTBaseClass.hpp b/Common/include/adt/CADTBaseClass.hpp
index 6aeb5ac76e37..9f5ec34eba15 100644
--- a/Common/include/adt/CADTBaseClass.hpp
+++ b/Common/include/adt/CADTBaseClass.hpp
@@ -2,7 +2,7 @@
* \file CADTBaseClass.hpp
* \brief Base class for storing an ADT in an arbitrary number of dimensions.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/adt/CADTComparePointClass.hpp b/Common/include/adt/CADTComparePointClass.hpp
index dae41d25ad81..01522fb606fa 100644
--- a/Common/include/adt/CADTComparePointClass.hpp
+++ b/Common/include/adt/CADTComparePointClass.hpp
@@ -2,7 +2,7 @@
* \file CADTComparePointClass.hpp
* \brief subroutines for comparing two points in an alternating digital tree (ADT).
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/adt/CADTElemClass.hpp b/Common/include/adt/CADTElemClass.hpp
index e729e4085b05..6e5fde71ae24 100644
--- a/Common/include/adt/CADTElemClass.hpp
+++ b/Common/include/adt/CADTElemClass.hpp
@@ -2,7 +2,7 @@
* \file CADTElemClass.hpp
* \brief Class for storing an ADT of (linear) elements in an arbitrary number of dimensions.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -36,7 +36,7 @@
* \ingroup ADT
* \brief Class for storing an ADT of (linear) elements in an arbitrary number of dimensions.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CADTElemClass : public CADTBaseClass {
private:
diff --git a/Common/include/adt/CADTNodeClass.hpp b/Common/include/adt/CADTNodeClass.hpp
index 2726aa20d2cd..4f75d99552e3 100644
--- a/Common/include/adt/CADTNodeClass.hpp
+++ b/Common/include/adt/CADTNodeClass.hpp
@@ -2,7 +2,7 @@
* \file CADTNodeClass.hpp
* \brief Class for storing the information needed in a node of an ADT.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/adt/CADTPointsOnlyClass.hpp b/Common/include/adt/CADTPointsOnlyClass.hpp
index 08d2788ab778..170e16b35519 100644
--- a/Common/include/adt/CADTPointsOnlyClass.hpp
+++ b/Common/include/adt/CADTPointsOnlyClass.hpp
@@ -2,7 +2,7 @@
* \file CADTPointsOnlyClass.hpp
* \brief Class for storing an ADT of only points in an arbitrary number of dimensions.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/adt/CBBoxTargetClass.hpp b/Common/include/adt/CBBoxTargetClass.hpp
index 351e59858628..71f5f65c78cb 100644
--- a/Common/include/adt/CBBoxTargetClass.hpp
+++ b/Common/include/adt/CBBoxTargetClass.hpp
@@ -3,7 +3,7 @@
* \brief Class for storing the information of a possible bounding box candidate
during a minimum distance search.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -35,7 +35,7 @@
* \brief Class for storing the information of a possible bounding box candidate
during a minimum distance search.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
struct CBBoxTargetClass {
unsigned long boundingBoxID; /*!< \brief Corresponding bounding box ID. */
diff --git a/Common/include/basic_types/ad_structure.hpp b/Common/include/basic_types/ad_structure.hpp
index e381487d463c..1f223937f396 100644
--- a/Common/include/basic_types/ad_structure.hpp
+++ b/Common/include/basic_types/ad_structure.hpp
@@ -2,7 +2,7 @@
* \file ad_structure.hpp
* \brief Main routines for the algorithmic differentiation (AD) structure.
* \author T. Albring, J. Blühdorn
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/basic_types/datatype_structure.hpp b/Common/include/basic_types/datatype_structure.hpp
index 2dfc0cf64a32..d845d38fe0e9 100644
--- a/Common/include/basic_types/datatype_structure.hpp
+++ b/Common/include/basic_types/datatype_structure.hpp
@@ -2,7 +2,7 @@
* \file datatype_structure.hpp
* \brief Headers for generalized datatypes, defines an interface for AD types.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/code_config.hpp b/Common/include/code_config.hpp
index cb84b7ed3cd9..eafaa844d8f9 100644
--- a/Common/include/code_config.hpp
+++ b/Common/include/code_config.hpp
@@ -2,7 +2,7 @@
* \file code_config.hpp
* \brief Header file for collecting common macros, definitions and type configurations.
* \author T. Albring, P. Gomes, J. Blühdorn
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/containers/C2DContainer.hpp b/Common/include/containers/C2DContainer.hpp
index 2a02e0511226..24d2609bece3 100644
--- a/Common/include/containers/C2DContainer.hpp
+++ b/Common/include/containers/C2DContainer.hpp
@@ -2,7 +2,7 @@
* \file C2DContainer.hpp
* \brief A templated vector/matrix object.
* \author P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/containers/CFastFindAndEraseQueue.hpp b/Common/include/containers/CFastFindAndEraseQueue.hpp
index 5bfdd2bc6c56..3b709aacf8fd 100644
--- a/Common/include/containers/CFastFindAndEraseQueue.hpp
+++ b/Common/include/containers/CFastFindAndEraseQueue.hpp
@@ -3,7 +3,7 @@
* \brief A queue-type container (push back, pop front), but with
* fast deletion of arbitrary items (possibly in the middle).
* \author P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/containers/CFileReaderLUT.hpp b/Common/include/containers/CFileReaderLUT.hpp
index 815f2e1a5ede..53b08ee7bd9b 100644
--- a/Common/include/containers/CFileReaderLUT.hpp
+++ b/Common/include/containers/CFileReaderLUT.hpp
@@ -2,7 +2,7 @@
* \file CFileReaderLUT.hpp
* \brief reading lookup table for tabulated fluid properties
* \author D. Mayer, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/containers/CLookUpTable.hpp b/Common/include/containers/CLookUpTable.hpp
index a7ceee705217..703964db4837 100644
--- a/Common/include/containers/CLookUpTable.hpp
+++ b/Common/include/containers/CLookUpTable.hpp
@@ -2,7 +2,7 @@
* \file CLookupTable.hpp
* \brief tabulation of fluid properties
* \author D. Mayer, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/containers/CPyWrapperMatrixView.hpp b/Common/include/containers/CPyWrapperMatrixView.hpp
index 59d099ef01fd..86836f3a30fd 100644
--- a/Common/include/containers/CPyWrapperMatrixView.hpp
+++ b/Common/include/containers/CPyWrapperMatrixView.hpp
@@ -2,7 +2,7 @@
* \file CPyWrapperMatrixView.hpp
* \brief Simple matrix views to use with the python wrapper.
* \author P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/containers/CTrapezoidalMap.hpp b/Common/include/containers/CTrapezoidalMap.hpp
index e0bb8a8d27d7..26fe8346b9fc 100644
--- a/Common/include/containers/CTrapezoidalMap.hpp
+++ b/Common/include/containers/CTrapezoidalMap.hpp
@@ -2,7 +2,7 @@
* \file CTrapezoidalMap.hpp
* \brief Implementation of the trapezoidal map for tabulation and lookup of fluid properties
* \author D. Mayer, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -38,7 +38,7 @@
* \ingroup LookUpInterp
* \brief Construction of trapezoidal map for tabulated lookup
* \author: D. Mayer, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CTrapezoidalMap {
protected:
diff --git a/Common/include/containers/CVertexMap.hpp b/Common/include/containers/CVertexMap.hpp
index b3ad984daaf6..c7c56a7916d8 100644
--- a/Common/include/containers/CVertexMap.hpp
+++ b/Common/include/containers/CVertexMap.hpp
@@ -2,7 +2,7 @@
* \file CVertexMap.hpp
* \brief An index to index lookup vector.
* \author P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/containers/container_decorators.hpp b/Common/include/containers/container_decorators.hpp
index 990aedaf99dc..d039bc510a25 100644
--- a/Common/include/containers/container_decorators.hpp
+++ b/Common/include/containers/container_decorators.hpp
@@ -3,7 +3,7 @@
* \brief Collection of small classes that decorate C2DContainer to
* augment its functionality, e.g. give it extra dimensions.
* \author P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/fem/fem_gauss_jacobi_quadrature.hpp b/Common/include/fem/fem_gauss_jacobi_quadrature.hpp
index 0a44e12c6a6f..131e2c795349 100644
--- a/Common/include/fem/fem_gauss_jacobi_quadrature.hpp
+++ b/Common/include/fem/fem_gauss_jacobi_quadrature.hpp
@@ -6,7 +6,7 @@
All the functions in this class are based on the program JACOBI_RULE
of John Burkardt.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -95,7 +95,7 @@ using namespace std;
* \brief Class used to determine the quadrature points of the Gauss Jacobi
integration rules.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CGaussJacobiQuadrature {
public:
diff --git a/Common/include/fem/fem_geometry_structure.hpp b/Common/include/fem/fem_geometry_structure.hpp
index 9a40f276ac55..a60603f9d64f 100644
--- a/Common/include/fem/fem_geometry_structure.hpp
+++ b/Common/include/fem/fem_geometry_structure.hpp
@@ -3,7 +3,7 @@
* \brief Headers of the main subroutines for creating the geometrical structure for the FEM solver.
* The subroutines and functions are in the fem_geometry_structure.cpp file.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -40,7 +40,7 @@ using namespace std;
* \class CVolumeElementFEM
* \brief Class to store a volume element for the FEM solver.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CVolumeElementFEM {
public:
@@ -131,7 +131,7 @@ class CVolumeElementFEM {
* \class CPointFEM
* \brief Class to store a point for the FEM solver.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
struct CPointFEM {
unsigned long globalID; /*!< \brief The global ID of this point in the grid. */
@@ -155,7 +155,7 @@ struct CPointFEM {
* \class CInternalFaceElementFEM
* \brief Class to store an internal face for the FEM solver.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
struct CInternalFaceElementFEM {
unsigned short VTK_Type; /*!< \brief Element type using the VTK convention. */
@@ -199,7 +199,7 @@ struct CInternalFaceElementFEM {
* \class CSurfaceElementFEM
* \brief Class to store a surface element for the FEM solver.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
struct CSurfaceElementFEM {
unsigned short VTK_Type; /*!< \brief Element type using the VTK convention. */
@@ -260,7 +260,7 @@ struct CSurfaceElementFEM {
* \class CBoundaryFEM
* \brief Class to store a boundary for the FEM solver.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
struct CBoundaryFEM {
string markerTag; /*!< \brief Marker tag of this boundary. */
@@ -283,7 +283,7 @@ struct CBoundaryFEM {
* \class CMeshFEM
* \brief Base class for the FEM solver.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CMeshFEM : public CGeometry {
protected:
@@ -548,7 +548,7 @@ class CMeshFEM : public CGeometry {
* \class CMeshFEM_DG
* \brief Class which contains all the variables for the DG FEM solver.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CMeshFEM_DG : public CMeshFEM {
protected:
diff --git a/Common/include/fem/fem_standard_element.hpp b/Common/include/fem/fem_standard_element.hpp
index 3347bd956977..48a9e3171233 100644
--- a/Common/include/fem/fem_standard_element.hpp
+++ b/Common/include/fem/fem_standard_element.hpp
@@ -3,7 +3,7 @@
* \brief Headers of the main functions for the FEM standard elements.
* The functions are in the fem_standard_element.cpp file.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -40,7 +40,7 @@ using namespace std;
* \class CFEMStandardElementBase
* \brief Base class for a FEM standard element.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CFEMStandardElementBase {
protected:
@@ -668,7 +668,7 @@ class CFEMStandardElementBase {
* \class CFEMStandardElement
* \brief Class to define a FEM standard element.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CFEMStandardElement : public CFEMStandardElementBase {
private:
@@ -1101,7 +1101,7 @@ class CFEMStandardElement : public CFEMStandardElementBase {
* \class CFEMStandardInternalFace
* \brief Class to define a FEM standard internal face.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CFEMStandardInternalFace : public CFEMStandardElementBase {
private:
@@ -1434,7 +1434,7 @@ class CFEMStandardInternalFace : public CFEMStandardElementBase {
* \class CFEMStandardBoundaryFace
* \brief Class to define a FEM standard boundary face.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CFEMStandardBoundaryFace : public CFEMStandardElementBase {
private:
diff --git a/Common/include/geometry/CDummyGeometry.hpp b/Common/include/geometry/CDummyGeometry.hpp
index d8a8d50a859e..3919291ad158 100644
--- a/Common/include/geometry/CDummyGeometry.hpp
+++ b/Common/include/geometry/CDummyGeometry.hpp
@@ -2,7 +2,7 @@
* \file CDummyGeometry.hpp
* \brief Headers of the dummy geometry class used in "dry run" mode.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/geometry/CGeometry.hpp b/Common/include/geometry/CGeometry.hpp
index de159fde4f85..563674def668 100644
--- a/Common/include/geometry/CGeometry.hpp
+++ b/Common/include/geometry/CGeometry.hpp
@@ -3,7 +3,7 @@
* \brief Headers of the main subroutines for creating the geometrical structure.
* The subroutines and functions are in the CGeometry.cpp file.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/geometry/CMultiGridGeometry.hpp b/Common/include/geometry/CMultiGridGeometry.hpp
index 7df1147ddbd4..00faa8126c6f 100644
--- a/Common/include/geometry/CMultiGridGeometry.hpp
+++ b/Common/include/geometry/CMultiGridGeometry.hpp
@@ -2,7 +2,7 @@
* \file CMultiGridGeometry.hpp
* \brief Headers of the multigrid geometry class.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/geometry/CMultiGridQueue.hpp b/Common/include/geometry/CMultiGridQueue.hpp
index e9db6fe09a75..296d4e8f73d8 100644
--- a/Common/include/geometry/CMultiGridQueue.hpp
+++ b/Common/include/geometry/CMultiGridQueue.hpp
@@ -3,7 +3,7 @@
* \brief Header of the multigrid queue class for the FVM solver.
* The subroutines and functions are in the CMultiGridQueue.cpp file.
* \author F. Palacios
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/geometry/CPhysicalGeometry.hpp b/Common/include/geometry/CPhysicalGeometry.hpp
index c3ed2fd15fbf..be0863584d48 100644
--- a/Common/include/geometry/CPhysicalGeometry.hpp
+++ b/Common/include/geometry/CPhysicalGeometry.hpp
@@ -2,7 +2,7 @@
* \file CPhysicalGeometry.hpp
* \brief Headers of the physical geometry class used to read meshes from file.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/geometry/dual_grid/CDualGrid.hpp b/Common/include/geometry/dual_grid/CDualGrid.hpp
index 23e20f97571d..baaaba34a476 100644
--- a/Common/include/geometry/dual_grid/CDualGrid.hpp
+++ b/Common/include/geometry/dual_grid/CDualGrid.hpp
@@ -3,7 +3,7 @@
* \brief Headers of the main subroutines for doing the complete dual grid structure.
* The subroutines and functions are in the CDualGrid.cpp file.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/geometry/dual_grid/CEdge.hpp b/Common/include/geometry/dual_grid/CEdge.hpp
index 170e73da7095..f92f83253cd0 100644
--- a/Common/include/geometry/dual_grid/CEdge.hpp
+++ b/Common/include/geometry/dual_grid/CEdge.hpp
@@ -2,7 +2,7 @@
* \file CEdge.hpp
* \brief Declaration of the edge class CEdge.cpp file.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/geometry/dual_grid/CPoint.hpp b/Common/include/geometry/dual_grid/CPoint.hpp
index 1fac60897db1..3a2b1f573fc0 100644
--- a/Common/include/geometry/dual_grid/CPoint.hpp
+++ b/Common/include/geometry/dual_grid/CPoint.hpp
@@ -3,7 +3,7 @@
* \brief Declaration of the point class that stores geometric and adjacency
* information for dual control volumes.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/geometry/dual_grid/CTurboVertex.hpp b/Common/include/geometry/dual_grid/CTurboVertex.hpp
index e82800ab09de..37d25e8185cf 100644
--- a/Common/include/geometry/dual_grid/CTurboVertex.hpp
+++ b/Common/include/geometry/dual_grid/CTurboVertex.hpp
@@ -3,7 +3,7 @@
* \brief Headers of the main subroutines for doing the complete dual grid structure.
* The subroutines and functions are in the CTurboVertex.cpp file.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/geometry/dual_grid/CVertex.hpp b/Common/include/geometry/dual_grid/CVertex.hpp
index a1ab0ea54f6a..f0caa9b09a9c 100644
--- a/Common/include/geometry/dual_grid/CVertex.hpp
+++ b/Common/include/geometry/dual_grid/CVertex.hpp
@@ -3,7 +3,7 @@
* \brief Headers of the main subroutines for doing the complete dual grid structure.
* The subroutines and functions are in the CVertex.cpp file.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/geometry/elements/CElement.hpp b/Common/include/geometry/elements/CElement.hpp
index a4121e461e35..2d04c90ed719 100644
--- a/Common/include/geometry/elements/CElement.hpp
+++ b/Common/include/geometry/elements/CElement.hpp
@@ -3,7 +3,7 @@
* \brief Main header of the Finite Element structure declaring the abstract
* interface and the available finite element types.
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -927,7 +927,7 @@ class CPYRAM5 final : public CElementWithKnownSizes<5, 5, 3> {
* \ingroup FemAlgos
* \brief Prism element with 6 Gauss Points
* \author R. Sanchez, F. Palacios, A. Bueno, T. Economon, S. Padron.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CPRISM6 final : public CElementWithKnownSizes<6, 6, 3> {
private:
diff --git a/Common/include/geometry/elements/CElementProperty.hpp b/Common/include/geometry/elements/CElementProperty.hpp
index 1cfa2889d34a..10a0e0e1fd77 100644
--- a/Common/include/geometry/elements/CElementProperty.hpp
+++ b/Common/include/geometry/elements/CElementProperty.hpp
@@ -2,7 +2,7 @@
* \file CElementProperty.hpp
* \brief Light classes to define finite element properties.
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -32,7 +32,7 @@
* \ingroup Elasticity_Equations
* \brief Base class for defining element properties.
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CProperty {
protected:
@@ -106,7 +106,7 @@ class CProperty {
* \ingroup Elasticity_Equations
* \brief Class for defining element properties for the structural solver.
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CElementProperty final : public CProperty {
private:
diff --git a/Common/include/geometry/elements/CGaussVariable.hpp b/Common/include/geometry/elements/CGaussVariable.hpp
index 277d226f4c79..ee29f3436bb7 100644
--- a/Common/include/geometry/elements/CGaussVariable.hpp
+++ b/Common/include/geometry/elements/CGaussVariable.hpp
@@ -2,7 +2,7 @@
* \file CGaussVariable.hpp
* \brief Light-weight class to store Gaussian point information.
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -33,7 +33,7 @@
* \class CGaussVariable
* \ingroup FemAlgos
* \brief Main class for defining the gaussian points.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CGaussVariable {
protected:
diff --git a/Common/include/geometry/meshreader/CBoxMeshReaderFEM.hpp b/Common/include/geometry/meshreader/CBoxMeshReaderFEM.hpp
index d645637d4bf0..15912f0ca00f 100644
--- a/Common/include/geometry/meshreader/CBoxMeshReaderFEM.hpp
+++ b/Common/include/geometry/meshreader/CBoxMeshReaderFEM.hpp
@@ -3,7 +3,7 @@
* \brief Header file for the class CBoxMeshReaderFEM.
* The implementations are in the CBoxMeshReaderFEM.cpp file.
* \author T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/geometry/meshreader/CBoxMeshReaderFVM.hpp b/Common/include/geometry/meshreader/CBoxMeshReaderFVM.hpp
index 17c8a529f95d..5204519deac7 100644
--- a/Common/include/geometry/meshreader/CBoxMeshReaderFVM.hpp
+++ b/Common/include/geometry/meshreader/CBoxMeshReaderFVM.hpp
@@ -3,7 +3,7 @@
* \brief Header file for the class CBoxMeshReaderFVM.
* The implementations are in the CBoxMeshReaderFVM.cpp file.
* \author T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/geometry/meshreader/CCGNSElementType.hpp b/Common/include/geometry/meshreader/CCGNSElementType.hpp
index 9988f863c52e..bf774a51bc3a 100644
--- a/Common/include/geometry/meshreader/CCGNSElementType.hpp
+++ b/Common/include/geometry/meshreader/CCGNSElementType.hpp
@@ -3,7 +3,7 @@
* \brief Header file for the class CCGNSElementType.
* The implementations are in the CCGNSElementType.cpp file.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/geometry/meshreader/CCGNSMeshReaderBase.hpp b/Common/include/geometry/meshreader/CCGNSMeshReaderBase.hpp
index d2ccf1a80cc9..7c4ee8e336fe 100644
--- a/Common/include/geometry/meshreader/CCGNSMeshReaderBase.hpp
+++ b/Common/include/geometry/meshreader/CCGNSMeshReaderBase.hpp
@@ -3,7 +3,7 @@
* \brief Header file for the class CCGNSMeshReaderBase.
* The implementations are in the CCGNSMeshReaderBase.cpp file.
* \author T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/geometry/meshreader/CCGNSMeshReaderFEM.hpp b/Common/include/geometry/meshreader/CCGNSMeshReaderFEM.hpp
index 107d18fa15eb..e5e7fe046416 100644
--- a/Common/include/geometry/meshreader/CCGNSMeshReaderFEM.hpp
+++ b/Common/include/geometry/meshreader/CCGNSMeshReaderFEM.hpp
@@ -3,7 +3,7 @@
* \brief Header file for the class CCGNSMeshReaderFEM.
* The implementations are in the CCGNSMeshReaderFEM.cpp file.
* \author T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/geometry/meshreader/CCGNSMeshReaderFVM.hpp b/Common/include/geometry/meshreader/CCGNSMeshReaderFVM.hpp
index 340939514eb9..77da960f9416 100644
--- a/Common/include/geometry/meshreader/CCGNSMeshReaderFVM.hpp
+++ b/Common/include/geometry/meshreader/CCGNSMeshReaderFVM.hpp
@@ -3,7 +3,7 @@
* \brief Header file for the class CCGNSMeshReaderFVM.
* The implementations are in the CCGNSMeshReaderFVM.cpp file.
* \author T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/geometry/meshreader/CMeshReaderBase.hpp b/Common/include/geometry/meshreader/CMeshReaderBase.hpp
index c66df5d00990..f8cdc2799b06 100644
--- a/Common/include/geometry/meshreader/CMeshReaderBase.hpp
+++ b/Common/include/geometry/meshreader/CMeshReaderBase.hpp
@@ -4,7 +4,7 @@
* \brief Header file for the class CMeshReaderBase.
* The implementations are in the CMeshReaderBase.cpp file.
* \author T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/geometry/meshreader/CRectangularMeshReaderFEM.hpp b/Common/include/geometry/meshreader/CRectangularMeshReaderFEM.hpp
index 4ffc3b9de40a..3b22a75f8241 100644
--- a/Common/include/geometry/meshreader/CRectangularMeshReaderFEM.hpp
+++ b/Common/include/geometry/meshreader/CRectangularMeshReaderFEM.hpp
@@ -3,7 +3,7 @@
* \brief Header file for the class CRectangularMeshReaderFEM.
* The implementations are in the CRectangularMeshReaderFEM.cpp file.
* \author T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/geometry/meshreader/CRectangularMeshReaderFVM.hpp b/Common/include/geometry/meshreader/CRectangularMeshReaderFVM.hpp
index 39c7475600b4..f84f86e9b896 100644
--- a/Common/include/geometry/meshreader/CRectangularMeshReaderFVM.hpp
+++ b/Common/include/geometry/meshreader/CRectangularMeshReaderFVM.hpp
@@ -3,7 +3,7 @@
* \brief Header file for the class CRectangularMeshReaderFVM.
* The implementations are in the CRectangularMeshReaderFVM.cpp file.
* \author T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/geometry/meshreader/CSU2ASCIIMeshReaderBase.hpp b/Common/include/geometry/meshreader/CSU2ASCIIMeshReaderBase.hpp
index f9ed00e3d7f9..81d44d276bc9 100644
--- a/Common/include/geometry/meshreader/CSU2ASCIIMeshReaderBase.hpp
+++ b/Common/include/geometry/meshreader/CSU2ASCIIMeshReaderBase.hpp
@@ -3,7 +3,7 @@
* \brief Header file for the class CSU2ASCIIMeshReaderBase.
* The implementations are in the CSU2ASCIIMeshReaderBase.cpp file.
* \author T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/geometry/meshreader/CSU2ASCIIMeshReaderFEM.hpp b/Common/include/geometry/meshreader/CSU2ASCIIMeshReaderFEM.hpp
index 8643a80c503f..5bea8ee63bd1 100644
--- a/Common/include/geometry/meshreader/CSU2ASCIIMeshReaderFEM.hpp
+++ b/Common/include/geometry/meshreader/CSU2ASCIIMeshReaderFEM.hpp
@@ -3,7 +3,7 @@
* \brief Header file for the class CSU2ASCIIMeshReaderFEM.
* The implementations are in the CSU2ASCIIMeshReaderFEM.cpp file.
* \author T. Economon, E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/geometry/meshreader/CSU2ASCIIMeshReaderFVM.hpp b/Common/include/geometry/meshreader/CSU2ASCIIMeshReaderFVM.hpp
index 2ca4c41b0c6e..8a97abd46f49 100644
--- a/Common/include/geometry/meshreader/CSU2ASCIIMeshReaderFVM.hpp
+++ b/Common/include/geometry/meshreader/CSU2ASCIIMeshReaderFVM.hpp
@@ -3,7 +3,7 @@
* \brief Header file for the class CSU2ASCIIMeshReaderFVM.
* The implementations are in the CSU2ASCIIMeshReaderFVM.cpp file.
* \author T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/geometry/primal_grid/CHexahedron.hpp b/Common/include/geometry/primal_grid/CHexahedron.hpp
index 42f04de36abd..a0c8c2bf3ab5 100644
--- a/Common/include/geometry/primal_grid/CHexahedron.hpp
+++ b/Common/include/geometry/primal_grid/CHexahedron.hpp
@@ -3,7 +3,7 @@
* \brief Headers of the main subroutines for storing the primal grid structure.
* The subroutines and functions are in the CHexahedron.cpp file.
* \author F. Palacios
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/geometry/primal_grid/CLine.hpp b/Common/include/geometry/primal_grid/CLine.hpp
index d730a34b56c1..7558a1d030d2 100644
--- a/Common/include/geometry/primal_grid/CLine.hpp
+++ b/Common/include/geometry/primal_grid/CLine.hpp
@@ -3,7 +3,7 @@
* \brief Headers of the main subroutines for storing the primal grid structure.
* The subroutines and functions are in the CLine.cpp file.
* \author F. Palacios
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/geometry/primal_grid/CPrimalGrid.hpp b/Common/include/geometry/primal_grid/CPrimalGrid.hpp
index 2f67d0891fb1..70fe1df9853c 100644
--- a/Common/include/geometry/primal_grid/CPrimalGrid.hpp
+++ b/Common/include/geometry/primal_grid/CPrimalGrid.hpp
@@ -3,7 +3,7 @@
* \brief Headers of the main subroutines for storing the primal grid structure.
* The subroutines and functions are in the primal_grid_structure.cpp file.
* \author F. Palacios
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/geometry/primal_grid/CPrimalGridBoundFEM.hpp b/Common/include/geometry/primal_grid/CPrimalGridBoundFEM.hpp
index 17bc7e2b0e3a..aba7a8be7a0a 100644
--- a/Common/include/geometry/primal_grid/CPrimalGridBoundFEM.hpp
+++ b/Common/include/geometry/primal_grid/CPrimalGridBoundFEM.hpp
@@ -3,7 +3,7 @@
* \brief Headers of the main subroutines for storing the primal grid structure.
* The subroutines and functions are in the CPrimalGridBoundFEM.cpp file.
* \author F. Palacios
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -33,7 +33,7 @@
/*!
* \class CPrimalGridBoundFEM
* \brief Class to define primal grid boundary element for the FEM solver.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CPrimalGridBoundFEM final : public CPrimalGrid {
private:
diff --git a/Common/include/geometry/primal_grid/CPrimalGridFEM.hpp b/Common/include/geometry/primal_grid/CPrimalGridFEM.hpp
index 4600b3df48b9..b289d8c66845 100644
--- a/Common/include/geometry/primal_grid/CPrimalGridFEM.hpp
+++ b/Common/include/geometry/primal_grid/CPrimalGridFEM.hpp
@@ -3,7 +3,7 @@
* \brief Headers of the main subroutines for storing the primal grid structure.
* The subroutines and functions are in the CPrimalGridFEM.cpp file.
* \author F. Palacios
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -34,7 +34,7 @@
/*!
* \class CPrimalGridFEM
* \brief Class to define primal grid element for the FEM solver.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CPrimalGridFEM final : public CPrimalGrid {
private:
diff --git a/Common/include/geometry/primal_grid/CPrism.hpp b/Common/include/geometry/primal_grid/CPrism.hpp
index df94d547f800..6ad83d7d9645 100644
--- a/Common/include/geometry/primal_grid/CPrism.hpp
+++ b/Common/include/geometry/primal_grid/CPrism.hpp
@@ -3,7 +3,7 @@
* \brief Headers of the main subroutines for storing the primal grid structure.
* The subroutines and functions are in the CPrism.cpp file.
* \author F. Palacios
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/geometry/primal_grid/CPyramid.hpp b/Common/include/geometry/primal_grid/CPyramid.hpp
index fed44418ff0e..750ab8c32d78 100644
--- a/Common/include/geometry/primal_grid/CPyramid.hpp
+++ b/Common/include/geometry/primal_grid/CPyramid.hpp
@@ -3,7 +3,7 @@
* \brief Headers of the main subroutines for storing the primal grid structure.
* The subroutines and functions are in the CPyramid.cpp file.
* \author F. Palacios
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/geometry/primal_grid/CQuadrilateral.hpp b/Common/include/geometry/primal_grid/CQuadrilateral.hpp
index 7a01dc8c5f45..5b03fe6cde19 100644
--- a/Common/include/geometry/primal_grid/CQuadrilateral.hpp
+++ b/Common/include/geometry/primal_grid/CQuadrilateral.hpp
@@ -3,7 +3,7 @@
* \brief Headers of the main subroutines for storing the primal grid structure.
* The subroutines and functions are in the CQuadrilateral.cpp file.
* \author F. Palacios
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/geometry/primal_grid/CTetrahedron.hpp b/Common/include/geometry/primal_grid/CTetrahedron.hpp
index df8925a10552..cd06ea009a8e 100644
--- a/Common/include/geometry/primal_grid/CTetrahedron.hpp
+++ b/Common/include/geometry/primal_grid/CTetrahedron.hpp
@@ -3,7 +3,7 @@
* \brief Headers of the main subroutines for storing the primal grid structure.
* The subroutines and functions are in the CTetrahedron.cpp file.
* \author F. Palacios
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/geometry/primal_grid/CTriangle.hpp b/Common/include/geometry/primal_grid/CTriangle.hpp
index 38d25f031104..644d8494e811 100644
--- a/Common/include/geometry/primal_grid/CTriangle.hpp
+++ b/Common/include/geometry/primal_grid/CTriangle.hpp
@@ -3,7 +3,7 @@
* \brief Headers of the main subroutines for storing the primal grid structure.
* The subroutines and functions are in the CTriangle.cpp file.
* \author F. Palacios
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/geometry/primal_grid/CVertexMPI.hpp b/Common/include/geometry/primal_grid/CVertexMPI.hpp
index d96a04744368..f7d12a505329 100644
--- a/Common/include/geometry/primal_grid/CVertexMPI.hpp
+++ b/Common/include/geometry/primal_grid/CVertexMPI.hpp
@@ -3,7 +3,7 @@
* \brief Headers of the main subroutines for storing the primal grid structure.
* The subroutines and functions are in the primal_grid_structure.cpp file.
* \author F. Palacios
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/graph_coloring_structure.hpp b/Common/include/graph_coloring_structure.hpp
index 8802b3821e7d..00f91e585168 100644
--- a/Common/include/graph_coloring_structure.hpp
+++ b/Common/include/graph_coloring_structure.hpp
@@ -4,7 +4,7 @@
* coloring of a given graph. The functions are in the
* graph_coloring_structure.cpp file.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -41,7 +41,7 @@ using namespace std;
* \ingroup Graph
* \brief Class, which provides distributed graph coloring algorithms.
* \author: E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CGraphColoringStructure {
public:
diff --git a/Common/include/grid_movement/CBSplineBlending.hpp b/Common/include/grid_movement/CBSplineBlending.hpp
index c50c0bee499e..242c939d5a25 100644
--- a/Common/include/grid_movement/CBSplineBlending.hpp
+++ b/Common/include/grid_movement/CBSplineBlending.hpp
@@ -3,7 +3,7 @@
* \brief Headers of the CBSplineBlending class.
* Defines blending using uniform BSplines
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/grid_movement/CBezierBlending.hpp b/Common/include/grid_movement/CBezierBlending.hpp
index 940bee14efa3..bb3e8b6f8320 100644
--- a/Common/include/grid_movement/CBezierBlending.hpp
+++ b/Common/include/grid_movement/CBezierBlending.hpp
@@ -3,7 +3,7 @@
* \brief Headers of the CBezierBlending class.
* Defines blending using Bernsteinpolynomials (Bezier Curves)
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/grid_movement/CFreeFormBlending.hpp b/Common/include/grid_movement/CFreeFormBlending.hpp
index 59c1ddf24f14..23f2055deb7e 100644
--- a/Common/include/grid_movement/CFreeFormBlending.hpp
+++ b/Common/include/grid_movement/CFreeFormBlending.hpp
@@ -3,7 +3,7 @@
* \brief Headers of the CFreeFormBlending class.
* It is the parent class for the FFD blending function
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/grid_movement/CFreeFormDefBox.hpp b/Common/include/grid_movement/CFreeFormDefBox.hpp
index 1404d5863698..1f21725b98c0 100644
--- a/Common/include/grid_movement/CFreeFormDefBox.hpp
+++ b/Common/include/grid_movement/CFreeFormDefBox.hpp
@@ -2,7 +2,7 @@
* \file CFreeFormDefBox.hpp
* \brief Headers of the CFreeFormDefBox class.
* \author F. Palacios & A. Galdran.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/grid_movement/CGridMovement.hpp b/Common/include/grid_movement/CGridMovement.hpp
index 7de3d5ced469..25988d407caa 100644
--- a/Common/include/grid_movement/CGridMovement.hpp
+++ b/Common/include/grid_movement/CGridMovement.hpp
@@ -2,7 +2,7 @@
* \file CGridMovement.hpp
* \brief Headers of the CGridMovement class
* \author F. Palacios
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/grid_movement/CLinearElasticity.hpp b/Common/include/grid_movement/CLinearElasticity.hpp
index 81e0dc83462d..46d1b12d2ee4 100644
--- a/Common/include/grid_movement/CLinearElasticity.hpp
+++ b/Common/include/grid_movement/CLinearElasticity.hpp
@@ -2,7 +2,7 @@
* \file CLinearElasticity.hpp
* \brief Headers of the CLinearElasticity class.
* \author F. Palacios, A. Bueno, T. Economon, S. Padron.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/grid_movement/CRadialBasisFunctionInterpolation.hpp b/Common/include/grid_movement/CRadialBasisFunctionInterpolation.hpp
index 01c05862063d..e5d43e5fdf0c 100644
--- a/Common/include/grid_movement/CRadialBasisFunctionInterpolation.hpp
+++ b/Common/include/grid_movement/CRadialBasisFunctionInterpolation.hpp
@@ -2,7 +2,7 @@
* \file CRadialBasisFunctionInterpolation.hpp
* \brief Headers of the CRadialBasisFunctionInterpolation class.
* \author F. van Steen
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/grid_movement/CRadialBasisFunctionNode.hpp b/Common/include/grid_movement/CRadialBasisFunctionNode.hpp
index 08101e342ae4..735250af4018 100644
--- a/Common/include/grid_movement/CRadialBasisFunctionNode.hpp
+++ b/Common/include/grid_movement/CRadialBasisFunctionNode.hpp
@@ -2,7 +2,7 @@
* \file CRadialBasisFunctionNode.hpp
* \brief Declaration of the RBF node class that stores nodal information for the RBF interpolation.
* \author F. van Steen
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/grid_movement/CSurfaceMovement.hpp b/Common/include/grid_movement/CSurfaceMovement.hpp
index 55b1d8ca5ea0..bab748a8dbd7 100644
--- a/Common/include/grid_movement/CSurfaceMovement.hpp
+++ b/Common/include/grid_movement/CSurfaceMovement.hpp
@@ -2,7 +2,7 @@
* \file CSurfaceMovement.hpp
* \brief Headers of the CSurfaceMovement class.
* \author F. Palacios, T. Economon.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/grid_movement/CVolumetricMovement.hpp b/Common/include/grid_movement/CVolumetricMovement.hpp
index bbebf50fc11f..153daa72128a 100644
--- a/Common/include/grid_movement/CVolumetricMovement.hpp
+++ b/Common/include/grid_movement/CVolumetricMovement.hpp
@@ -2,7 +2,7 @@
* \file CVolumetricMovement.hpp
* \brief Headers of the CVolumetricMovement class.
* \author F. Palacios, A. Bueno, T. Economon, S. Padron.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/grid_movement/CVolumetricMovementFactory.hpp b/Common/include/grid_movement/CVolumetricMovementFactory.hpp
index a9482d9a8ad9..094bf1b65faa 100644
--- a/Common/include/grid_movement/CVolumetricMovementFactory.hpp
+++ b/Common/include/grid_movement/CVolumetricMovementFactory.hpp
@@ -1,7 +1,7 @@
/*!
* \file CVolumetricMovementFactory.hpp
* \brief Factory to generate volumetric mover objects.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/interface_interpolation/CInterpolator.hpp b/Common/include/interface_interpolation/CInterpolator.hpp
index 199f290f8f15..02d2404ce826 100644
--- a/Common/include/interface_interpolation/CInterpolator.hpp
+++ b/Common/include/interface_interpolation/CInterpolator.hpp
@@ -2,7 +2,7 @@
* \file CInterpolator.hpp
* \brief Base class for multiphysics interpolation.
* \author H. Kline
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/interface_interpolation/CInterpolatorFactory.hpp b/Common/include/interface_interpolation/CInterpolatorFactory.hpp
index e31d7b8e0368..11caf4e4ea98 100644
--- a/Common/include/interface_interpolation/CInterpolatorFactory.hpp
+++ b/Common/include/interface_interpolation/CInterpolatorFactory.hpp
@@ -1,7 +1,7 @@
/*!
* \file CInterpolatorFactory.hpp
* \brief Factory to generate interpolator objects.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/interface_interpolation/CIsoparametric.hpp b/Common/include/interface_interpolation/CIsoparametric.hpp
index 46de8d174f05..d41a2f471f24 100644
--- a/Common/include/interface_interpolation/CIsoparametric.hpp
+++ b/Common/include/interface_interpolation/CIsoparametric.hpp
@@ -2,7 +2,7 @@
* \file CIsoparametric.hpp
* \brief Isoparametric interpolation using FE shape functions.
* \author P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/interface_interpolation/CMirror.hpp b/Common/include/interface_interpolation/CMirror.hpp
index 9e13dadbe8cf..3af36172fe59 100644
--- a/Common/include/interface_interpolation/CMirror.hpp
+++ b/Common/include/interface_interpolation/CMirror.hpp
@@ -2,7 +2,7 @@
* \file CMirror.hpp
* \brief Mirror interpolation for the conservative (work-wise) approach in FSI problems.
* \author P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/interface_interpolation/CNearestNeighbor.hpp b/Common/include/interface_interpolation/CNearestNeighbor.hpp
index ffab186dd6d4..339f0c107a78 100644
--- a/Common/include/interface_interpolation/CNearestNeighbor.hpp
+++ b/Common/include/interface_interpolation/CNearestNeighbor.hpp
@@ -2,7 +2,7 @@
* \file CNearestNeighbor.hpp
* \brief Nearest Neighbor interpolation class.
* \author H. Kline
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/interface_interpolation/CRadialBasisFunction.hpp b/Common/include/interface_interpolation/CRadialBasisFunction.hpp
index b273b86ff77f..13f0e3e84bae 100644
--- a/Common/include/interface_interpolation/CRadialBasisFunction.hpp
+++ b/Common/include/interface_interpolation/CRadialBasisFunction.hpp
@@ -2,7 +2,7 @@
* \file CRadialBasisFunction.hpp
* \brief Radial basis function interpolation.
* \author Joel Ho, P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/interface_interpolation/CSlidingMesh.hpp b/Common/include/interface_interpolation/CSlidingMesh.hpp
index 5a22b586655a..febea24d0fc1 100644
--- a/Common/include/interface_interpolation/CSlidingMesh.hpp
+++ b/Common/include/interface_interpolation/CSlidingMesh.hpp
@@ -2,7 +2,7 @@
* \file CSlidingMesh.hpp
* \brief Sliding mesh interpolation.
* \author H. Kline
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/linear_algebra/CMatrixVectorProduct.hpp b/Common/include/linear_algebra/CMatrixVectorProduct.hpp
index 99a772687511..2436f17b2754 100644
--- a/Common/include/linear_algebra/CMatrixVectorProduct.hpp
+++ b/Common/include/linear_algebra/CMatrixVectorProduct.hpp
@@ -3,7 +3,7 @@
* \brief Headers for the classes related to sparse matrix-vector product wrappers.
* The actual operations are currently implemented mostly by CSysMatrix.
* \author F. Palacios, J. Hicken, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/linear_algebra/CPastixWrapper.hpp b/Common/include/linear_algebra/CPastixWrapper.hpp
index f34c13f37ead..8b22a15cd4a3 100644
--- a/Common/include/linear_algebra/CPastixWrapper.hpp
+++ b/Common/include/linear_algebra/CPastixWrapper.hpp
@@ -3,7 +3,7 @@
* \brief An interface to the INRIA solver PaStiX
* (http://pastix.gforge.inria.fr/files/README-txt.html)
* \author P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/linear_algebra/CPreconditioner.hpp b/Common/include/linear_algebra/CPreconditioner.hpp
index 1463c50cad84..94d99f21c170 100644
--- a/Common/include/linear_algebra/CPreconditioner.hpp
+++ b/Common/include/linear_algebra/CPreconditioner.hpp
@@ -3,7 +3,7 @@
* \brief Classes related to linear preconditioner wrappers.
* The actual operations are currently implemented mostly by CSysMatrix.
* \author F. Palacios, J. Hicken, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/linear_algebra/CSysMatrix.hpp b/Common/include/linear_algebra/CSysMatrix.hpp
index 5136202a0a22..73ca2d5f568d 100644
--- a/Common/include/linear_algebra/CSysMatrix.hpp
+++ b/Common/include/linear_algebra/CSysMatrix.hpp
@@ -3,7 +3,7 @@
* \brief Declaration of the block-sparse matrix class.
* The implemtation is in CSysMatrix.cpp.
* \author F. Palacios, A. Bueno, T. Economon, P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/linear_algebra/CSysMatrix.inl b/Common/include/linear_algebra/CSysMatrix.inl
index fd24cf88ac5c..5f3230079599 100644
--- a/Common/include/linear_algebra/CSysMatrix.inl
+++ b/Common/include/linear_algebra/CSysMatrix.inl
@@ -5,7 +5,7 @@
* of the .cpp file and so they are hidden to avoid triggering
* recompilation of other units when changes are made here.
* \author F. Palacios, A. Bueno, T. Economon, P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/linear_algebra/CSysSolve.hpp b/Common/include/linear_algebra/CSysSolve.hpp
index 763fdc79afe0..611223b657b9 100644
--- a/Common/include/linear_algebra/CSysSolve.hpp
+++ b/Common/include/linear_algebra/CSysSolve.hpp
@@ -3,7 +3,7 @@
* \brief Headers for the classes related to linear solvers (CG, FGMRES, etc)
* The subroutines and functions are in the CSysSolve.cpp file.
* \author J. Hicken, F. Palacios, T. Economon, P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/linear_algebra/CSysSolve_b.hpp b/Common/include/linear_algebra/CSysSolve_b.hpp
index de119d4f89e6..4a08060ce036 100644
--- a/Common/include/linear_algebra/CSysSolve_b.hpp
+++ b/Common/include/linear_algebra/CSysSolve_b.hpp
@@ -2,7 +2,7 @@
* \file CSysSolve_b.hpp
* \brief Routines for the linear solver used in the reverse sweep of AD.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/linear_algebra/CSysVector.hpp b/Common/include/linear_algebra/CSysVector.hpp
index 6160dee760d5..4d7768971be9 100644
--- a/Common/include/linear_algebra/CSysVector.hpp
+++ b/Common/include/linear_algebra/CSysVector.hpp
@@ -3,7 +3,7 @@
* \brief Declararion and inlines of the vector class used in the
* solution of large, distributed, sparse linear systems.
* \author P. Gomes, F. Palacios, J. Hicken, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/linear_algebra/GPUComms.cuh b/Common/include/linear_algebra/GPUComms.cuh
index aab5329885bd..cf6c37399003 100644
--- a/Common/include/linear_algebra/GPUComms.cuh
+++ b/Common/include/linear_algebra/GPUComms.cuh
@@ -2,7 +2,7 @@
\file GPUComms.cuh
* \brief Header file containing universal functions that provide basic and essential utilities for other GPU processes
* \author A. Raj
-* \version 8.3.0 "Harrier"
+* \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/linear_algebra/blas_structure.hpp b/Common/include/linear_algebra/blas_structure.hpp
index 6743e5d4ac9b..922dd77bf84d 100644
--- a/Common/include/linear_algebra/blas_structure.hpp
+++ b/Common/include/linear_algebra/blas_structure.hpp
@@ -4,7 +4,7 @@
operations, which are typically found in the BLAS libraries.
The functions are in the blass_structure.cpp file.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -36,7 +36,7 @@ class CConfig;
* \ingroup BLAS
* \brief Class, which serves as an interface to the BLAS functionalities needed.
* \author: E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CBlasStructure {
public:
diff --git a/Common/include/linear_algebra/vector_expressions.hpp b/Common/include/linear_algebra/vector_expressions.hpp
index 5fd3e2154e8c..75ac69bf7b38 100644
--- a/Common/include/linear_algebra/vector_expressions.hpp
+++ b/Common/include/linear_algebra/vector_expressions.hpp
@@ -2,7 +2,7 @@
* \file vector_expressions.hpp
* \brief Expression templates for vector types with coefficient-wise operations.
* \author P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/option_structure.hpp b/Common/include/option_structure.hpp
index 641d58109037..690350fae050 100644
--- a/Common/include/option_structure.hpp
+++ b/Common/include/option_structure.hpp
@@ -2,7 +2,7 @@
* \file option_structure.hpp
* \brief Defines classes for referencing options for easy input in CConfig
* \author J. Hicken, B. Tracey
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/option_structure.inl b/Common/include/option_structure.inl
index dca27f770280..a445cc905bda 100644
--- a/Common/include/option_structure.inl
+++ b/Common/include/option_structure.inl
@@ -3,7 +3,7 @@
* \brief Template derived classes from COption, defined here as we
* only include them where needed to reduce compilation time.
* \author J. Hicken, B. Tracey
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/parallelization/mpi_structure.cpp b/Common/include/parallelization/mpi_structure.cpp
index 7f4763d3fce4..d491e6a77a3a 100644
--- a/Common/include/parallelization/mpi_structure.cpp
+++ b/Common/include/parallelization/mpi_structure.cpp
@@ -2,7 +2,7 @@
* \file mpi_structure.cpp
* \brief Main subroutines for the mpi structures.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/parallelization/mpi_structure.hpp b/Common/include/parallelization/mpi_structure.hpp
index 102ee58fdb6c..f6d09423daee 100644
--- a/Common/include/parallelization/mpi_structure.hpp
+++ b/Common/include/parallelization/mpi_structure.hpp
@@ -3,7 +3,7 @@
* \brief Headers of the mpi interface for generalized datatypes.
* The subroutines and functions are in the mpi_structure.cpp file.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/parallelization/omp_structure.cpp b/Common/include/parallelization/omp_structure.cpp
index fcabc12b6b42..beeded9aefd1 100644
--- a/Common/include/parallelization/omp_structure.cpp
+++ b/Common/include/parallelization/omp_structure.cpp
@@ -3,7 +3,7 @@
* \brief Source file counterpart for omp_structure.hpp.
* \note Contains OpDiLib initialization, finalization and includes the OpDiLib source file.
* \author J. Blühdorn
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/parallelization/omp_structure.hpp b/Common/include/parallelization/omp_structure.hpp
index e72b5820da54..9b4f1461419c 100644
--- a/Common/include/parallelization/omp_structure.hpp
+++ b/Common/include/parallelization/omp_structure.hpp
@@ -13,7 +13,7 @@
* defined here with suitable fallback versions to limit the spread of
* compiler tricks in other areas of the code.
* \author P. Gomes, J. Blühdorn
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/parallelization/special_vectorization.hpp b/Common/include/parallelization/special_vectorization.hpp
index a5f32c23a8ef..f44c5a0cdcbe 100644
--- a/Common/include/parallelization/special_vectorization.hpp
+++ b/Common/include/parallelization/special_vectorization.hpp
@@ -2,7 +2,7 @@
* \file special_vectorization.hpp
* \brief Code generator header to create specializations of simd::Array.
* \author P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/parallelization/vectorization.hpp b/Common/include/parallelization/vectorization.hpp
index 6f2d08f886e6..f574ebc2b1f4 100644
--- a/Common/include/parallelization/vectorization.hpp
+++ b/Common/include/parallelization/vectorization.hpp
@@ -2,7 +2,7 @@
* \file vectorization.hpp
* \brief Implementation of a portable SIMD type.
* \author P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/toolboxes/C1DInterpolation.hpp b/Common/include/toolboxes/C1DInterpolation.hpp
index 90aaa725c30c..8cb74a424594 100644
--- a/Common/include/toolboxes/C1DInterpolation.hpp
+++ b/Common/include/toolboxes/C1DInterpolation.hpp
@@ -2,7 +2,7 @@
* \file C1DInterpolation.hpp
* \brief Classes for 1D interpolation.
* \author Aman Baig, P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/toolboxes/CLinearPartitioner.hpp b/Common/include/toolboxes/CLinearPartitioner.hpp
index 53d41ad6b54f..b3cc487035d9 100644
--- a/Common/include/toolboxes/CLinearPartitioner.hpp
+++ b/Common/include/toolboxes/CLinearPartitioner.hpp
@@ -3,7 +3,7 @@
* \brief Header file for the class CLinearPartitioner.
* The implementations are in the CLinearPartitioner.cpp file.
* \author T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/toolboxes/CQuasiNewtonInvLeastSquares.hpp b/Common/include/toolboxes/CQuasiNewtonInvLeastSquares.hpp
index 9d4c74b84d2a..64bd2ab300aa 100644
--- a/Common/include/toolboxes/CQuasiNewtonInvLeastSquares.hpp
+++ b/Common/include/toolboxes/CQuasiNewtonInvLeastSquares.hpp
@@ -7,7 +7,7 @@
* \note Based on the IQN-ILS method, see DOI 10.1007/s11831-013-9085-5 and
* references therein.
* \author P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/toolboxes/CSquareMatrixCM.hpp b/Common/include/toolboxes/CSquareMatrixCM.hpp
index 94495eae1259..c85f6e90cde9 100644
--- a/Common/include/toolboxes/CSquareMatrixCM.hpp
+++ b/Common/include/toolboxes/CSquareMatrixCM.hpp
@@ -3,7 +3,7 @@
* \brief Dense general square matrix, used for example in DG standard elements
* in Column Major order storage.
* \author Edwin van der Weide, Pedro Gomes.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/toolboxes/CSymmetricMatrix.hpp b/Common/include/toolboxes/CSymmetricMatrix.hpp
index 9d4a53d660e0..0f0369d53162 100644
--- a/Common/include/toolboxes/CSymmetricMatrix.hpp
+++ b/Common/include/toolboxes/CSymmetricMatrix.hpp
@@ -2,7 +2,7 @@
* \file CSymmetricMatrix.hpp
* \brief Dense symmetric matrix, used for example in RBF interpolation.
* \author Joel Ho, P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/toolboxes/MMS/CIncTGVSolution.hpp b/Common/include/toolboxes/MMS/CIncTGVSolution.hpp
index cb04804d0dc9..f5c089adff79 100644
--- a/Common/include/toolboxes/MMS/CIncTGVSolution.hpp
+++ b/Common/include/toolboxes/MMS/CIncTGVSolution.hpp
@@ -3,7 +3,7 @@
* \brief Header file for the class CIncTGVSolution.
* The implementations are in the CIncTGVSolution.cpp file.
* \author T. Economon, E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/toolboxes/MMS/CInviscidVortexSolution.hpp b/Common/include/toolboxes/MMS/CInviscidVortexSolution.hpp
index caf3a0ccb7b3..826186d827b6 100644
--- a/Common/include/toolboxes/MMS/CInviscidVortexSolution.hpp
+++ b/Common/include/toolboxes/MMS/CInviscidVortexSolution.hpp
@@ -3,7 +3,7 @@
* \brief Header file for the class CInviscidVortexSolution.
* The implementations are in the CInviscidVortexSolution.cpp file.
* \author T. Economon, E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/toolboxes/MMS/CMMSIncEulerSolution.hpp b/Common/include/toolboxes/MMS/CMMSIncEulerSolution.hpp
index 82a738ceb164..9c128d72f574 100644
--- a/Common/include/toolboxes/MMS/CMMSIncEulerSolution.hpp
+++ b/Common/include/toolboxes/MMS/CMMSIncEulerSolution.hpp
@@ -3,7 +3,7 @@
* \brief Header file for the class CMMSIncEulerSolution.
* The implementations are in the CMMSIncEulerSolution.cpp file.
* \author T. Economon, E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/toolboxes/MMS/CMMSIncNSSolution.hpp b/Common/include/toolboxes/MMS/CMMSIncNSSolution.hpp
index 21e69a8912af..ad08cb3f21ea 100644
--- a/Common/include/toolboxes/MMS/CMMSIncNSSolution.hpp
+++ b/Common/include/toolboxes/MMS/CMMSIncNSSolution.hpp
@@ -3,7 +3,7 @@
* \brief Header file for the class CMMSIncNSSolution.
* The implementations are in the CMMSIncNSSolution.cpp file.
* \author T. Economon, E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/toolboxes/MMS/CMMSNSTwoHalfCirclesSolution.hpp b/Common/include/toolboxes/MMS/CMMSNSTwoHalfCirclesSolution.hpp
index 54227a7f102a..b397280c3ee1 100644
--- a/Common/include/toolboxes/MMS/CMMSNSTwoHalfCirclesSolution.hpp
+++ b/Common/include/toolboxes/MMS/CMMSNSTwoHalfCirclesSolution.hpp
@@ -3,7 +3,7 @@
* \brief Header file for the class CMMSNSTwoHalfCirclesSolution.
* The implementations are in the CMMSNSTwoHalfCirclesSolution.cpp file.
* \author T. Economon, E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/toolboxes/MMS/CMMSNSTwoHalfSpheresSolution.hpp b/Common/include/toolboxes/MMS/CMMSNSTwoHalfSpheresSolution.hpp
index a006942a3eb1..01809ba3670f 100644
--- a/Common/include/toolboxes/MMS/CMMSNSTwoHalfSpheresSolution.hpp
+++ b/Common/include/toolboxes/MMS/CMMSNSTwoHalfSpheresSolution.hpp
@@ -3,7 +3,7 @@
* \brief Header file for the class CMMSNSTwoHalfSpheresSolution.
* The implementations are in the CMMSNSTwoHalfSpheresSolution.cpp file.
* \author T. Economon, E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/toolboxes/MMS/CMMSNSUnitQuadSolution.hpp b/Common/include/toolboxes/MMS/CMMSNSUnitQuadSolution.hpp
index 612a9808d858..e311c31039b7 100644
--- a/Common/include/toolboxes/MMS/CMMSNSUnitQuadSolution.hpp
+++ b/Common/include/toolboxes/MMS/CMMSNSUnitQuadSolution.hpp
@@ -3,7 +3,7 @@
* \brief Header file for the class CMMSNSUnitQuadSolution.
* The implementations are in the CMMSNSUnitQuadSolution.cpp file.
* \author T. Economon, E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/toolboxes/MMS/CMMSNSUnitQuadSolutionWallBC.hpp b/Common/include/toolboxes/MMS/CMMSNSUnitQuadSolutionWallBC.hpp
index 3cb0590a3e37..085d6cd67ef2 100644
--- a/Common/include/toolboxes/MMS/CMMSNSUnitQuadSolutionWallBC.hpp
+++ b/Common/include/toolboxes/MMS/CMMSNSUnitQuadSolutionWallBC.hpp
@@ -3,7 +3,7 @@
* \brief Header file for the class CMMSNSUnitQuadSolutionWallBC.
* The implementations are in the CMMSNSUnitQuadSolutionWallBC.cpp file.
* \author T. Economon, E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/toolboxes/MMS/CNSUnitQuadSolution.hpp b/Common/include/toolboxes/MMS/CNSUnitQuadSolution.hpp
index e368edab15d5..8ee4833de722 100644
--- a/Common/include/toolboxes/MMS/CNSUnitQuadSolution.hpp
+++ b/Common/include/toolboxes/MMS/CNSUnitQuadSolution.hpp
@@ -3,7 +3,7 @@
* \brief Header file for the class CNSUnitQuadSolution.hpp.
* The implementations are in the CNSUnitQuadSolution.cpp file.
* \author T. Economon, E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/toolboxes/MMS/CRinglebSolution.hpp b/Common/include/toolboxes/MMS/CRinglebSolution.hpp
index bb3ee11b89dc..dd3c1414d525 100644
--- a/Common/include/toolboxes/MMS/CRinglebSolution.hpp
+++ b/Common/include/toolboxes/MMS/CRinglebSolution.hpp
@@ -3,7 +3,7 @@
* \brief Header file for the class CRinglebSolution.hpp.
* The implementations are in the CRinglebSolution.cpp file.
* \author T. Economon, E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/toolboxes/MMS/CTGVSolution.hpp b/Common/include/toolboxes/MMS/CTGVSolution.hpp
index 81040e543ec1..5d9e662ac474 100644
--- a/Common/include/toolboxes/MMS/CTGVSolution.hpp
+++ b/Common/include/toolboxes/MMS/CTGVSolution.hpp
@@ -3,7 +3,7 @@
* \brief Header file for the class CTGVSolution.
* The implementations are in the CTGVSolution.cpp file.
* \author T. Economon, E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/toolboxes/MMS/CUserDefinedSolution.hpp b/Common/include/toolboxes/MMS/CUserDefinedSolution.hpp
index 590f083fbd32..e295d86066d4 100644
--- a/Common/include/toolboxes/MMS/CUserDefinedSolution.hpp
+++ b/Common/include/toolboxes/MMS/CUserDefinedSolution.hpp
@@ -3,7 +3,7 @@
* \brief Header file for the class CUserDefinedSolution.
* The implementations are in the CUserDefinedSolution.cpp file.
* \author T. Economon, E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/toolboxes/MMS/CVerificationSolution.hpp b/Common/include/toolboxes/MMS/CVerificationSolution.hpp
index a40e8edb9d2d..55db35ed4489 100644
--- a/Common/include/toolboxes/MMS/CVerificationSolution.hpp
+++ b/Common/include/toolboxes/MMS/CVerificationSolution.hpp
@@ -3,7 +3,7 @@
* \brief Header file for the base class CVerificationSolution.
* The implementations are in the CVerificationSolution.cpp file.
* \author T. Economon, E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/toolboxes/allocation_toolbox.hpp b/Common/include/toolboxes/allocation_toolbox.hpp
index 73e6b93b2cce..2eaea805bc69 100644
--- a/Common/include/toolboxes/allocation_toolbox.hpp
+++ b/Common/include/toolboxes/allocation_toolbox.hpp
@@ -5,7 +5,7 @@
* \note These are "kernel" functions, only to be used with good reason,
* always try to use higher level container classes.
* \author P. Gomes, D. Kavolis
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/toolboxes/classes_multiple_integers.hpp b/Common/include/toolboxes/classes_multiple_integers.hpp
index 051c16d024f5..e64ab961e8ab 100644
--- a/Common/include/toolboxes/classes_multiple_integers.hpp
+++ b/Common/include/toolboxes/classes_multiple_integers.hpp
@@ -2,7 +2,7 @@
* \file classes_multiple_integers.hpp
* \brief Header file for the classes that consists of multiple integer types.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -72,7 +72,7 @@ struct CUnsignedShort2T {
/*!
* \class CLong3T
* \brief Help class used to store three longs as one entity.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
struct CLong3T {
long long0 = 0; /*!< \brief First long to store in this class. */
diff --git a/Common/include/toolboxes/fem/CFaceOfElement.hpp b/Common/include/toolboxes/fem/CFaceOfElement.hpp
index e443ef19b104..f198f6e8e76c 100644
--- a/Common/include/toolboxes/fem/CFaceOfElement.hpp
+++ b/Common/include/toolboxes/fem/CFaceOfElement.hpp
@@ -3,7 +3,7 @@
* \brief Header file for the class CFaceOfElement.
* The implementations are in the CFaceOfElement.cpp file.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/toolboxes/fem/CMatchingFace.hpp b/Common/include/toolboxes/fem/CMatchingFace.hpp
index 9c4f30accfe7..8eb213f4343f 100644
--- a/Common/include/toolboxes/fem/CMatchingFace.hpp
+++ b/Common/include/toolboxes/fem/CMatchingFace.hpp
@@ -3,7 +3,7 @@
* \brief Header file for the class CMatchingFace.
* The implementations are in the CMatchingFace.cpp file.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/toolboxes/fem/CReorderElements.hpp b/Common/include/toolboxes/fem/CReorderElements.hpp
index 9d427fb6703f..64245f0073e4 100644
--- a/Common/include/toolboxes/fem/CReorderElements.hpp
+++ b/Common/include/toolboxes/fem/CReorderElements.hpp
@@ -3,7 +3,7 @@
* \brief Header file for the class CReorderElements.
* The implementations are in the CReorderElements.cpp file.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -36,7 +36,7 @@ using namespace std;
* \class CReorderElements
* \brief Class, used to reorder the owned elements after the partitioning.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CReorderElements {
private:
diff --git a/Common/include/toolboxes/fem/CSortFaces.hpp b/Common/include/toolboxes/fem/CSortFaces.hpp
index 72d3f5970f7e..9dadc964e1ef 100644
--- a/Common/include/toolboxes/fem/CSortFaces.hpp
+++ b/Common/include/toolboxes/fem/CSortFaces.hpp
@@ -3,7 +3,7 @@
* \brief Header file for the class CSortFaces.
* The implementations are in the CSortFaces.cpp file.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -37,7 +37,7 @@ using namespace std;
* \brief Functor, used for a different sorting of the faces than the < operator
* of CFaceOfElement.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CVolumeElementFEM; // Forward declaration to avoid problems.
class CSortFaces {
diff --git a/Common/include/toolboxes/geometry_toolbox.hpp b/Common/include/toolboxes/geometry_toolbox.hpp
index bf7943a1253b..20ceada3c4da 100644
--- a/Common/include/toolboxes/geometry_toolbox.hpp
+++ b/Common/include/toolboxes/geometry_toolbox.hpp
@@ -1,7 +1,7 @@
/*!
* \file geometry_toolbox.hpp
* \brief Collection of common lightweight geometry-oriented methods.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/toolboxes/graph_toolbox.hpp b/Common/include/toolboxes/graph_toolbox.hpp
index fe1593c689ec..f6ec27861a6f 100644
--- a/Common/include/toolboxes/graph_toolbox.hpp
+++ b/Common/include/toolboxes/graph_toolbox.hpp
@@ -2,7 +2,7 @@
* \file graph_toolbox.hpp
* \brief Functions and classes to build/represent sparse graphs or sparse patterns.
* \author P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/toolboxes/ndflattener.hpp b/Common/include/toolboxes/ndflattener.hpp
index cbab42bad323..664f8116503e 100644
--- a/Common/include/toolboxes/ndflattener.hpp
+++ b/Common/include/toolboxes/ndflattener.hpp
@@ -2,7 +2,7 @@
* \file ndflattener.hpp
* \brief Flatten pointer-to-pointer-... arrays for MPI communication
* \author M. Aehle
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/toolboxes/printing_toolbox.hpp b/Common/include/toolboxes/printing_toolbox.hpp
index d78d82faae9e..800565c92401 100644
--- a/Common/include/toolboxes/printing_toolbox.hpp
+++ b/Common/include/toolboxes/printing_toolbox.hpp
@@ -2,7 +2,7 @@
* \file printing_toolbox.hpp
* \brief Header file for the printing toolbox.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/tracy_structure.hpp b/Common/include/tracy_structure.hpp
index 436be83008c7..043f9eb06a43 100644
--- a/Common/include/tracy_structure.hpp
+++ b/Common/include/tracy_structure.hpp
@@ -7,7 +7,7 @@
* \note Do not include tracy headers explicitly anywhere, use this header instead.
* \note To enable tracy, define the TRACY_ENABLE macro during compilation.
* \author Divyaprakash
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/include/wall_model.hpp b/Common/include/wall_model.hpp
index 2ea810d9a843..2cfc64dfadec 100644
--- a/Common/include/wall_model.hpp
+++ b/Common/include/wall_model.hpp
@@ -2,7 +2,7 @@
* \file wall_model.hpp
* \brief Headers for the wall model functions for large eddy simulations.
* \author E. van der Weide, T. Economon, P. Urbanczyk
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -42,7 +42,7 @@ class CFluidModel;
* \class CWallModel
* \brief Base class for defining the LES wall model.
* \author: E. van der Weide, T. Economon, P. Urbanczyk
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CWallModel {
public:
diff --git a/Common/src/CConfig.cpp b/Common/src/CConfig.cpp
index 4ac0ff5681fd..a9ecb3a94b24 100644
--- a/Common/src/CConfig.cpp
+++ b/Common/src/CConfig.cpp
@@ -2,7 +2,7 @@
* \file CConfig.cpp
* \brief Main file for managing the config file
* \author F. Palacios, T. Economon, B. Tracey, H. Kline
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -3379,7 +3379,7 @@ void CConfig::SetHeader(SU2_COMPONENT val_software) const{
cout << "\n";
cout << "-------------------------------------------------------------------------\n";
cout << "| ___ _ _ ___ |\n";
- cout << "| / __| | | |_ ) Release 8.3.0 \"Harrier\" |\n";
+ cout << "| / __| | | |_ ) Release 8.4.0 \"Harrier\" |\n";
cout << "| \\__ \\ |_| |/ / |\n";
switch (val_software) {
case SU2_COMPONENT::SU2_CFD: cout << "| |___/\\___//___| Suite (Computational Fluid Dynamics Code) |\n"; break;
diff --git a/Common/src/adt/CADTBaseClass.cpp b/Common/src/adt/CADTBaseClass.cpp
index 3aa359254f5d..bd099f6a18cc 100644
--- a/Common/src/adt/CADTBaseClass.cpp
+++ b/Common/src/adt/CADTBaseClass.cpp
@@ -2,7 +2,7 @@
* \file CADTBaseClass.cpp
* \brief Base class for storing an ADT in an arbitrary number of dimensions.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/adt/CADTElemClass.cpp b/Common/src/adt/CADTElemClass.cpp
index 231de3b67c8e..440d073976f5 100644
--- a/Common/src/adt/CADTElemClass.cpp
+++ b/Common/src/adt/CADTElemClass.cpp
@@ -2,7 +2,7 @@
* \file CADTElemClass.cpp
* \brief Class for storing an ADT of (linear) elements in an arbitrary number of dimensions.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/adt/CADTPointsOnlyClass.cpp b/Common/src/adt/CADTPointsOnlyClass.cpp
index 0b55feb801d4..c0728cf4ab95 100644
--- a/Common/src/adt/CADTPointsOnlyClass.cpp
+++ b/Common/src/adt/CADTPointsOnlyClass.cpp
@@ -2,7 +2,7 @@
* \file CADTPointsOnlyClass.cpp
* \brief Class for storing an ADT of only points in an arbitrary number of dimensions.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/basic_types/ad_structure.cpp b/Common/src/basic_types/ad_structure.cpp
index 0969ab87e8a4..5deabbd6a3f8 100644
--- a/Common/src/basic_types/ad_structure.cpp
+++ b/Common/src/basic_types/ad_structure.cpp
@@ -2,7 +2,7 @@
* \file ad_structure.cpp
* \brief Main subroutines for the algorithmic differentiation (AD) structure.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/containers/CFileReaderLUT.cpp b/Common/src/containers/CFileReaderLUT.cpp
index 32b62b2c3716..97dbfa70c2a8 100644
--- a/Common/src/containers/CFileReaderLUT.cpp
+++ b/Common/src/containers/CFileReaderLUT.cpp
@@ -2,7 +2,7 @@
* \file CFileReaderLUT.cpp
* \brief reading lookup table for tabulated fluid properties
* \author D. Mayer, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/containers/CLookUpTable.cpp b/Common/src/containers/CLookUpTable.cpp
index 5e869afb5e0f..e1be9dab15fe 100644
--- a/Common/src/containers/CLookUpTable.cpp
+++ b/Common/src/containers/CLookUpTable.cpp
@@ -2,7 +2,7 @@
* \file CLookupTable.cpp
* \brief tabulation of fluid properties
* \author D. Mayer, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/containers/CTrapezoidalMap.cpp b/Common/src/containers/CTrapezoidalMap.cpp
index a82ba0f80197..f3339e2186a2 100644
--- a/Common/src/containers/CTrapezoidalMap.cpp
+++ b/Common/src/containers/CTrapezoidalMap.cpp
@@ -2,7 +2,7 @@
* \file CTrapezoidalMap.cpp
* \brief Implementation of the trapezoidal map for tabulation and lookup of fluid properties
* \author D. Mayer, T. Economon, N. Beishuizen
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/fem/fem_gauss_jacobi_quadrature.cpp b/Common/src/fem/fem_gauss_jacobi_quadrature.cpp
index 9ccb11c397d6..43d3723022fb 100644
--- a/Common/src/fem/fem_gauss_jacobi_quadrature.cpp
+++ b/Common/src/fem/fem_gauss_jacobi_quadrature.cpp
@@ -4,7 +4,7 @@
quadrature rules. All the functions in this file are based on the
program JACOBI_RULE of John Burkardt.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/fem/fem_geometry_structure.cpp b/Common/src/fem/fem_geometry_structure.cpp
index 90ac00b06bc2..d4b45d750116 100644
--- a/Common/src/fem/fem_geometry_structure.cpp
+++ b/Common/src/fem/fem_geometry_structure.cpp
@@ -2,7 +2,7 @@
* \file fem_geometry_structure.cpp
* \brief Functions for creating the primal grid for the FEM solver.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/fem/fem_integration_rules.cpp b/Common/src/fem/fem_integration_rules.cpp
index e6748da5553f..5751830768c2 100644
--- a/Common/src/fem/fem_integration_rules.cpp
+++ b/Common/src/fem/fem_integration_rules.cpp
@@ -2,7 +2,7 @@
* \file fem_integration_rules.cpp
* \brief FEM integration rules for the standard elements.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/fem/fem_standard_element.cpp b/Common/src/fem/fem_standard_element.cpp
index 0e918aa7d39e..4994040c3531 100644
--- a/Common/src/fem/fem_standard_element.cpp
+++ b/Common/src/fem/fem_standard_element.cpp
@@ -2,7 +2,7 @@
* \file fem_standard_element.cpp
* \brief Functions for the FEM standard elements.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/fem/fem_wall_distance.cpp b/Common/src/fem/fem_wall_distance.cpp
index 6bdf260374ce..90c6d102e222 100644
--- a/Common/src/fem/fem_wall_distance.cpp
+++ b/Common/src/fem/fem_wall_distance.cpp
@@ -2,7 +2,7 @@
* \file fem_wall_distance.cpp
* \brief Main subroutines for computing the wall distance for the FEM solver.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/fem/fem_work_estimate_metis.cpp b/Common/src/fem/fem_work_estimate_metis.cpp
index f2d5fe7213b7..f372163106dd 100644
--- a/Common/src/fem/fem_work_estimate_metis.cpp
+++ b/Common/src/fem/fem_work_estimate_metis.cpp
@@ -3,7 +3,7 @@
* \brief This file contains the implementation of the member functions WorkEstimateMetis
for the FEM standard elements.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/CDummyGeometry.cpp b/Common/src/geometry/CDummyGeometry.cpp
index 802908e2c426..88b2afda980b 100644
--- a/Common/src/geometry/CDummyGeometry.cpp
+++ b/Common/src/geometry/CDummyGeometry.cpp
@@ -2,7 +2,7 @@
* \file CDummyGeometry.hpp
* \brief Implementation of the dummy geometry class used in "dry run" mode.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/CGeometry.cpp b/Common/src/geometry/CGeometry.cpp
index 87726327e287..db26d86930a8 100644
--- a/Common/src/geometry/CGeometry.cpp
+++ b/Common/src/geometry/CGeometry.cpp
@@ -2,7 +2,7 @@
* \file CGeometry.cpp
* \brief Implementation of the base geometry class.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/CMultiGridGeometry.cpp b/Common/src/geometry/CMultiGridGeometry.cpp
index 4a943d37ce87..a52d111237cb 100644
--- a/Common/src/geometry/CMultiGridGeometry.cpp
+++ b/Common/src/geometry/CMultiGridGeometry.cpp
@@ -2,7 +2,7 @@
* \file CMultiGridGeometry.cpp
* \brief Implementation of the multigrid geometry class.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/CMultiGridQueue.cpp b/Common/src/geometry/CMultiGridQueue.cpp
index f71710c99e81..0cc7625082c9 100644
--- a/Common/src/geometry/CMultiGridQueue.cpp
+++ b/Common/src/geometry/CMultiGridQueue.cpp
@@ -2,7 +2,7 @@
* \file CMultiGridQueue.cpp
* \brief Implementation of the multigrid queue class for the FVM solver.
* \author F. Palacios
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/CPhysicalGeometry.cpp b/Common/src/geometry/CPhysicalGeometry.cpp
index edb001b345fc..db711b9f85a7 100644
--- a/Common/src/geometry/CPhysicalGeometry.cpp
+++ b/Common/src/geometry/CPhysicalGeometry.cpp
@@ -2,7 +2,7 @@
* \file CPhysicalGeometry.cpp
* \brief Implementation of the physical geometry class.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/CPhysicalGeometryFEM.cpp b/Common/src/geometry/CPhysicalGeometryFEM.cpp
index 9a119425ef34..b32d9a018402 100644
--- a/Common/src/geometry/CPhysicalGeometryFEM.cpp
+++ b/Common/src/geometry/CPhysicalGeometryFEM.cpp
@@ -2,7 +2,7 @@
* \file CPhysicalGeometryFEM.cpp
* \brief Implementation of the FEM related functions of CPhysicalGeometry.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/dual_grid/CDualGrid.cpp b/Common/src/geometry/dual_grid/CDualGrid.cpp
index 4911fc10a02e..ea7816edcad8 100644
--- a/Common/src/geometry/dual_grid/CDualGrid.cpp
+++ b/Common/src/geometry/dual_grid/CDualGrid.cpp
@@ -2,7 +2,7 @@
* \file CDualGrid.cpp
* \brief Main classes for defining the dual grid
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/dual_grid/CEdge.cpp b/Common/src/geometry/dual_grid/CEdge.cpp
index 1cc38df7ea9f..4ff7f85b8715 100644
--- a/Common/src/geometry/dual_grid/CEdge.cpp
+++ b/Common/src/geometry/dual_grid/CEdge.cpp
@@ -2,7 +2,7 @@
* \file CEdge.cpp
* \brief Implementation of the edge class.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/dual_grid/CPoint.cpp b/Common/src/geometry/dual_grid/CPoint.cpp
index 5c036a17916e..361792eac5ee 100644
--- a/Common/src/geometry/dual_grid/CPoint.cpp
+++ b/Common/src/geometry/dual_grid/CPoint.cpp
@@ -2,7 +2,7 @@
* \file CPoint.cpp
* \brief Main classes for defining the points of the dual grid
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/dual_grid/CTurboVertex.cpp b/Common/src/geometry/dual_grid/CTurboVertex.cpp
index ed35f848d4d3..74fa85998d02 100644
--- a/Common/src/geometry/dual_grid/CTurboVertex.cpp
+++ b/Common/src/geometry/dual_grid/CTurboVertex.cpp
@@ -2,7 +2,7 @@
* \file CTurboVertex.cpp
* \brief Main classes for defining the turbo vertices of the dual grid
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/dual_grid/CVertex.cpp b/Common/src/geometry/dual_grid/CVertex.cpp
index 1818a787240a..49b350cac4ee 100644
--- a/Common/src/geometry/dual_grid/CVertex.cpp
+++ b/Common/src/geometry/dual_grid/CVertex.cpp
@@ -2,7 +2,7 @@
* \file CVertex.cpp
* \brief Main classes for defining the vertices of the dual grid
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/elements/CElement.cpp b/Common/src/geometry/elements/CElement.cpp
index f7a018ec0e91..ec125c31f580 100644
--- a/Common/src/geometry/elements/CElement.cpp
+++ b/Common/src/geometry/elements/CElement.cpp
@@ -2,7 +2,7 @@
* \file CElement.cpp
* \brief Definition of the Finite Element structure (elements)
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/elements/CHEXA8.cpp b/Common/src/geometry/elements/CHEXA8.cpp
index baa52ff01f51..5424775d7f23 100644
--- a/Common/src/geometry/elements/CHEXA8.cpp
+++ b/Common/src/geometry/elements/CHEXA8.cpp
@@ -2,7 +2,7 @@
* \file CHEXA8.cpp
* \brief Definition of 8-node hexa element with 8 Gauss points.
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/elements/CLINE.cpp b/Common/src/geometry/elements/CLINE.cpp
index 62afd2d7e862..37c36c5dd92f 100644
--- a/Common/src/geometry/elements/CLINE.cpp
+++ b/Common/src/geometry/elements/CLINE.cpp
@@ -2,7 +2,7 @@
* \file CLINE.cpp
* \brief Definition of the 2-node line element with two Gauss points.
* \author T. Dick
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/elements/CPRISM6.cpp b/Common/src/geometry/elements/CPRISM6.cpp
index 23a2420f38c4..d3d0250e6071 100644
--- a/Common/src/geometry/elements/CPRISM6.cpp
+++ b/Common/src/geometry/elements/CPRISM6.cpp
@@ -2,7 +2,7 @@
* \file CPRISM6.cpp
* \brief Definition of the 6-node triangular prism element with 6 Gauss points.
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/elements/CPYRAM5.cpp b/Common/src/geometry/elements/CPYRAM5.cpp
index eaaf6a85c51e..55a2b9d08759 100644
--- a/Common/src/geometry/elements/CPYRAM5.cpp
+++ b/Common/src/geometry/elements/CPYRAM5.cpp
@@ -2,7 +2,7 @@
* \file CPYRAM5.cpp
* \brief Definition of 5-node pyramid element with 5 Gauss points.
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/elements/CPYRAM6.cpp b/Common/src/geometry/elements/CPYRAM6.cpp
index 9a8618574f39..b29b87625fd0 100644
--- a/Common/src/geometry/elements/CPYRAM6.cpp
+++ b/Common/src/geometry/elements/CPYRAM6.cpp
@@ -2,7 +2,7 @@
* \file CPYRAM6.cpp
* \brief Definition of 5-node pyramid element with 6 Gauss points.
* \author T.Dick
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/elements/CQUAD4.cpp b/Common/src/geometry/elements/CQUAD4.cpp
index ed0e601d824f..9bc8eb33d9de 100644
--- a/Common/src/geometry/elements/CQUAD4.cpp
+++ b/Common/src/geometry/elements/CQUAD4.cpp
@@ -2,7 +2,7 @@
* \file CQUAD4.cpp
* \brief Definition of the 4-node quadrilateral element with 4 Gauss points.
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/elements/CTETRA1.cpp b/Common/src/geometry/elements/CTETRA1.cpp
index 756e70b56725..fb3ca16c95c0 100644
--- a/Common/src/geometry/elements/CTETRA1.cpp
+++ b/Common/src/geometry/elements/CTETRA1.cpp
@@ -2,7 +2,7 @@
* \file CTETRA1.cpp
* \brief Definition of 4-node tetra element with 1 Gauss point.
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/elements/CTETRA4.cpp b/Common/src/geometry/elements/CTETRA4.cpp
index f8794a2c7676..8337580fca2b 100644
--- a/Common/src/geometry/elements/CTETRA4.cpp
+++ b/Common/src/geometry/elements/CTETRA4.cpp
@@ -2,7 +2,7 @@
* \file CTETRA4.cpp
* \brief Definition of 4-node tetrahedral element with 4 Gauss point.
* \author T. Dick
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/elements/CTRIA1.cpp b/Common/src/geometry/elements/CTRIA1.cpp
index f4b97a7c6fbe..ee0452310bee 100644
--- a/Common/src/geometry/elements/CTRIA1.cpp
+++ b/Common/src/geometry/elements/CTRIA1.cpp
@@ -2,7 +2,7 @@
* \file CTRIA1.cpp
* \brief Definition of the 3-node triangular element with one Gauss point.
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/elements/CTRIA3.cpp b/Common/src/geometry/elements/CTRIA3.cpp
index df2c17413c0b..e86df3ad6f91 100644
--- a/Common/src/geometry/elements/CTRIA3.cpp
+++ b/Common/src/geometry/elements/CTRIA3.cpp
@@ -2,7 +2,7 @@
* \file CTRIA3.cpp
* \brief Definition of the 3-node triangular element with three Gauss points.
* \author T. Dick
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/meshreader/CBoxMeshReaderFEM.cpp b/Common/src/geometry/meshreader/CBoxMeshReaderFEM.cpp
index e8b8fb0d7366..1759b21b2b76 100644
--- a/Common/src/geometry/meshreader/CBoxMeshReaderFEM.cpp
+++ b/Common/src/geometry/meshreader/CBoxMeshReaderFEM.cpp
@@ -3,7 +3,7 @@
* \brief Reads a 3D box grid into linear partitions for the
* finite element solver (FEM).
* \author T. Economon, E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/meshreader/CBoxMeshReaderFVM.cpp b/Common/src/geometry/meshreader/CBoxMeshReaderFVM.cpp
index 19f37d735d8b..6b33705f0ad9 100644
--- a/Common/src/geometry/meshreader/CBoxMeshReaderFVM.cpp
+++ b/Common/src/geometry/meshreader/CBoxMeshReaderFVM.cpp
@@ -3,7 +3,7 @@
* \brief Reads a 3D box grid into linear partitions for the
* finite volume solver (FVM).
* \author T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/meshreader/CCGNSElementType.cpp b/Common/src/geometry/meshreader/CCGNSElementType.cpp
index 35851a0bf024..ac75f7ccd35e 100644
--- a/Common/src/geometry/meshreader/CCGNSElementType.cpp
+++ b/Common/src/geometry/meshreader/CCGNSElementType.cpp
@@ -2,7 +2,7 @@
* \file CCGNSElementType.cpp
* \brief Class that converts the CGNS element definitions to the SU2 standard.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/meshreader/CCGNSMeshReaderBase.cpp b/Common/src/geometry/meshreader/CCGNSMeshReaderBase.cpp
index 8560deafb2b3..7d02dd0e9b6c 100644
--- a/Common/src/geometry/meshreader/CCGNSMeshReaderBase.cpp
+++ b/Common/src/geometry/meshreader/CCGNSMeshReaderBase.cpp
@@ -3,7 +3,7 @@
* \brief Helper class for the reading of a CGNS grid file.
* linear partitions across all ranks.
* \author T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/meshreader/CCGNSMeshReaderFEM.cpp b/Common/src/geometry/meshreader/CCGNSMeshReaderFEM.cpp
index 4d728eaf10e7..776b2b554f4a 100644
--- a/Common/src/geometry/meshreader/CCGNSMeshReaderFEM.cpp
+++ b/Common/src/geometry/meshreader/CCGNSMeshReaderFEM.cpp
@@ -3,7 +3,7 @@
* \brief Class that reads a single zone of a CGNS mesh file from disk into
* linear partitions across all ranks.
* \author T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/meshreader/CCGNSMeshReaderFVM.cpp b/Common/src/geometry/meshreader/CCGNSMeshReaderFVM.cpp
index 4eb673516352..916b1de4699e 100644
--- a/Common/src/geometry/meshreader/CCGNSMeshReaderFVM.cpp
+++ b/Common/src/geometry/meshreader/CCGNSMeshReaderFVM.cpp
@@ -3,7 +3,7 @@
* \brief Class that reads a single zone of a CGNS mesh file from disk into
* linear partitions across all ranks.
* \author T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/meshreader/CMeshReaderBase.cpp b/Common/src/geometry/meshreader/CMeshReaderBase.cpp
index 4f95c102b694..315ff00ac04e 100644
--- a/Common/src/geometry/meshreader/CMeshReaderBase.cpp
+++ b/Common/src/geometry/meshreader/CMeshReaderBase.cpp
@@ -3,7 +3,7 @@
* \brief Helper class that provides the counts for each rank in a linear
* partitioning given the global count as input.
* \author T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/meshreader/CRectangularMeshReaderFEM.cpp b/Common/src/geometry/meshreader/CRectangularMeshReaderFEM.cpp
index 87c620c3ec97..fec3284304e5 100644
--- a/Common/src/geometry/meshreader/CRectangularMeshReaderFEM.cpp
+++ b/Common/src/geometry/meshreader/CRectangularMeshReaderFEM.cpp
@@ -3,7 +3,7 @@
* \brief Reads a 2D rectangular grid into linear partitions for the
* finite element solver (FEM).
* \author T. Economon, E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/meshreader/CRectangularMeshReaderFVM.cpp b/Common/src/geometry/meshreader/CRectangularMeshReaderFVM.cpp
index 43a79b4fb31e..308330703974 100644
--- a/Common/src/geometry/meshreader/CRectangularMeshReaderFVM.cpp
+++ b/Common/src/geometry/meshreader/CRectangularMeshReaderFVM.cpp
@@ -3,7 +3,7 @@
* \brief Reads a 2D rectangular grid into linear partitions for the
* finite volume solver (FVM).
* \author T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/meshreader/CSU2ASCIIMeshReaderBase.cpp b/Common/src/geometry/meshreader/CSU2ASCIIMeshReaderBase.cpp
index 973cee4ea1bd..1efeb7b5fce8 100644
--- a/Common/src/geometry/meshreader/CSU2ASCIIMeshReaderBase.cpp
+++ b/Common/src/geometry/meshreader/CSU2ASCIIMeshReaderBase.cpp
@@ -2,7 +2,7 @@
* \file CSU2ASCIIMeshReaderBase.cpp
* \brief Helper class for the reading of a native SU2 ASCII grid file.
* \author T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/meshreader/CSU2ASCIIMeshReaderFEM.cpp b/Common/src/geometry/meshreader/CSU2ASCIIMeshReaderFEM.cpp
index 1cc2e0d60e6b..3f00eeced979 100644
--- a/Common/src/geometry/meshreader/CSU2ASCIIMeshReaderFEM.cpp
+++ b/Common/src/geometry/meshreader/CSU2ASCIIMeshReaderFEM.cpp
@@ -3,7 +3,7 @@
* \brief Reads a native SU2 ASCII grid into linear partitions for the
* finite element solver (FEM).
* \author T. Economon, E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/meshreader/CSU2ASCIIMeshReaderFVM.cpp b/Common/src/geometry/meshreader/CSU2ASCIIMeshReaderFVM.cpp
index 6e6ee04a1e23..8daeec4c14df 100644
--- a/Common/src/geometry/meshreader/CSU2ASCIIMeshReaderFVM.cpp
+++ b/Common/src/geometry/meshreader/CSU2ASCIIMeshReaderFVM.cpp
@@ -3,7 +3,7 @@
* \brief Reads a native SU2 ASCII grid into linear partitions for the
* finite volume solver (FVM).
* \author T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/primal_grid/CHexahedron.cpp b/Common/src/geometry/primal_grid/CHexahedron.cpp
index 61560ff768c0..4a27304ef525 100644
--- a/Common/src/geometry/primal_grid/CHexahedron.cpp
+++ b/Common/src/geometry/primal_grid/CHexahedron.cpp
@@ -2,7 +2,7 @@
* \file CHexahedron.cpp
* \brief Main classes for defining the primal grid elements
* \author F. Palacios
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/primal_grid/CLine.cpp b/Common/src/geometry/primal_grid/CLine.cpp
index 5a9011339b02..5dd86b3e5960 100644
--- a/Common/src/geometry/primal_grid/CLine.cpp
+++ b/Common/src/geometry/primal_grid/CLine.cpp
@@ -2,7 +2,7 @@
* \file CLine.cpp
* \brief Main classes for defining the primal grid elements
* \author F. Palacios
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/primal_grid/CPrimalGrid.cpp b/Common/src/geometry/primal_grid/CPrimalGrid.cpp
index 3fc4546f19be..611c5ac6cddb 100644
--- a/Common/src/geometry/primal_grid/CPrimalGrid.cpp
+++ b/Common/src/geometry/primal_grid/CPrimalGrid.cpp
@@ -2,7 +2,7 @@
* \file CPrimalGrid.cpp
* \brief Main classes for defining the primal grid elements
* \author F. Palacios
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/primal_grid/CPrimalGridBoundFEM.cpp b/Common/src/geometry/primal_grid/CPrimalGridBoundFEM.cpp
index d6cc157d4135..8fdac48503e3 100644
--- a/Common/src/geometry/primal_grid/CPrimalGridBoundFEM.cpp
+++ b/Common/src/geometry/primal_grid/CPrimalGridBoundFEM.cpp
@@ -2,7 +2,7 @@
* \file CPrimalGridBoundFEM.cpp
* \brief Main classes for defining the primal grid elements
* \author F. Palacios
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/primal_grid/CPrimalGridFEM.cpp b/Common/src/geometry/primal_grid/CPrimalGridFEM.cpp
index a54da1e70618..91476de7c8f6 100644
--- a/Common/src/geometry/primal_grid/CPrimalGridFEM.cpp
+++ b/Common/src/geometry/primal_grid/CPrimalGridFEM.cpp
@@ -2,7 +2,7 @@
* \file CPrimalGridFEM.cpp
* \brief Main classes for defining the primal grid elements
* \author F. Palacios
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/primal_grid/CPrism.cpp b/Common/src/geometry/primal_grid/CPrism.cpp
index 5c24f35937f1..dc6ff981f273 100644
--- a/Common/src/geometry/primal_grid/CPrism.cpp
+++ b/Common/src/geometry/primal_grid/CPrism.cpp
@@ -2,7 +2,7 @@
* \file CPrism.cpp
* \brief Main classes for defining the primal grid elements
* \author F. Palacios
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/primal_grid/CPyramid.cpp b/Common/src/geometry/primal_grid/CPyramid.cpp
index e3704cf2ee2e..33dc1b5200ef 100644
--- a/Common/src/geometry/primal_grid/CPyramid.cpp
+++ b/Common/src/geometry/primal_grid/CPyramid.cpp
@@ -2,7 +2,7 @@
* \file CPyramid.cpp
* \brief Main classes for defining the primal grid elements
* \author F. Palacios
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/primal_grid/CQuadrilateral.cpp b/Common/src/geometry/primal_grid/CQuadrilateral.cpp
index 403e36af49c3..f0402450d1e1 100644
--- a/Common/src/geometry/primal_grid/CQuadrilateral.cpp
+++ b/Common/src/geometry/primal_grid/CQuadrilateral.cpp
@@ -2,7 +2,7 @@
* \file CQuadrilateral.cpp
* \brief Main classes for defining the primal grid elements
* \author F. Palacios
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/primal_grid/CTetrahedron.cpp b/Common/src/geometry/primal_grid/CTetrahedron.cpp
index b4b8efee1410..cf8649480ce9 100644
--- a/Common/src/geometry/primal_grid/CTetrahedron.cpp
+++ b/Common/src/geometry/primal_grid/CTetrahedron.cpp
@@ -2,7 +2,7 @@
* \file CTetrahedron.cpp
* \brief Main classes for defining the primal grid elements
* \author F. Palacios
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/primal_grid/CTriangle.cpp b/Common/src/geometry/primal_grid/CTriangle.cpp
index af1f3cac15e7..ba6fda5b891a 100644
--- a/Common/src/geometry/primal_grid/CTriangle.cpp
+++ b/Common/src/geometry/primal_grid/CTriangle.cpp
@@ -2,7 +2,7 @@
* \file CTriangle.cpp
* \brief Main classes for defining the primal grid elements
* \author F. Palacios
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/geometry/primal_grid/CVertexMPI.cpp b/Common/src/geometry/primal_grid/CVertexMPI.cpp
index 68ccf347f344..7854dd39ad92 100644
--- a/Common/src/geometry/primal_grid/CVertexMPI.cpp
+++ b/Common/src/geometry/primal_grid/CVertexMPI.cpp
@@ -2,7 +2,7 @@
* \file CVertexMPI.cpp
* \brief Main classes for defining the primal grid elements
* \author F. Palacios
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/graph_coloring_structure.cpp b/Common/src/graph_coloring_structure.cpp
index 28b3c80674fc..ab3235c8ea5d 100644
--- a/Common/src/graph_coloring_structure.cpp
+++ b/Common/src/graph_coloring_structure.cpp
@@ -2,7 +2,7 @@
* \file graph_coloring_structure.cpp
* \brief Functions used to carry out the coloring of a given graph.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/grid_movement/CBSplineBlending.cpp b/Common/src/grid_movement/CBSplineBlending.cpp
index aed00ee516dc..934fbdadd766 100644
--- a/Common/src/grid_movement/CBSplineBlending.cpp
+++ b/Common/src/grid_movement/CBSplineBlending.cpp
@@ -2,7 +2,7 @@
* \file CBSplineBlending.cpp
* \brief Subroutines for B-Spline blening for FFDs
* \author F. Palacios, T. Economon, S. Padron
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/grid_movement/CBezierBlending.cpp b/Common/src/grid_movement/CBezierBlending.cpp
index 4998f57111f6..245993222ec3 100644
--- a/Common/src/grid_movement/CBezierBlending.cpp
+++ b/Common/src/grid_movement/CBezierBlending.cpp
@@ -2,7 +2,7 @@
* \file CBezierBlending.cpp
* \brief Subroutines for Bezier blending for FFDs
* \author F. Palacios, T. Economon, S. Padron
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/grid_movement/CFreeFormBlending.cpp b/Common/src/grid_movement/CFreeFormBlending.cpp
index f53d89c0b3fb..8ebfbe2d19b6 100644
--- a/Common/src/grid_movement/CFreeFormBlending.cpp
+++ b/Common/src/grid_movement/CFreeFormBlending.cpp
@@ -2,7 +2,7 @@
* \file CFreeFormBlending.cpp
* \brief Parent class for FFD Blending functions
* \author F. Palacios, T. Economon, S. Padron
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/grid_movement/CFreeFormDefBox.cpp b/Common/src/grid_movement/CFreeFormDefBox.cpp
index 17d83e0e7029..219f6ac15eaa 100644
--- a/Common/src/grid_movement/CFreeFormDefBox.cpp
+++ b/Common/src/grid_movement/CFreeFormDefBox.cpp
@@ -2,7 +2,7 @@
* \file CFreeFormDefBox.cpp
* \brief Subroutines for handling Free-Form Deformation Boxes
* \author F. Palacios, T. Economon, S. Padron
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/grid_movement/CGridMovement.cpp b/Common/src/grid_movement/CGridMovement.cpp
index 5d2adf5f2510..ad60259e6181 100644
--- a/Common/src/grid_movement/CGridMovement.cpp
+++ b/Common/src/grid_movement/CGridMovement.cpp
@@ -2,7 +2,7 @@
* \file CGridMovement.cpp
* \brief Parent class for grid movement classes
* \author F. Palacios, T. Economon, S. Padron
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/grid_movement/CLinearElasticity.cpp b/Common/src/grid_movement/CLinearElasticity.cpp
index 3a94f90ab810..2450cadf0e68 100644
--- a/Common/src/grid_movement/CLinearElasticity.cpp
+++ b/Common/src/grid_movement/CLinearElasticity.cpp
@@ -2,7 +2,7 @@
* \file CLinearElasticity.cpp
* \brief Subroutines for moving mesh volume elements using the linear elasticity analogy
* \author F. Palacios, T. Economon, S. Padron
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/grid_movement/CRadialBasisFunctionInterpolation.cpp b/Common/src/grid_movement/CRadialBasisFunctionInterpolation.cpp
index de71a910a882..f94caf2e293c 100644
--- a/Common/src/grid_movement/CRadialBasisFunctionInterpolation.cpp
+++ b/Common/src/grid_movement/CRadialBasisFunctionInterpolation.cpp
@@ -2,7 +2,7 @@
* \file CRadialBasisFunctionInterpolation.cpp
* \brief Subroutines for moving mesh volume elements using Radial Basis Function interpolation.
* \author F. van Steen
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/grid_movement/CSurfaceMovement.cpp b/Common/src/grid_movement/CSurfaceMovement.cpp
index 8c92247467b1..271f3dbe7e64 100644
--- a/Common/src/grid_movement/CSurfaceMovement.cpp
+++ b/Common/src/grid_movement/CSurfaceMovement.cpp
@@ -2,7 +2,7 @@
* \file CSurfaceMovement.cpp
* \brief Subroutines for moving mesh surface elements
* \author F. Palacios, T. Economon, S. Padron
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/grid_movement/CVolumetricMovement.cpp b/Common/src/grid_movement/CVolumetricMovement.cpp
index e12831836e92..235f19fffaa3 100644
--- a/Common/src/grid_movement/CVolumetricMovement.cpp
+++ b/Common/src/grid_movement/CVolumetricMovement.cpp
@@ -2,7 +2,7 @@
* \file CVolumetricMovement.cpp
* \brief Subroutines for moving mesh volume elements
* \author F. Palacios, T. Economon, S. Padron
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/grid_movement/CVolumetricMovementFactory.cpp b/Common/src/grid_movement/CVolumetricMovementFactory.cpp
index 1fb71ea7e33d..b9a17829290f 100644
--- a/Common/src/grid_movement/CVolumetricMovementFactory.cpp
+++ b/Common/src/grid_movement/CVolumetricMovementFactory.cpp
@@ -1,7 +1,7 @@
/*!
* \file CVolumetricMovementFactory.cpp
* \brief Factory to generate volumetric mover objects.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/interface_interpolation/CInterpolator.cpp b/Common/src/interface_interpolation/CInterpolator.cpp
index 079ccc42ed92..dc8176aa3cbd 100644
--- a/Common/src/interface_interpolation/CInterpolator.cpp
+++ b/Common/src/interface_interpolation/CInterpolator.cpp
@@ -2,7 +2,7 @@
* \file CInterpolator.cpp
* \brief Definition of the base class for interface interpolation.
* \author H. Kline
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/interface_interpolation/CInterpolatorFactory.cpp b/Common/src/interface_interpolation/CInterpolatorFactory.cpp
index 846bbce96cea..c7a57e6ed292 100644
--- a/Common/src/interface_interpolation/CInterpolatorFactory.cpp
+++ b/Common/src/interface_interpolation/CInterpolatorFactory.cpp
@@ -1,7 +1,7 @@
/*!
* \file CInterpolatorFactory.cpp
* \brief Factory to generate interpolator objects.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/interface_interpolation/CIsoparametric.cpp b/Common/src/interface_interpolation/CIsoparametric.cpp
index 54856437efdd..1874c48abe59 100644
--- a/Common/src/interface_interpolation/CIsoparametric.cpp
+++ b/Common/src/interface_interpolation/CIsoparametric.cpp
@@ -2,7 +2,7 @@
* \file CIsoparametric.cpp
* \brief Implementation isoparametric interpolation (using FE shape functions).
* \author P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/interface_interpolation/CMirror.cpp b/Common/src/interface_interpolation/CMirror.cpp
index 70348a69207f..26f8e3771072 100644
--- a/Common/src/interface_interpolation/CMirror.cpp
+++ b/Common/src/interface_interpolation/CMirror.cpp
@@ -2,7 +2,7 @@
* \file CMirror.cpp
* \brief Implementation of mirror interpolation (conservative approach in FSI problems).
* \author P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/interface_interpolation/CNearestNeighbor.cpp b/Common/src/interface_interpolation/CNearestNeighbor.cpp
index 1faf4688ff31..20a7aacf3406 100644
--- a/Common/src/interface_interpolation/CNearestNeighbor.cpp
+++ b/Common/src/interface_interpolation/CNearestNeighbor.cpp
@@ -2,7 +2,7 @@
* \file CNearestNeighbor.cpp
* \brief Implementation of nearest neighbor interpolation.
* \author H. Kline
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/interface_interpolation/CRadialBasisFunction.cpp b/Common/src/interface_interpolation/CRadialBasisFunction.cpp
index 209d48ac6de1..a974fe326ddb 100644
--- a/Common/src/interface_interpolation/CRadialBasisFunction.cpp
+++ b/Common/src/interface_interpolation/CRadialBasisFunction.cpp
@@ -2,7 +2,7 @@
* \file CRadialBasisFunction.cpp
* \brief Implementation of RBF interpolation.
* \author Joel Ho, P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/interface_interpolation/CSlidingMesh.cpp b/Common/src/interface_interpolation/CSlidingMesh.cpp
index 3ae4d400b2b8..e5e6788ee8d0 100644
--- a/Common/src/interface_interpolation/CSlidingMesh.cpp
+++ b/Common/src/interface_interpolation/CSlidingMesh.cpp
@@ -2,7 +2,7 @@
* \file CSlidingMesh.cpp
* \brief Implementation of sliding mesh interpolation.
* \author H. Kline
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/linear_algebra/CPastixWrapper.cpp b/Common/src/linear_algebra/CPastixWrapper.cpp
index e2ef16f3e145..b871ac989771 100644
--- a/Common/src/linear_algebra/CPastixWrapper.cpp
+++ b/Common/src/linear_algebra/CPastixWrapper.cpp
@@ -3,7 +3,7 @@
* \brief An interface to the INRIA solver PaStiX
* (http://pastix.gforge.inria.fr/files/README-txt.html)
* \author P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/linear_algebra/CSysMatrix.cpp b/Common/src/linear_algebra/CSysMatrix.cpp
index 00e6ca5c8236..aea87b05cf77 100644
--- a/Common/src/linear_algebra/CSysMatrix.cpp
+++ b/Common/src/linear_algebra/CSysMatrix.cpp
@@ -2,7 +2,7 @@
* \file CSysMatrix.cpp
* \brief Implementation of the sparse matrix class.
* \author F. Palacios, A. Bueno, T. Economon, P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/linear_algebra/CSysMatrixGPU.cu b/Common/src/linear_algebra/CSysMatrixGPU.cu
index 352884c02ac9..13b77ca2f03e 100644
--- a/Common/src/linear_algebra/CSysMatrixGPU.cu
+++ b/Common/src/linear_algebra/CSysMatrixGPU.cu
@@ -2,7 +2,7 @@
* \file CSysMatrixGPU.cu
* \brief Implementations of Kernels and Functions for Matrix Operations on the GPU
* \author A. Raj
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/linear_algebra/CSysSolve.cpp b/Common/src/linear_algebra/CSysSolve.cpp
index eb8f22ab914e..ae01000cf7f2 100644
--- a/Common/src/linear_algebra/CSysSolve.cpp
+++ b/Common/src/linear_algebra/CSysSolve.cpp
@@ -2,7 +2,7 @@
* \file CSysSolve.cpp
* \brief Main classes required for solving linear systems of equations
* \author J. Hicken, F. Palacios, T. Economon, P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/linear_algebra/CSysSolve_b.cpp b/Common/src/linear_algebra/CSysSolve_b.cpp
index 7bd60ca54e5c..b16e87fe4aa2 100644
--- a/Common/src/linear_algebra/CSysSolve_b.cpp
+++ b/Common/src/linear_algebra/CSysSolve_b.cpp
@@ -2,7 +2,7 @@
* \file CSysSolve_b.cpp
* \brief Routines for the linear solver used in the reverse sweep of AD.
* \author T. Albring, J. Blühdorn
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/linear_algebra/CSysVector.cpp b/Common/src/linear_algebra/CSysVector.cpp
index 61b14533fbcf..f3f682d54fe5 100644
--- a/Common/src/linear_algebra/CSysVector.cpp
+++ b/Common/src/linear_algebra/CSysVector.cpp
@@ -2,7 +2,7 @@
* \file CSysVector.cpp
* \brief Implementation and explicit instantiations of CSysVector.
* \author P. Gomes, F. Palacios, J. Hicken, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/linear_algebra/CSysVectorGPU.cu b/Common/src/linear_algebra/CSysVectorGPU.cu
index 33a502a18819..090c708f9632 100644
--- a/Common/src/linear_algebra/CSysVectorGPU.cu
+++ b/Common/src/linear_algebra/CSysVectorGPU.cu
@@ -2,7 +2,7 @@
* \file CSysVectorGPU.cu
* \brief Implementations of Kernels and Functions for Vector Operations on the GPU
* \author A. Raj
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/linear_algebra/blas_structure.cpp b/Common/src/linear_algebra/blas_structure.cpp
index e34ecc9bf9d4..1478fbfa4f2f 100644
--- a/Common/src/linear_algebra/blas_structure.cpp
+++ b/Common/src/linear_algebra/blas_structure.cpp
@@ -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 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/toolboxes/C1DInterpolation.cpp b/Common/src/toolboxes/C1DInterpolation.cpp
index c972a0c8a630..ecfb40975ac0 100644
--- a/Common/src/toolboxes/C1DInterpolation.cpp
+++ b/Common/src/toolboxes/C1DInterpolation.cpp
@@ -2,7 +2,7 @@
* \file C1DInterpolation.cpp
* \brief Classes for 1D interpolation.
* \author Aman Baig, P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/toolboxes/CLinearPartitioner.cpp b/Common/src/toolboxes/CLinearPartitioner.cpp
index 26136a7e29e1..747ed1526577 100644
--- a/Common/src/toolboxes/CLinearPartitioner.cpp
+++ b/Common/src/toolboxes/CLinearPartitioner.cpp
@@ -3,7 +3,7 @@
* \brief Helper class that provides the counts for each rank in a linear
* partitioning given the global count as input.
* \author T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/toolboxes/CSquareMatrixCM.cpp b/Common/src/toolboxes/CSquareMatrixCM.cpp
index 4efb1a33ea1d..c3bb7a57012d 100644
--- a/Common/src/toolboxes/CSquareMatrixCM.cpp
+++ b/Common/src/toolboxes/CSquareMatrixCM.cpp
@@ -2,7 +2,7 @@
* \file CSquareMatrixCM.cpp
* \brief Implementation of dense matrix helper class in Column Major order (see hpp).
* \author Edwin van der Weide, Pedro Gomes.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/toolboxes/CSymmetricMatrix.cpp b/Common/src/toolboxes/CSymmetricMatrix.cpp
index 735e477bb54a..d0b35cad2244 100644
--- a/Common/src/toolboxes/CSymmetricMatrix.cpp
+++ b/Common/src/toolboxes/CSymmetricMatrix.cpp
@@ -2,7 +2,7 @@
* \file CSymmetricMatrix.cpp
* \brief Implementation of dense symmetric matrix helper class (see hpp).
* \author Joel Ho, P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/toolboxes/MMS/CIncTGVSolution.cpp b/Common/src/toolboxes/MMS/CIncTGVSolution.cpp
index cf4093b10433..8114a2361e84 100644
--- a/Common/src/toolboxes/MMS/CIncTGVSolution.cpp
+++ b/Common/src/toolboxes/MMS/CIncTGVSolution.cpp
@@ -2,7 +2,7 @@
* \file CIncTGVSolution.cpp
* \brief Implementations of the member functions of CIncTGVSolution.
* \author T. Economon, E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/toolboxes/MMS/CInviscidVortexSolution.cpp b/Common/src/toolboxes/MMS/CInviscidVortexSolution.cpp
index a3a005573e2a..454ab8438f43 100644
--- a/Common/src/toolboxes/MMS/CInviscidVortexSolution.cpp
+++ b/Common/src/toolboxes/MMS/CInviscidVortexSolution.cpp
@@ -2,7 +2,7 @@
* \file CInviscidVortexSolution.cpp
* \brief Implementations of the member functions of CInviscidVortexSolution.
* \author T. Economon, E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/toolboxes/MMS/CMMSIncEulerSolution.cpp b/Common/src/toolboxes/MMS/CMMSIncEulerSolution.cpp
index 638148539fbf..3f315cb0af4f 100644
--- a/Common/src/toolboxes/MMS/CMMSIncEulerSolution.cpp
+++ b/Common/src/toolboxes/MMS/CMMSIncEulerSolution.cpp
@@ -2,7 +2,7 @@
* \file CMMSIncEulerSolution.cpp
* \brief Implementations of the member functions of CMMSIncEulerSolution.
* \author T. Economon, E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/toolboxes/MMS/CMMSIncNSSolution.cpp b/Common/src/toolboxes/MMS/CMMSIncNSSolution.cpp
index eafa4658bd5b..0babae7e8f93 100644
--- a/Common/src/toolboxes/MMS/CMMSIncNSSolution.cpp
+++ b/Common/src/toolboxes/MMS/CMMSIncNSSolution.cpp
@@ -2,7 +2,7 @@
* \file CMMSIncNSSolution.cpp
* \brief Implementations of the member functions of CMMSIncNSSolution.
* \author T. Economon, E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/toolboxes/MMS/CMMSNSTwoHalfCirclesSolution.cpp b/Common/src/toolboxes/MMS/CMMSNSTwoHalfCirclesSolution.cpp
index 1aa649ee2ec4..5087274cb014 100644
--- a/Common/src/toolboxes/MMS/CMMSNSTwoHalfCirclesSolution.cpp
+++ b/Common/src/toolboxes/MMS/CMMSNSTwoHalfCirclesSolution.cpp
@@ -2,7 +2,7 @@
* \file CMMSNSTwoHalfCirclesSolution.cpp
* \brief Implementations of the member functions of CMMSNSTwoHalfCirclesSolution.
* \author T. Economon, E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/toolboxes/MMS/CMMSNSTwoHalfSpheresSolution.cpp b/Common/src/toolboxes/MMS/CMMSNSTwoHalfSpheresSolution.cpp
index 057ef0702fd7..af150c7a5977 100644
--- a/Common/src/toolboxes/MMS/CMMSNSTwoHalfSpheresSolution.cpp
+++ b/Common/src/toolboxes/MMS/CMMSNSTwoHalfSpheresSolution.cpp
@@ -2,7 +2,7 @@
* \file CMMSNSTwoHalfSpheresSolution.cpp
* \brief Implementations of the member functions of CMMSNSTwoHalfSpheresSolution.
* \author T. Economon, E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/toolboxes/MMS/CMMSNSUnitQuadSolution.cpp b/Common/src/toolboxes/MMS/CMMSNSUnitQuadSolution.cpp
index 878c5d2b472f..4e13d790fae7 100644
--- a/Common/src/toolboxes/MMS/CMMSNSUnitQuadSolution.cpp
+++ b/Common/src/toolboxes/MMS/CMMSNSUnitQuadSolution.cpp
@@ -2,7 +2,7 @@
* \file CMMSNSUnitQuadSolution.cpp
* \brief Implementations of the member functions of CMMSNSUnitQuadSolution.
* \author T. Economon, E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/toolboxes/MMS/CMMSNSUnitQuadSolutionWallBC.cpp b/Common/src/toolboxes/MMS/CMMSNSUnitQuadSolutionWallBC.cpp
index 3ac51c110353..a4e8e5a37e6d 100644
--- a/Common/src/toolboxes/MMS/CMMSNSUnitQuadSolutionWallBC.cpp
+++ b/Common/src/toolboxes/MMS/CMMSNSUnitQuadSolutionWallBC.cpp
@@ -2,7 +2,7 @@
* \file CMMSNSUnitQuadSolutionWallBC.cpp
* \brief Implementations of the member functions of CMMSNSUnitQuadSolutionWallBC.
* \author T. Economon, E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/toolboxes/MMS/CNSUnitQuadSolution.cpp b/Common/src/toolboxes/MMS/CNSUnitQuadSolution.cpp
index e8532ba9b362..c73773cb3c87 100644
--- a/Common/src/toolboxes/MMS/CNSUnitQuadSolution.cpp
+++ b/Common/src/toolboxes/MMS/CNSUnitQuadSolution.cpp
@@ -2,7 +2,7 @@
* \file CNSUnitQuadSolution.cpp
* \brief Implementations of the member functions of CNSUnitQuadSolution.
* \author T. Economon, E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/toolboxes/MMS/CRinglebSolution.cpp b/Common/src/toolboxes/MMS/CRinglebSolution.cpp
index 32e244503794..27629cf1fbb8 100644
--- a/Common/src/toolboxes/MMS/CRinglebSolution.cpp
+++ b/Common/src/toolboxes/MMS/CRinglebSolution.cpp
@@ -2,7 +2,7 @@
* \file CRinglebSolution.cpp
* \brief Implementations of the member functions of CRinglebSolution.
* \author T. Economon, E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/toolboxes/MMS/CTGVSolution.cpp b/Common/src/toolboxes/MMS/CTGVSolution.cpp
index bc30922e8ffa..8ca4b3fbd348 100644
--- a/Common/src/toolboxes/MMS/CTGVSolution.cpp
+++ b/Common/src/toolboxes/MMS/CTGVSolution.cpp
@@ -2,7 +2,7 @@
* \file CTGVSolution.cpp
* \brief Implementations of the member functions of CTGVSolution.
* \author T. Economon, E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/toolboxes/MMS/CUserDefinedSolution.cpp b/Common/src/toolboxes/MMS/CUserDefinedSolution.cpp
index 0102a2d5d443..865ab21e94bc 100644
--- a/Common/src/toolboxes/MMS/CUserDefinedSolution.cpp
+++ b/Common/src/toolboxes/MMS/CUserDefinedSolution.cpp
@@ -2,7 +2,7 @@
* \file CUserDefinedSolution.cpp
* \brief Implementations of the member functions of CUserDefinedSolution.
* \author T. Economon, E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/toolboxes/MMS/CVerificationSolution.cpp b/Common/src/toolboxes/MMS/CVerificationSolution.cpp
index 559c22da620b..decbf3dcd1c5 100644
--- a/Common/src/toolboxes/MMS/CVerificationSolution.cpp
+++ b/Common/src/toolboxes/MMS/CVerificationSolution.cpp
@@ -2,7 +2,7 @@
* \file CVerificationSolution.cpp
* \brief Implementations of the member functions of CVerificationSolution.
* \author T. Economon, E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/toolboxes/MMS/CreateMMSSourceTerms/CMMSIncEulerSolution.py b/Common/src/toolboxes/MMS/CreateMMSSourceTerms/CMMSIncEulerSolution.py
index 0498e8a17737..5d0632954ea7 100755
--- a/Common/src/toolboxes/MMS/CreateMMSSourceTerms/CMMSIncEulerSolution.py
+++ b/Common/src/toolboxes/MMS/CreateMMSSourceTerms/CMMSIncEulerSolution.py
@@ -4,7 +4,7 @@
# \brief Python script that generates the source terms for a
# manufactured solution for the incompressible Euler eqns.
# \author T. Economon
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/Common/src/toolboxes/MMS/CreateMMSSourceTerms/CMMSIncNSSolution.py b/Common/src/toolboxes/MMS/CreateMMSSourceTerms/CMMSIncNSSolution.py
index 73c63664568b..bbf00bd03315 100755
--- a/Common/src/toolboxes/MMS/CreateMMSSourceTerms/CMMSIncNSSolution.py
+++ b/Common/src/toolboxes/MMS/CreateMMSSourceTerms/CMMSIncNSSolution.py
@@ -4,7 +4,7 @@
# \brief Python script that generates the source terms for a
# manufactured solution for the incompressible Navier-Stokes eqns.
# \author T. Economon
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/Common/src/toolboxes/fem/CFaceOfElement.cpp b/Common/src/toolboxes/fem/CFaceOfElement.cpp
index 197dfd1a2c2d..434310fb274d 100644
--- a/Common/src/toolboxes/fem/CFaceOfElement.cpp
+++ b/Common/src/toolboxes/fem/CFaceOfElement.cpp
@@ -3,7 +3,7 @@
* \brief Helper class used in distributing the surface elements and
* creating the surface elements for the DG solver.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/toolboxes/fem/CMatchingFace.cpp b/Common/src/toolboxes/fem/CMatchingFace.cpp
index ad2ca8b5aa23..2c70b56cac21 100644
--- a/Common/src/toolboxes/fem/CMatchingFace.cpp
+++ b/Common/src/toolboxes/fem/CMatchingFace.cpp
@@ -3,7 +3,7 @@
* \brief Helper class used to determine whether or not faces of
* surface elements for the DG solver are matching faces.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/toolboxes/fem/CReorderElements.cpp b/Common/src/toolboxes/fem/CReorderElements.cpp
index 57f632353250..6679012ec4dc 100644
--- a/Common/src/toolboxes/fem/CReorderElements.cpp
+++ b/Common/src/toolboxes/fem/CReorderElements.cpp
@@ -3,7 +3,7 @@
* \brief Helper class used to reorder the owned elements
* after the partitioning
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/toolboxes/fem/CSortFaces.cpp b/Common/src/toolboxes/fem/CSortFaces.cpp
index 0db6d75f16f5..040e1341555e 100644
--- a/Common/src/toolboxes/fem/CSortFaces.cpp
+++ b/Common/src/toolboxes/fem/CSortFaces.cpp
@@ -3,7 +3,7 @@
* \brief Functor, used for a different sorting of the surface elements
* than the < operator of CFaceOfElement.
* \author E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/toolboxes/printing_toolbox.cpp b/Common/src/toolboxes/printing_toolbox.cpp
index 1dc52514f89f..60923c2a35a9 100644
--- a/Common/src/toolboxes/printing_toolbox.cpp
+++ b/Common/src/toolboxes/printing_toolbox.cpp
@@ -2,7 +2,7 @@
* \file printing_toolbox.cpp
* \brief Printing tools
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Common/src/wall_model.cpp b/Common/src/wall_model.cpp
index 2a4a29aee8cf..fc5d26d2c2e2 100644
--- a/Common/src/wall_model.cpp
+++ b/Common/src/wall_model.cpp
@@ -3,7 +3,7 @@
* \brief File, which contains the implementation for the wall model functions
* for large eddy simulations.
* \author E. van der Weide, T. Economon, P. Urbanczyk
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/Docs/docmain.hpp b/Docs/docmain.hpp
index 24ec8970bd75..a9539316f11a 100644
--- a/Docs/docmain.hpp
+++ b/Docs/docmain.hpp
@@ -2,7 +2,7 @@
* \file docmain.hpp
* \brief This file contains documentation for Doxygen and does not have any significance with respect to C++.
* \author F. Palacios
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -26,7 +26,7 @@
*/
/*!
- * \mainpage SU2 version 8.3.0 "Harrier"
+ * \mainpage SU2 version 8.4.0 "Harrier"
* SU2 suite is an open-source collection of C++ based software tools
* to perform PDE analysis and PDE constrained optimization. The toolset is designed with
* computational fluid dynamics and aerodynamic shape optimization in mind, but is extensible to
diff --git a/QuickStart/inv_NACA0012.cfg b/QuickStart/inv_NACA0012.cfg
index f0859e250869..94468813fb1d 100644
--- a/QuickStart/inv_NACA0012.cfg
+++ b/QuickStart/inv_NACA0012.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2014.06.11 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/README.md b/README.md
index 7abff1642d9b..764b84ddd8ac 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
-# SU2 (ver. 8.3.0 "Harrier"): The Open-Source CFD Code
+# SU2 (ver. 8.4.0 "Harrier"): The Open-Source CFD Code
Computational analysis tools have revolutionized the way we design engineering systems, but most established codes are proprietary, unavailable, or prohibitively expensive for many users. The SU2 team is changing this, making multiphysics analysis and design optimization freely available as open-source software and involving everyone in its creation and development.
diff --git a/SU2_CFD/include/CMarkerProfileReaderFVM.hpp b/SU2_CFD/include/CMarkerProfileReaderFVM.hpp
index 1c158201015d..c6b62907d5b7 100644
--- a/SU2_CFD/include/CMarkerProfileReaderFVM.hpp
+++ b/SU2_CFD/include/CMarkerProfileReaderFVM.hpp
@@ -3,7 +3,7 @@
* \brief Header file for the class CMarkerProfileReaderFVM.
* The implementations are in the CMarkerProfileReaderFVM.cpp file.
* \author T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/SU2_CFD.hpp b/SU2_CFD/include/SU2_CFD.hpp
index ded9850a3104..69fc440e2ea7 100644
--- a/SU2_CFD/include/SU2_CFD.hpp
+++ b/SU2_CFD/include/SU2_CFD.hpp
@@ -3,7 +3,7 @@
* \brief Headers of the main subroutines of the code SU2_CFD.
* The subroutines and functions are in the SU2_CFD.cpp file.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/definition_structure.hpp b/SU2_CFD/include/definition_structure.hpp
index 20241d9bf42f..4a870fd55f38 100644
--- a/SU2_CFD/include/definition_structure.hpp
+++ b/SU2_CFD/include/definition_structure.hpp
@@ -3,7 +3,7 @@
* \brief Headers of the main subroutines used by SU2_CFD.
* The subroutines and functions are in the definition_structure.cpp file.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/drivers/CDiscAdjMultizoneDriver.hpp b/SU2_CFD/include/drivers/CDiscAdjMultizoneDriver.hpp
index 58ee78336b50..784fae55a85d 100644
--- a/SU2_CFD/include/drivers/CDiscAdjMultizoneDriver.hpp
+++ b/SU2_CFD/include/drivers/CDiscAdjMultizoneDriver.hpp
@@ -2,7 +2,7 @@
* \class CDiscAdjMultizoneDriver.hpp
* \brief Class for driving adjoint multi-zone problems.
* \author O. Burghardt, P. Gomes, T. Albring, R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/drivers/CDiscAdjSinglezoneDriver.hpp b/SU2_CFD/include/drivers/CDiscAdjSinglezoneDriver.hpp
index 11eb0b76cdff..7d7e8aa8d3e3 100644
--- a/SU2_CFD/include/drivers/CDiscAdjSinglezoneDriver.hpp
+++ b/SU2_CFD/include/drivers/CDiscAdjSinglezoneDriver.hpp
@@ -3,7 +3,7 @@
* \brief Headers of the main subroutines for driving single or multi-zone problems.
* The subroutines and functions are in the driver_structure.cpp file.
* \author T. Economon, H. Kline, R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -34,7 +34,7 @@
* \ingroup DiscAdj
* \brief Class for driving single-zone adjoint solvers.
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CDiscAdjSinglezoneDriver : public CSinglezoneDriver {
protected:
diff --git a/SU2_CFD/include/drivers/CDriver.hpp b/SU2_CFD/include/drivers/CDriver.hpp
index 4564408c5601..b01f560fa281 100644
--- a/SU2_CFD/include/drivers/CDriver.hpp
+++ b/SU2_CFD/include/drivers/CDriver.hpp
@@ -3,7 +3,7 @@
* \brief Headers of the main subroutines for driving single or multi-zone problems.
* The subroutines and functions are in the driver_structure.cpp file.
* \author T. Economon, H. Kline, R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/drivers/CDriverBase.hpp b/SU2_CFD/include/drivers/CDriverBase.hpp
index ad7ecdc1b2c9..1a4101bee956 100644
--- a/SU2_CFD/include/drivers/CDriverBase.hpp
+++ b/SU2_CFD/include/drivers/CDriverBase.hpp
@@ -2,7 +2,7 @@
* \file CDriverBase.hpp
* \brief Base class for all drivers.
* \author H. Patel, A. Gastaldi
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/drivers/CDummyDriver.hpp b/SU2_CFD/include/drivers/CDummyDriver.hpp
index 4508c9dd658e..8099ee68dd02 100644
--- a/SU2_CFD/include/drivers/CDummyDriver.hpp
+++ b/SU2_CFD/include/drivers/CDummyDriver.hpp
@@ -3,7 +3,7 @@
* \brief Headers of the main subroutines for driving single or multi-zone problems.
* The subroutines and functions are in the driver_structure.cpp file.
* \author T. Economon, H. Kline, R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/drivers/CMultizoneDriver.hpp b/SU2_CFD/include/drivers/CMultizoneDriver.hpp
index 60155f7f6b86..57b8c98da1dc 100644
--- a/SU2_CFD/include/drivers/CMultizoneDriver.hpp
+++ b/SU2_CFD/include/drivers/CMultizoneDriver.hpp
@@ -3,7 +3,7 @@
* \brief Headers of the main subroutines for driving single or multi-zone problems.
* The subroutines and functions are in the driver_structure.cpp file.
* \author T. Economon, H. Kline, R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -35,7 +35,7 @@
* \ingroup Drivers
* \brief Class for driving zone-specific iterations.
* \author R. Sanchez, O. Burghardt
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CMultizoneDriver : public CDriver {
protected:
diff --git a/SU2_CFD/include/drivers/CSinglezoneDriver.hpp b/SU2_CFD/include/drivers/CSinglezoneDriver.hpp
index 4e08741c94ac..e4c6b752ce86 100644
--- a/SU2_CFD/include/drivers/CSinglezoneDriver.hpp
+++ b/SU2_CFD/include/drivers/CSinglezoneDriver.hpp
@@ -3,7 +3,7 @@
* \brief Headers of the main subroutines for driving single or multi-zone problems.
* The subroutines and functions are in the driver_structure.cpp file.
* \author T. Economon, H. Kline, R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -34,7 +34,7 @@
* \ingroup Drivers
* \brief Class for driving single-zone solvers.
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CSinglezoneDriver : public CDriver {
protected:
diff --git a/SU2_CFD/include/fluid/CConductivityModel.hpp b/SU2_CFD/include/fluid/CConductivityModel.hpp
index b308fe3ff51f..86877be62c4b 100644
--- a/SU2_CFD/include/fluid/CConductivityModel.hpp
+++ b/SU2_CFD/include/fluid/CConductivityModel.hpp
@@ -2,7 +2,7 @@
* \file CConductivityModel.hpp
* \brief Defines an interface class for thermal conductivity models.
* \author S. Vitale, M. Pini, G. Gori, A. Guardone, P. Colonna, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/fluid/CConstantConductivity.hpp b/SU2_CFD/include/fluid/CConstantConductivity.hpp
index ddc79ddef8b1..7eb2794d9b80 100644
--- a/SU2_CFD/include/fluid/CConstantConductivity.hpp
+++ b/SU2_CFD/include/fluid/CConstantConductivity.hpp
@@ -2,7 +2,7 @@
* \file CConstantConductivity.hpp
* \brief Defines a constant laminar thermal conductivity model.
* \author S. Vitale, M. Pini, G. Gori, A. Guardone, P. Colonna, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/fluid/CConstantConductivityRANS.hpp b/SU2_CFD/include/fluid/CConstantConductivityRANS.hpp
index 5ed7951fc018..f381cde478fb 100644
--- a/SU2_CFD/include/fluid/CConstantConductivityRANS.hpp
+++ b/SU2_CFD/include/fluid/CConstantConductivityRANS.hpp
@@ -2,7 +2,7 @@
* \file CConstantConductivityRANS.hpp
* \brief Defines a constant conductivity model for RANS problems.
* \author T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/fluid/CConstantDensity.hpp b/SU2_CFD/include/fluid/CConstantDensity.hpp
index 95605718783d..5dca8e4d71fc 100644
--- a/SU2_CFD/include/fluid/CConstantDensity.hpp
+++ b/SU2_CFD/include/fluid/CConstantDensity.hpp
@@ -2,7 +2,7 @@
* \file CConstantDensity.hpp
* \brief Defines the incompressible constant density model.
* \author T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/fluid/CConstantDiffusivity.hpp b/SU2_CFD/include/fluid/CConstantDiffusivity.hpp
index c9711b8bfee0..41802faae14d 100644
--- a/SU2_CFD/include/fluid/CConstantDiffusivity.hpp
+++ b/SU2_CFD/include/fluid/CConstantDiffusivity.hpp
@@ -2,7 +2,7 @@
* \file CConstantDiffusivity.hpp
* \brief Defines constant mass diffusivity.
* \author T. Economon, Cristopher Morales Ubal
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/fluid/CConstantLewisDiffusivity.hpp b/SU2_CFD/include/fluid/CConstantLewisDiffusivity.hpp
index 43690c16d690..1c2a031925d7 100644
--- a/SU2_CFD/include/fluid/CConstantLewisDiffusivity.hpp
+++ b/SU2_CFD/include/fluid/CConstantLewisDiffusivity.hpp
@@ -2,7 +2,7 @@
* \file CConstantLewisDiffusivity.hpp
* \brief Defines Constant Lewis mass diffusivity.
* \author M.Heimgartner, C.Morales
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/fluid/CConstantPrandtl.hpp b/SU2_CFD/include/fluid/CConstantPrandtl.hpp
index 1d1e1e58be8a..0df6e9f5368f 100644
--- a/SU2_CFD/include/fluid/CConstantPrandtl.hpp
+++ b/SU2_CFD/include/fluid/CConstantPrandtl.hpp
@@ -2,7 +2,7 @@
* \file CConstantPrandtl.hpp
* \brief Defines a non-constant laminar Prandtl number thermal conductivity model.
* \author S. Vitale, M. Pini, G. Gori, A. Guardone, P. Colonna, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/fluid/CConstantPrandtlRANS.hpp b/SU2_CFD/include/fluid/CConstantPrandtlRANS.hpp
index 1a19651008e0..b5ddb2618c09 100644
--- a/SU2_CFD/include/fluid/CConstantPrandtlRANS.hpp
+++ b/SU2_CFD/include/fluid/CConstantPrandtlRANS.hpp
@@ -2,7 +2,7 @@
* \file CConstantPrandtlRANS.hpp
* \brief Defines a non-constant effective thermal conductivity for RANS problems using Prandtl numbers.
* \author S. Vitale, M. Pini, G. Gori, A. Guardone, P. Colonna, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/fluid/CConstantSchmidt.hpp b/SU2_CFD/include/fluid/CConstantSchmidt.hpp
index 6f8028ff299b..1e238f16f094 100644
--- a/SU2_CFD/include/fluid/CConstantSchmidt.hpp
+++ b/SU2_CFD/include/fluid/CConstantSchmidt.hpp
@@ -2,7 +2,7 @@
* \file CConstantSchmidt.hpp
* \brief Defines a mass diffusivity model with constant Schmidt numbers.
* \author S. Vitale, M. Pini, G. Gori, A. Guardone, P. Colonna, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/fluid/CConstantViscosity.hpp b/SU2_CFD/include/fluid/CConstantViscosity.hpp
index 93991dde2dbb..5d62a59fcbc8 100644
--- a/SU2_CFD/include/fluid/CConstantViscosity.hpp
+++ b/SU2_CFD/include/fluid/CConstantViscosity.hpp
@@ -2,7 +2,7 @@
* \file CConstantViscosity.hpp
* \brief Defines a constant laminar viscosity model.
* \author S. Vitale, M. Pini, G. Gori, A. Guardone, P. Colonna, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/fluid/CCoolProp.hpp b/SU2_CFD/include/fluid/CCoolProp.hpp
index 81fdc0edee9b..8dfbf4f95ca8 100644
--- a/SU2_CFD/include/fluid/CCoolProp.hpp
+++ b/SU2_CFD/include/fluid/CCoolProp.hpp
@@ -2,7 +2,7 @@
* \file CCoolProp.hpp
* \brief Defines the state-of-the-art fluid model from CoolProp library.
* \author P. Yan, G. Gori, A. Guardone
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/fluid/CCoolPropConductivity.hpp b/SU2_CFD/include/fluid/CCoolPropConductivity.hpp
index f21b4cfc1999..84b16694592b 100644
--- a/SU2_CFD/include/fluid/CCoolPropConductivity.hpp
+++ b/SU2_CFD/include/fluid/CCoolPropConductivity.hpp
@@ -2,7 +2,7 @@
* \file CCoolPropConductivity.hpp
* \brief Defines laminar thermal conductivity model from CoolProp.
* \author P.YAn, G. Gori, A. Guardone
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/fluid/CCoolPropViscosity.hpp b/SU2_CFD/include/fluid/CCoolPropViscosity.hpp
index d76f3af1923a..559886a992da 100644
--- a/SU2_CFD/include/fluid/CCoolPropViscosity.hpp
+++ b/SU2_CFD/include/fluid/CCoolPropViscosity.hpp
@@ -2,7 +2,7 @@
* \file CCoolPropViscosity.hpp
* \brief Defines CoolPropviscosity model.
* \author P.Yan, G. Gori, A. Guardone,
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/fluid/CDataDrivenFluid.hpp b/SU2_CFD/include/fluid/CDataDrivenFluid.hpp
index 4a6c5f3d008c..2298425802d1 100644
--- a/SU2_CFD/include/fluid/CDataDrivenFluid.hpp
+++ b/SU2_CFD/include/fluid/CDataDrivenFluid.hpp
@@ -3,7 +3,7 @@
* \brief Defines a template fluid model class using multilayer perceptrons
* for theromodynamic state definition
* \author E.C.Bunschoten
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/fluid/CDiffusivityModel.hpp b/SU2_CFD/include/fluid/CDiffusivityModel.hpp
index 845f1bbdc96f..20e0cb1cc4b0 100644
--- a/SU2_CFD/include/fluid/CDiffusivityModel.hpp
+++ b/SU2_CFD/include/fluid/CDiffusivityModel.hpp
@@ -2,7 +2,7 @@
* \file CDiffusivityModel.hpp
* \brief Interface class for defining mass diffusivity models.
* \author T. Economon, C. Morales
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/fluid/CFluidFlamelet.hpp b/SU2_CFD/include/fluid/CFluidFlamelet.hpp
index f89731b32207..a5d5c627b2a0 100644
--- a/SU2_CFD/include/fluid/CFluidFlamelet.hpp
+++ b/SU2_CFD/include/fluid/CFluidFlamelet.hpp
@@ -2,7 +2,7 @@
* \file CFluidFlamelet.hpp
* \brief Defines the flamelet fluid model
* \author D. Mayer, T. Economon, N. Beishuizen, E. Bunschoten
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/fluid/CFluidModel.hpp b/SU2_CFD/include/fluid/CFluidModel.hpp
index dcffe8b79c1a..83fa9939a3bb 100644
--- a/SU2_CFD/include/fluid/CFluidModel.hpp
+++ b/SU2_CFD/include/fluid/CFluidModel.hpp
@@ -2,7 +2,7 @@
* \file CFluidModel.hpp
* \brief Defines the main fluid model class for thermophysical properties.
* \author S. Vitale, G. Gori, M. Pini, A. Guardone, P. Colonna, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/fluid/CFluidScalar.hpp b/SU2_CFD/include/fluid/CFluidScalar.hpp
index 9f35f6edc149..c8170ff2a9e3 100644
--- a/SU2_CFD/include/fluid/CFluidScalar.hpp
+++ b/SU2_CFD/include/fluid/CFluidScalar.hpp
@@ -2,7 +2,7 @@
* \file CFluidScalar.hpp
* \brief Defines the multicomponent incompressible Ideal Gas model for mixtures.
* \author T. Economon, Mark Heimgartner, Cristopher Morales Ubal
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/fluid/CIdealGas.hpp b/SU2_CFD/include/fluid/CIdealGas.hpp
index 916eac3e8857..9c89faa5afae 100644
--- a/SU2_CFD/include/fluid/CIdealGas.hpp
+++ b/SU2_CFD/include/fluid/CIdealGas.hpp
@@ -2,7 +2,7 @@
* \file CIdealGas.hpp
* \brief Defines the ideal gas model.
* \author S. Vitale, G. Gori, M. Pini, A. Guardone, P. Colonna
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/fluid/CIncIdealGas.hpp b/SU2_CFD/include/fluid/CIncIdealGas.hpp
index 113667d9c0f0..f1b864edf276 100644
--- a/SU2_CFD/include/fluid/CIncIdealGas.hpp
+++ b/SU2_CFD/include/fluid/CIncIdealGas.hpp
@@ -2,7 +2,7 @@
* \file CIncIdealGas.hpp
* \brief Defines the incompressible Ideal Gas model.
* \author T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/fluid/CIncIdealGasPolynomial.hpp b/SU2_CFD/include/fluid/CIncIdealGasPolynomial.hpp
index 98e953908869..229918e9b9aa 100644
--- a/SU2_CFD/include/fluid/CIncIdealGasPolynomial.hpp
+++ b/SU2_CFD/include/fluid/CIncIdealGasPolynomial.hpp
@@ -2,7 +2,7 @@
* \file CIncIdealGasPolynomial.hpp
* \brief Defines the incompressible Ideal Gas model with polynomial Cp.
* \author T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/fluid/CMutationTCLib.hpp b/SU2_CFD/include/fluid/CMutationTCLib.hpp
index e673992c54ee..f956d8184902 100644
--- a/SU2_CFD/include/fluid/CMutationTCLib.hpp
+++ b/SU2_CFD/include/fluid/CMutationTCLib.hpp
@@ -2,7 +2,7 @@
* \file CMutationTCLib.hpp
* \brief Defines the class for the link to Mutation++ ThermoChemistry library.
* \author C. Garbacz
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/fluid/CNEMOGas.hpp b/SU2_CFD/include/fluid/CNEMOGas.hpp
index 1633d72e7e3b..2d91424484cc 100644
--- a/SU2_CFD/include/fluid/CNEMOGas.hpp
+++ b/SU2_CFD/include/fluid/CNEMOGas.hpp
@@ -2,7 +2,7 @@
* \file CNEMOGas.hpp
* \brief Defines the nonequilibrium gas model.
* \author C. Garbacz, W. Maier, S. R. Copeland
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/fluid/CPengRobinson.hpp b/SU2_CFD/include/fluid/CPengRobinson.hpp
index 026469733cf7..3a7c6e505b55 100644
--- a/SU2_CFD/include/fluid/CPengRobinson.hpp
+++ b/SU2_CFD/include/fluid/CPengRobinson.hpp
@@ -2,7 +2,7 @@
* \file CPengRobinson.hpp
* \brief Defines the Peng-Robinson model.
* \author S. Vitale, G. Gori, M. Pini, A. Guardone, P. Colonna
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/fluid/CPolynomialConductivity.hpp b/SU2_CFD/include/fluid/CPolynomialConductivity.hpp
index f1564845cdb8..5384a57b067e 100644
--- a/SU2_CFD/include/fluid/CPolynomialConductivity.hpp
+++ b/SU2_CFD/include/fluid/CPolynomialConductivity.hpp
@@ -2,7 +2,7 @@
* \file CPolynomialConductivity.hpp
* \brief Defines a non-constant laminar thermal conductivity using a polynomial function of temperature.
* \author T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/fluid/CPolynomialConductivityRANS.hpp b/SU2_CFD/include/fluid/CPolynomialConductivityRANS.hpp
index a6def76528f0..26ca16e5877a 100644
--- a/SU2_CFD/include/fluid/CPolynomialConductivityRANS.hpp
+++ b/SU2_CFD/include/fluid/CPolynomialConductivityRANS.hpp
@@ -3,7 +3,7 @@
* \brief Defines a non-constant thermal conductivity using a polynomial function of temperature
* for RANS problems with the addition of a turbulent component based on a turbulent Prandtl number.
* \author T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/fluid/CPolynomialViscosity.hpp b/SU2_CFD/include/fluid/CPolynomialViscosity.hpp
index 30b835751112..3628cde22326 100644
--- a/SU2_CFD/include/fluid/CPolynomialViscosity.hpp
+++ b/SU2_CFD/include/fluid/CPolynomialViscosity.hpp
@@ -2,7 +2,7 @@
* \file CPolynomialViscosity.hpp
* \brief Defines a laminar viscosity model as a polynomial function of temperature.
* \author T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/fluid/CSU2TCLib.hpp b/SU2_CFD/include/fluid/CSU2TCLib.hpp
index 4b7c8a1acaa1..8ea240c9c81c 100644
--- a/SU2_CFD/include/fluid/CSU2TCLib.hpp
+++ b/SU2_CFD/include/fluid/CSU2TCLib.hpp
@@ -2,7 +2,7 @@
* \file CSU2TCLib.hpp
* \brief Defines the classes for different user defined ThermoChemistry libraries.
* \author C. Garbacz, W. Maier, S. R. Copeland
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/fluid/CSutherland.hpp b/SU2_CFD/include/fluid/CSutherland.hpp
index eae4b70717ad..cff63bcc64f2 100644
--- a/SU2_CFD/include/fluid/CSutherland.hpp
+++ b/SU2_CFD/include/fluid/CSutherland.hpp
@@ -2,7 +2,7 @@
* \file CSutherland.hpp
* \brief Defines Sutherland's Law for laminar viscosity.
* \author S. Vitale, M. Pini, G. Gori, A. Guardone, P. Colonna, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/fluid/CVanDerWaalsGas.hpp b/SU2_CFD/include/fluid/CVanDerWaalsGas.hpp
index 68c46d2e1bc1..f5300ad8d419 100644
--- a/SU2_CFD/include/fluid/CVanDerWaalsGas.hpp
+++ b/SU2_CFD/include/fluid/CVanDerWaalsGas.hpp
@@ -2,7 +2,7 @@
* \file CVanDerWaalsGas.hpp
* \brief Declaration of the Polytropic Van der Waals model.
* \author S. Vitale, G. Gori, M. Pini, A. Guardone, P. Colonna
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/fluid/CViscosityModel.hpp b/SU2_CFD/include/fluid/CViscosityModel.hpp
index be3276e32171..44b436b9b9e1 100644
--- a/SU2_CFD/include/fluid/CViscosityModel.hpp
+++ b/SU2_CFD/include/fluid/CViscosityModel.hpp
@@ -2,7 +2,7 @@
* \file CViscosityModel.hpp
* \brief Interface class for defining laminar viscosity models.
* \author S. Vitale, M. Pini, G. Gori, A. Guardone, P. Colonna, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/gradients/computeGradientsGreenGauss.hpp b/SU2_CFD/include/gradients/computeGradientsGreenGauss.hpp
index 3708a9824367..dc5a74819a93 100644
--- a/SU2_CFD/include/gradients/computeGradientsGreenGauss.hpp
+++ b/SU2_CFD/include/gradients/computeGradientsGreenGauss.hpp
@@ -4,7 +4,7 @@
* \note This allows the same implementation to be used for conservative
* and primitive variables of any solver.
* \author P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/gradients/computeGradientsLeastSquares.hpp b/SU2_CFD/include/gradients/computeGradientsLeastSquares.hpp
index 8bbe96ac031f..5773caa9909c 100644
--- a/SU2_CFD/include/gradients/computeGradientsLeastSquares.hpp
+++ b/SU2_CFD/include/gradients/computeGradientsLeastSquares.hpp
@@ -3,7 +3,7 @@
* \brief Generic implementation of Least-Squares gradient computation.
* \note This allows the same implementation to be used for conservative
* and primitive variables of any solver.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/gradients/correctGradientsSymmetry.hpp b/SU2_CFD/include/gradients/correctGradientsSymmetry.hpp
index 4fefb636f369..e0a56639987f 100644
--- a/SU2_CFD/include/gradients/correctGradientsSymmetry.hpp
+++ b/SU2_CFD/include/gradients/correctGradientsSymmetry.hpp
@@ -2,7 +2,7 @@
* \file correctGradientsSymmetry.hpp
* \brief Implements the symmetry boundary conditions for the gradient computations.
* \author N. Beishuizen
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/integration/CFEM_DG_Integration.hpp b/SU2_CFD/include/integration/CFEM_DG_Integration.hpp
index 1f5ce60b9fff..3d72a941de64 100644
--- a/SU2_CFD/include/integration/CFEM_DG_Integration.hpp
+++ b/SU2_CFD/include/integration/CFEM_DG_Integration.hpp
@@ -2,7 +2,7 @@
* \file CFEM_DG_Integration.hpp
* \brief Declaration of class for integration with the FEM DG solver.
* \author E. van der Weide, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -32,7 +32,7 @@
* \ingroup Drivers
* \brief Class for integration with the FEM DG solver.
* \author E. van der Weide, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CFEM_DG_Integration final : public CIntegration {
public:
diff --git a/SU2_CFD/include/integration/CIntegration.hpp b/SU2_CFD/include/integration/CIntegration.hpp
index bc7ed9c65b55..f6f35910e67c 100644
--- a/SU2_CFD/include/integration/CIntegration.hpp
+++ b/SU2_CFD/include/integration/CIntegration.hpp
@@ -2,7 +2,7 @@
* \file CIntegration.hpp
* \brief Declaration of the main routines to orchestrate space and time integration.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/integration/CIntegrationFactory.hpp b/SU2_CFD/include/integration/CIntegrationFactory.hpp
index f16187636689..cb27c47da6f7 100644
--- a/SU2_CFD/include/integration/CIntegrationFactory.hpp
+++ b/SU2_CFD/include/integration/CIntegrationFactory.hpp
@@ -2,7 +2,7 @@
* \file CIntegrationFactory.hpp
* \brief Headers of the CIntegrationFactory class
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/integration/CMultiGridIntegration.hpp b/SU2_CFD/include/integration/CMultiGridIntegration.hpp
index fb8a3c863a0b..eb2b7ded797c 100644
--- a/SU2_CFD/include/integration/CMultiGridIntegration.hpp
+++ b/SU2_CFD/include/integration/CMultiGridIntegration.hpp
@@ -2,7 +2,7 @@
* \file CMultiGridIntegration.hpp
* \brief Declaration of class for time integration using a multigrid method.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/integration/CNewtonIntegration.hpp b/SU2_CFD/include/integration/CNewtonIntegration.hpp
index e9118746ad85..4f281c787619 100644
--- a/SU2_CFD/include/integration/CNewtonIntegration.hpp
+++ b/SU2_CFD/include/integration/CNewtonIntegration.hpp
@@ -2,7 +2,7 @@
* \file CNewtonIntegration.hpp
* \brief Newton-Krylov integration.
* \author P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/integration/CSingleGridIntegration.hpp b/SU2_CFD/include/integration/CSingleGridIntegration.hpp
index 8e1125695121..425caf69a13d 100644
--- a/SU2_CFD/include/integration/CSingleGridIntegration.hpp
+++ b/SU2_CFD/include/integration/CSingleGridIntegration.hpp
@@ -2,7 +2,7 @@
* \file CSingleGridIntegration.hpp
* \brief Declaration of class for numerical integration of fine grid-only problems.
* \author A. Bueno.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/integration/CStructuralIntegration.hpp b/SU2_CFD/include/integration/CStructuralIntegration.hpp
index 771d5795d157..0bd40c130d30 100644
--- a/SU2_CFD/include/integration/CStructuralIntegration.hpp
+++ b/SU2_CFD/include/integration/CStructuralIntegration.hpp
@@ -2,7 +2,7 @@
* \file CStructuralIntegration.hpp
* \brief Declaration of class for numerical integration of structural problems.
* \author R. Sanchez.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/interfaces/CInterface.hpp b/SU2_CFD/include/interfaces/CInterface.hpp
index d4eed6960e95..db8e5edc6313 100644
--- a/SU2_CFD/include/interfaces/CInterface.hpp
+++ b/SU2_CFD/include/interfaces/CInterface.hpp
@@ -3,7 +3,7 @@
* \brief Declarations and inlines of the transfer structure.
* The subroutines and functions are in the physics folders.
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -51,7 +51,7 @@ using namespace std;
* \ingroup Interfaces
* \brief Main class for defining the physical transfer of information.
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CInterface {
diff --git a/SU2_CFD/include/interfaces/cfd/CConservativeVarsInterface.hpp b/SU2_CFD/include/interfaces/cfd/CConservativeVarsInterface.hpp
index c0e56aec50d5..32fb2256b7b5 100644
--- a/SU2_CFD/include/interfaces/cfd/CConservativeVarsInterface.hpp
+++ b/SU2_CFD/include/interfaces/cfd/CConservativeVarsInterface.hpp
@@ -3,7 +3,7 @@
* \brief Declaration and inlines of the class to transfer conservative variables
* from a generic zone into another one.
* \author Ruben Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/interfaces/cfd/CMixingPlaneInterface.hpp b/SU2_CFD/include/interfaces/cfd/CMixingPlaneInterface.hpp
index 4a31add0c462..5dd54347c5ad 100644
--- a/SU2_CFD/include/interfaces/cfd/CMixingPlaneInterface.hpp
+++ b/SU2_CFD/include/interfaces/cfd/CMixingPlaneInterface.hpp
@@ -3,7 +3,7 @@
* \brief Declaration and inlines of the class to transfer average variables
* needed for MixingPlane computation from a generic zone into another one.
* \author S. Vitale
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/interfaces/cfd/CSlidingInterface.hpp b/SU2_CFD/include/interfaces/cfd/CSlidingInterface.hpp
index 697f9d7e6c18..2b6c72915e96 100644
--- a/SU2_CFD/include/interfaces/cfd/CSlidingInterface.hpp
+++ b/SU2_CFD/include/interfaces/cfd/CSlidingInterface.hpp
@@ -3,7 +3,7 @@
* \brief Declaration and inlines of the class to transfer conservative variables
* from a generic zone into another
* \author G. Gori Politecnico di Milano
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/interfaces/cht/CConjugateHeatInterface.hpp b/SU2_CFD/include/interfaces/cht/CConjugateHeatInterface.hpp
index 117581d06882..632d48a66c03 100644
--- a/SU2_CFD/include/interfaces/cht/CConjugateHeatInterface.hpp
+++ b/SU2_CFD/include/interfaces/cht/CConjugateHeatInterface.hpp
@@ -3,7 +3,7 @@
* \brief Declaration and inlines of the class to transfer temperature and heatflux
* density for conjugate heat interfaces between structure and fluid zones.
* \author O. Burghardt
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/interfaces/fsi/CDiscAdjFlowTractionInterface.hpp b/SU2_CFD/include/interfaces/fsi/CDiscAdjFlowTractionInterface.hpp
index acaf58109bad..4661ccee0c49 100644
--- a/SU2_CFD/include/interfaces/fsi/CDiscAdjFlowTractionInterface.hpp
+++ b/SU2_CFD/include/interfaces/fsi/CDiscAdjFlowTractionInterface.hpp
@@ -3,7 +3,7 @@
* \brief Declaration and inlines of the class to transfer flow tractions
* from a fluid zone into a structural zone in a discrete adjoint simulation.
* \author Ruben Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/interfaces/fsi/CDisplacementsInterface.hpp b/SU2_CFD/include/interfaces/fsi/CDisplacementsInterface.hpp
index be39a2b737b7..89a17e8b4417 100644
--- a/SU2_CFD/include/interfaces/fsi/CDisplacementsInterface.hpp
+++ b/SU2_CFD/include/interfaces/fsi/CDisplacementsInterface.hpp
@@ -3,7 +3,7 @@
* \brief Declaration and inlines of the class to transfer boundary displacements
* from a structural zone into a fluid zone.
* \author Ruben Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/interfaces/fsi/CFlowTractionInterface.hpp b/SU2_CFD/include/interfaces/fsi/CFlowTractionInterface.hpp
index 37f11836ce2a..a642d5dc9423 100644
--- a/SU2_CFD/include/interfaces/fsi/CFlowTractionInterface.hpp
+++ b/SU2_CFD/include/interfaces/fsi/CFlowTractionInterface.hpp
@@ -3,7 +3,7 @@
* \brief Declaration and inlines of the class to transfer flow tractions
* from a fluid zone into a structural zone.
* \author Ruben Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/iteration/CAdjFluidIteration.hpp b/SU2_CFD/include/iteration/CAdjFluidIteration.hpp
index 6738e18f96e9..f73f92f5d6fb 100644
--- a/SU2_CFD/include/iteration/CAdjFluidIteration.hpp
+++ b/SU2_CFD/include/iteration/CAdjFluidIteration.hpp
@@ -3,7 +3,7 @@
* \brief Headers of the iteration classes used by SU2_CFD.
* Each CIteration class represents an available physics package.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/iteration/CDiscAdjFEAIteration.hpp b/SU2_CFD/include/iteration/CDiscAdjFEAIteration.hpp
index 23d32fa8e4e9..f2246f96cef3 100644
--- a/SU2_CFD/include/iteration/CDiscAdjFEAIteration.hpp
+++ b/SU2_CFD/include/iteration/CDiscAdjFEAIteration.hpp
@@ -3,7 +3,7 @@
* \brief Headers of the iteration classes used by SU2_CFD.
* Each CIteration class represents an available physics package.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/iteration/CDiscAdjFluidIteration.hpp b/SU2_CFD/include/iteration/CDiscAdjFluidIteration.hpp
index ae8afcdff3ff..e1ec5f8e5a95 100644
--- a/SU2_CFD/include/iteration/CDiscAdjFluidIteration.hpp
+++ b/SU2_CFD/include/iteration/CDiscAdjFluidIteration.hpp
@@ -3,7 +3,7 @@
* \brief Headers of the iteration classes used by SU2_CFD.
* Each CIteration class represents an available physics package.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/iteration/CDiscAdjHeatIteration.hpp b/SU2_CFD/include/iteration/CDiscAdjHeatIteration.hpp
index 216d4f3ca43d..184656283b48 100644
--- a/SU2_CFD/include/iteration/CDiscAdjHeatIteration.hpp
+++ b/SU2_CFD/include/iteration/CDiscAdjHeatIteration.hpp
@@ -3,7 +3,7 @@
* \brief Headers of the iteration classes used by SU2_CFD.
* Each CIteration class represents an available physics package.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/iteration/CFEAIteration.hpp b/SU2_CFD/include/iteration/CFEAIteration.hpp
index 61413abbe741..669318e4b23a 100644
--- a/SU2_CFD/include/iteration/CFEAIteration.hpp
+++ b/SU2_CFD/include/iteration/CFEAIteration.hpp
@@ -3,7 +3,7 @@
* \brief Headers of the iteration classes used by SU2_CFD.
* Each CIteration class represents an available physics package.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -35,7 +35,7 @@
* \ingroup Drivers
* \brief Class for driving an iteration of structural analysis.
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CFEAIteration : public CIteration {
public:
diff --git a/SU2_CFD/include/iteration/CFEMFluidIteration.hpp b/SU2_CFD/include/iteration/CFEMFluidIteration.hpp
index 319bce7a48ea..456bbc597829 100644
--- a/SU2_CFD/include/iteration/CFEMFluidIteration.hpp
+++ b/SU2_CFD/include/iteration/CFEMFluidIteration.hpp
@@ -3,7 +3,7 @@
* \brief Headers of the iteration classes used by SU2_CFD.
* Each CIteration class represents an available physics package.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -35,7 +35,7 @@
* \ingroup Drivers
* \brief Class for driving an iteration of the finite element flow system.
* \author T. Economon, E. van der Weide
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CFEMFluidIteration : public CFluidIteration {
public:
diff --git a/SU2_CFD/include/iteration/CFluidIteration.hpp b/SU2_CFD/include/iteration/CFluidIteration.hpp
index 32038bcc96e2..4f686223ff5a 100644
--- a/SU2_CFD/include/iteration/CFluidIteration.hpp
+++ b/SU2_CFD/include/iteration/CFluidIteration.hpp
@@ -3,7 +3,7 @@
* \brief Headers of the iteration classes used by SU2_CFD.
* Each CIteration class represents an available physics package.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/iteration/CHeatIteration.hpp b/SU2_CFD/include/iteration/CHeatIteration.hpp
index f68dd8fcb191..e8b31ed9d5e4 100644
--- a/SU2_CFD/include/iteration/CHeatIteration.hpp
+++ b/SU2_CFD/include/iteration/CHeatIteration.hpp
@@ -3,7 +3,7 @@
* \brief Headers of the iteration classes used by SU2_CFD.
* Each CIteration class represents an available physics package.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/iteration/CIteration.hpp b/SU2_CFD/include/iteration/CIteration.hpp
index 2c04b010b069..46fa399ad23a 100644
--- a/SU2_CFD/include/iteration/CIteration.hpp
+++ b/SU2_CFD/include/iteration/CIteration.hpp
@@ -3,7 +3,7 @@
* \brief Headers of the iteration classes used by SU2_CFD.
* Each CIteration class represents an available physics package.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/iteration/CIterationFactory.hpp b/SU2_CFD/include/iteration/CIterationFactory.hpp
index 528a8dcd3455..cfa92aabd178 100644
--- a/SU2_CFD/include/iteration/CIterationFactory.hpp
+++ b/SU2_CFD/include/iteration/CIterationFactory.hpp
@@ -3,7 +3,7 @@
* \brief Headers of the iteration classes used by SU2_CFD.
* Each CIteration class represents an available physics package.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/iteration/CTurboIteration.hpp b/SU2_CFD/include/iteration/CTurboIteration.hpp
index e629acfa643e..ab6137a65fa2 100644
--- a/SU2_CFD/include/iteration/CTurboIteration.hpp
+++ b/SU2_CFD/include/iteration/CTurboIteration.hpp
@@ -3,7 +3,7 @@
* \brief Headers of the iteration classes used by SU2_CFD.
* Each CIteration class represents an available physics package.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/limiters/CLimiterDetails.hpp b/SU2_CFD/include/limiters/CLimiterDetails.hpp
index ad20119c7f85..1c0b12db5576 100644
--- a/SU2_CFD/include/limiters/CLimiterDetails.hpp
+++ b/SU2_CFD/include/limiters/CLimiterDetails.hpp
@@ -3,7 +3,7 @@
* \brief A class template that allows defining limiters via
* specialization of particular details.
* \author P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/limiters/computeLimiters.hpp b/SU2_CFD/include/limiters/computeLimiters.hpp
index f6d8e740b428..fa8b54da7f58 100644
--- a/SU2_CFD/include/limiters/computeLimiters.hpp
+++ b/SU2_CFD/include/limiters/computeLimiters.hpp
@@ -2,7 +2,7 @@
* \file computeLimiters.hpp
* \brief Compute limiters wrapper function.
* \author P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/limiters/computeLimiters_impl.hpp b/SU2_CFD/include/limiters/computeLimiters_impl.hpp
index ae86127f8a41..1e0c88385233 100644
--- a/SU2_CFD/include/limiters/computeLimiters_impl.hpp
+++ b/SU2_CFD/include/limiters/computeLimiters_impl.hpp
@@ -4,7 +4,7 @@
* \note Common methods are derived by defining small details
* via specialization of CLimiterDetails.
* \author P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/numerics/CGradSmoothing.hpp b/SU2_CFD/include/numerics/CGradSmoothing.hpp
index 1603844844cd..f7990f0e78f4 100644
--- a/SU2_CFD/include/numerics/CGradSmoothing.hpp
+++ b/SU2_CFD/include/numerics/CGradSmoothing.hpp
@@ -2,7 +2,7 @@
* \file CGradSmoothing.hpp
* \brief Declarations and inlines of the numerics class for gradient smoothing.
* \author T.Dick
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/numerics/CNumerics.hpp b/SU2_CFD/include/numerics/CNumerics.hpp
index a2686fb4df48..11044a241c9d 100644
--- a/SU2_CFD/include/numerics/CNumerics.hpp
+++ b/SU2_CFD/include/numerics/CNumerics.hpp
@@ -3,7 +3,7 @@
* \brief Declaration of the base numerics class, the
* implementation is in the CNumerics.cpp file.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/numerics/NEMO/CNEMONumerics.hpp b/SU2_CFD/include/numerics/NEMO/CNEMONumerics.hpp
index 81ad72ce39ef..25cb5b55ccb3 100644
--- a/SU2_CFD/include/numerics/NEMO/CNEMONumerics.hpp
+++ b/SU2_CFD/include/numerics/NEMO/CNEMONumerics.hpp
@@ -2,7 +2,7 @@
* \file CNEMONumerics.hpp
* \brief Base class template NEMO numerics.
* \author C. Garbacz, W. Maier, S. R. Copeland
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/numerics/NEMO/NEMO_diffusion.hpp b/SU2_CFD/include/numerics/NEMO/NEMO_diffusion.hpp
index a96f3c2bb1a8..5ce888618af2 100644
--- a/SU2_CFD/include/numerics/NEMO/NEMO_diffusion.hpp
+++ b/SU2_CFD/include/numerics/NEMO/NEMO_diffusion.hpp
@@ -2,7 +2,7 @@
* \file NEMO_diffusion.hpp
* \brief Declarations of numerics classes for viscous flux computation.
* \author S.R. Copeland, W. Maier, C. Garbacz.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -34,7 +34,7 @@
* \brief Class for computing viscous term using the average of gradients.
* \ingroup ViscDiscr
* \author S.R. Copeland, W. Maier, C. Garbacz
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CAvgGrad_NEMO : public CNEMONumerics {
private:
@@ -90,7 +90,7 @@ class CAvgGrad_NEMO : public CNEMONumerics {
* \brief Class for computing viscous term using the average of gradients.
* \ingroup ViscDiscr
* \author C. Garbacz, W. Maier, S.R. Copeland.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CAvgGradCorrected_NEMO : public CNEMONumerics {
private:
diff --git a/SU2_CFD/include/numerics/NEMO/NEMO_sources.hpp b/SU2_CFD/include/numerics/NEMO/NEMO_sources.hpp
index 0d68b5b5d644..f9d643cb74df 100644
--- a/SU2_CFD/include/numerics/NEMO/NEMO_sources.hpp
+++ b/SU2_CFD/include/numerics/NEMO/NEMO_sources.hpp
@@ -2,7 +2,7 @@
* \file NEMO_sources.hpp
* \brief Declarations of numerics classes for source-term integration.
* \author C. Garbacz, W. Maier, S. Copeland.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -34,7 +34,7 @@
* \brief Class for two-temperature model source terms.
* \ingroup SourceDiscr
* \author C. Garbacz, W. Maier, S. Copeland.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CSource_NEMO : public CNEMONumerics {
private:
diff --git a/SU2_CFD/include/numerics/NEMO/convection/ausm_slau.hpp b/SU2_CFD/include/numerics/NEMO/convection/ausm_slau.hpp
index 4d4632a463ab..50e2ff4e7a17 100644
--- a/SU2_CFD/include/numerics/NEMO/convection/ausm_slau.hpp
+++ b/SU2_CFD/include/numerics/NEMO/convection/ausm_slau.hpp
@@ -2,7 +2,7 @@
* \file ausm_slau.hpp
* \brief Declaration of numerics classes for the AUSM and SLAU family of schemes in NEMO.
* \author F. Palacios, S.R. Copeland, W. Maier, C. Garbacz
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/numerics/NEMO/convection/lax.hpp b/SU2_CFD/include/numerics/NEMO/convection/lax.hpp
index 18b6c19668ee..5b32d73dfa24 100644
--- a/SU2_CFD/include/numerics/NEMO/convection/lax.hpp
+++ b/SU2_CFD/include/numerics/NEMO/convection/lax.hpp
@@ -2,7 +2,7 @@
* \file lax.hpp
* \brief Declaration of numerics classes for Lax centered scheme.
* \author F. Palacios, S.R. Copeland, W. Maier, C. Garbacz
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/numerics/NEMO/convection/msw.hpp b/SU2_CFD/include/numerics/NEMO/convection/msw.hpp
index 474d71d3d81b..28e7b7e839d2 100644
--- a/SU2_CFD/include/numerics/NEMO/convection/msw.hpp
+++ b/SU2_CFD/include/numerics/NEMO/convection/msw.hpp
@@ -2,7 +2,7 @@
* \file msw.hpp
* \brief Declaration of numerics classes for modified Steger-Warming scheme.
* \author ADL Stanford, S.R. Copeland, W. Maier, C. Garbacz
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -34,7 +34,7 @@
* \brief Class for solving a flux-vector splitting method by Steger & Warming, modified version.
* \ingroup ConvDiscr
* \author ADL Stanford, S.R. Copeland, W. Maier, C. Garbacz
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CUpwMSW_NEMO : public CNEMONumerics {
private:
diff --git a/SU2_CFD/include/numerics/NEMO/convection/roe.hpp b/SU2_CFD/include/numerics/NEMO/convection/roe.hpp
index 8d369a7d14c2..efc40ab88cef 100644
--- a/SU2_CFD/include/numerics/NEMO/convection/roe.hpp
+++ b/SU2_CFD/include/numerics/NEMO/convection/roe.hpp
@@ -2,7 +2,7 @@
* \file roe.hpp
* \brief Declarations of numerics classes for Roe-type schemes in NEMO.
* \author S.R. Copeland, W. Maier, C. Garbacz
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -34,7 +34,7 @@
* \brief Class for evaluating the Riemann problem using Roe's scheme for a two-temperature model.
* \ingroup ConvDiscr
* \author S. R. Copeland, W. Maier, C. Garbacz
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CUpwRoe_NEMO : public CNEMONumerics {
private:
diff --git a/SU2_CFD/include/numerics/continuous_adjoint/adj_convection.hpp b/SU2_CFD/include/numerics/continuous_adjoint/adj_convection.hpp
index a7d192f544d8..be1825be40f7 100644
--- a/SU2_CFD/include/numerics/continuous_adjoint/adj_convection.hpp
+++ b/SU2_CFD/include/numerics/continuous_adjoint/adj_convection.hpp
@@ -3,7 +3,7 @@
* \brief Declarations of numerics classes for continuous adjoint
* convective discretization. Implemented in adj_convection.cpp.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/numerics/continuous_adjoint/adj_diffusion.hpp b/SU2_CFD/include/numerics/continuous_adjoint/adj_diffusion.hpp
index 6c2a00da03e2..cb71465ac4d6 100644
--- a/SU2_CFD/include/numerics/continuous_adjoint/adj_diffusion.hpp
+++ b/SU2_CFD/include/numerics/continuous_adjoint/adj_diffusion.hpp
@@ -3,7 +3,7 @@
* \brief Declarations of numerics classes for continuous adjoint
* diffusion discretization. Implemented in adj_diffusion.cpp.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/numerics/continuous_adjoint/adj_sources.hpp b/SU2_CFD/include/numerics/continuous_adjoint/adj_sources.hpp
index 0c8e750d47c4..8f4cc3974b3c 100644
--- a/SU2_CFD/include/numerics/continuous_adjoint/adj_sources.hpp
+++ b/SU2_CFD/include/numerics/continuous_adjoint/adj_sources.hpp
@@ -3,7 +3,7 @@
* \brief Declarations of numerics classes for continuous adjoint
* source term integration. Implemented in adj_sources.cpp.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/numerics/elasticity/CFEAElasticity.hpp b/SU2_CFD/include/numerics/elasticity/CFEAElasticity.hpp
index fa440a957586..c3a13b058e4f 100644
--- a/SU2_CFD/include/numerics/elasticity/CFEAElasticity.hpp
+++ b/SU2_CFD/include/numerics/elasticity/CFEAElasticity.hpp
@@ -2,7 +2,7 @@
* \file CFEAElasticity.hpp
* \brief Declaration and inlines of the base class for elasticity problems.
* \author Ruben Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -38,7 +38,7 @@
* The methods we override in this class with an empty implementation are here just to better
* document the public interface of this class hierarchy.
* \author R.Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CFEAElasticity : public CNumerics {
diff --git a/SU2_CFD/include/numerics/elasticity/CFEALinearElasticity.hpp b/SU2_CFD/include/numerics/elasticity/CFEALinearElasticity.hpp
index 6e94cf6e169e..8eae5ee49e68 100644
--- a/SU2_CFD/include/numerics/elasticity/CFEALinearElasticity.hpp
+++ b/SU2_CFD/include/numerics/elasticity/CFEALinearElasticity.hpp
@@ -2,7 +2,7 @@
* \file CFEALinearElasticity.hpp
* \brief Declaration and inlines of the linear elasticity FE numerics class.
* \author Ruben Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -35,7 +35,7 @@
* \brief Class for computing the stiffness matrix of a linear, elastic problem.
* \ingroup Elasticity_Equations
* \author R.Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CFEALinearElasticity : public CFEAElasticity {
protected:
@@ -90,7 +90,7 @@ class CFEALinearElasticity : public CFEAElasticity {
* \brief Particular case of linear elasticity used for mesh deformation.
* \ingroup Elasticity_Equations
* \author R.Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CFEAMeshElasticity final : public CFEALinearElasticity {
diff --git a/SU2_CFD/include/numerics/elasticity/CFEANonlinearElasticity.hpp b/SU2_CFD/include/numerics/elasticity/CFEANonlinearElasticity.hpp
index 7ea0091146e2..ed97b3e28255 100644
--- a/SU2_CFD/include/numerics/elasticity/CFEANonlinearElasticity.hpp
+++ b/SU2_CFD/include/numerics/elasticity/CFEANonlinearElasticity.hpp
@@ -2,7 +2,7 @@
* \file CFEANonlinearElasticity.hpp
* \brief Declaration and inlines of the nonlinear elasticity FE numerics class.
* \author Ruben Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -37,7 +37,7 @@
* Compute_Plane_Stress_Term and Compute_Stress_Tensor.
* \ingroup Elasticity_Equations
* \author R.Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CFEANonlinearElasticity : public CFEAElasticity {
diff --git a/SU2_CFD/include/numerics/elasticity/nonlinear_models.hpp b/SU2_CFD/include/numerics/elasticity/nonlinear_models.hpp
index 8079f89b091f..e57521cea0f8 100644
--- a/SU2_CFD/include/numerics/elasticity/nonlinear_models.hpp
+++ b/SU2_CFD/include/numerics/elasticity/nonlinear_models.hpp
@@ -2,7 +2,7 @@
* \file nonlinear_models.hpp
* \brief Declarations of nonlinear constitutive models.
* \author Ruben Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -35,7 +35,7 @@
* \brief Class for computing the constitutive and stress tensors for a neo-Hookean material model, compressible.
* \ingroup Elasticity_Equations
* \author R.Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CFEM_NeoHookean_Comp final : public CFEANonlinearElasticity {
@@ -84,7 +84,7 @@ class CFEM_NeoHookean_Comp final : public CFEANonlinearElasticity {
* \brief Constitutive and stress tensors for a Knowles stored-energy function, nearly incompressible.
* \ingroup Elasticity_Equations
* \author R.Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CFEM_Knowles_NearInc final : public CFEANonlinearElasticity {
@@ -137,7 +137,7 @@ class CFEM_Knowles_NearInc final : public CFEANonlinearElasticity {
* \brief Class for computing the constitutive and stress tensors for a dielectric elastomer.
* \ingroup Elasticity_Equations
* \author R.Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CFEM_DielectricElastomer final : public CFEANonlinearElasticity {
@@ -187,7 +187,7 @@ class CFEM_DielectricElastomer final : public CFEANonlinearElasticity {
* \brief Class for computing the constitutive and stress tensors for a nearly-incompressible ideal DE.
* \ingroup Elasticity_Equations
* \author R.Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CFEM_IdealDE final : public CFEANonlinearElasticity {
diff --git a/SU2_CFD/include/numerics/flow/convection/ausm_slau.hpp b/SU2_CFD/include/numerics/flow/convection/ausm_slau.hpp
index 3d0fbcfea945..b134778005e1 100644
--- a/SU2_CFD/include/numerics/flow/convection/ausm_slau.hpp
+++ b/SU2_CFD/include/numerics/flow/convection/ausm_slau.hpp
@@ -3,7 +3,7 @@
* \brief Declaration of numerics classes for the AUSM family of schemes,
* including SLAU. The implementation is in ausm.cpp.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/numerics/flow/convection/centered.hpp b/SU2_CFD/include/numerics/flow/convection/centered.hpp
index 6bdc9690f32b..90e6d10ffade 100644
--- a/SU2_CFD/include/numerics/flow/convection/centered.hpp
+++ b/SU2_CFD/include/numerics/flow/convection/centered.hpp
@@ -3,7 +3,7 @@
* \brief Declaration of numerics classes for centered schemes,
* the implementation is in centered.cpp.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/numerics/flow/convection/fds.hpp b/SU2_CFD/include/numerics/flow/convection/fds.hpp
index 745fe3246670..68f106395064 100644
--- a/SU2_CFD/include/numerics/flow/convection/fds.hpp
+++ b/SU2_CFD/include/numerics/flow/convection/fds.hpp
@@ -3,7 +3,7 @@
* \brief Declarations of classes for Flux-Difference-Spliting schemes,
* the implementations are in fds.cpp
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/numerics/flow/convection/fvs.hpp b/SU2_CFD/include/numerics/flow/convection/fvs.hpp
index 9eaa34c82e72..32952ee54fc7 100644
--- a/SU2_CFD/include/numerics/flow/convection/fvs.hpp
+++ b/SU2_CFD/include/numerics/flow/convection/fvs.hpp
@@ -3,7 +3,7 @@
* \brief Declarations of classes for Flux-Vector-Spliting schemes,
* the implementations are in fvs.cpp.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/numerics/flow/convection/hllc.hpp b/SU2_CFD/include/numerics/flow/convection/hllc.hpp
index a2b5bc7dee6f..dcf7999feaf1 100644
--- a/SU2_CFD/include/numerics/flow/convection/hllc.hpp
+++ b/SU2_CFD/include/numerics/flow/convection/hllc.hpp
@@ -2,7 +2,7 @@
* \file hllc.hpp
* \brief Declaration of HLLC numerics classes, implemented in hllc.cpp.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -34,7 +34,7 @@
* \brief Class for solving an approximate Riemann HLLC.
* \ingroup ConvDiscr
* \author G. Gori, Politecnico di Milano
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CUpwHLLC_Flow final : public CNumerics {
private:
@@ -86,7 +86,7 @@ class CUpwHLLC_Flow final : public CNumerics {
* \brief Class for solving an approximate Riemann HLLC.
* \ingroup ConvDiscr
* \author G. Gori, Politecnico di Milano
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CUpwGeneralHLLC_Flow final : public CNumerics {
private:
diff --git a/SU2_CFD/include/numerics/flow/convection/roe.hpp b/SU2_CFD/include/numerics/flow/convection/roe.hpp
index 552cd0bbdf47..2a01fe473963 100644
--- a/SU2_CFD/include/numerics/flow/convection/roe.hpp
+++ b/SU2_CFD/include/numerics/flow/convection/roe.hpp
@@ -3,7 +3,7 @@
* \brief Declarations of numerics classes for Roe-type schemes,
* implemented in roe.cpp.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -119,7 +119,7 @@ class CUpwRoe_Flow final : public CUpwRoeBase_Flow {
* \brief Class for solving an approximate Riemann solver of L2Roe for the flow equations.
* \ingroup ConvDiscr
* \author E. Molina, A. Bueno, F. Palacios, P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CUpwL2Roe_Flow final : public CUpwRoeBase_Flow {
private:
@@ -149,7 +149,7 @@ class CUpwL2Roe_Flow final : public CUpwRoeBase_Flow {
* \brief Class for solving an approximate Riemann solver of LMRoe for the flow equations.
* \ingroup ConvDiscr
* \author E. Molina, A. Bueno, F. Palacios, P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CUpwLMRoe_Flow final : public CUpwRoeBase_Flow {
private:
diff --git a/SU2_CFD/include/numerics/flow/flow_diffusion.hpp b/SU2_CFD/include/numerics/flow/flow_diffusion.hpp
index 3eaa07d8f32d..01d5342abb42 100644
--- a/SU2_CFD/include/numerics/flow/flow_diffusion.hpp
+++ b/SU2_CFD/include/numerics/flow/flow_diffusion.hpp
@@ -2,7 +2,7 @@
* \file flow_diffusion.hpp
* \brief Declarations of numerics classes for viscous flux computation.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/numerics/flow/flow_sources.hpp b/SU2_CFD/include/numerics/flow/flow_sources.hpp
index eca8e41cc9c7..0651eec70ab5 100644
--- a/SU2_CFD/include/numerics/flow/flow_sources.hpp
+++ b/SU2_CFD/include/numerics/flow/flow_sources.hpp
@@ -2,7 +2,7 @@
* \file flow_sources.hpp
* \brief Declarations of numerics classes for source-term integration.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -178,7 +178,7 @@ class CSourceBodyForce final : public CSourceBase_Flow {
* \brief Class for the source term integration of a body force in the incompressible solver.
* \ingroup SourceDiscr
* \author T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CSourceIncBodyForce final : public CSourceBase_Flow {
su2double Body_Force_Vector[3];
@@ -205,7 +205,7 @@ class CSourceIncBodyForce final : public CSourceBase_Flow {
* \brief Class for the source term integration of the Boussinesq approximation for incompressible flow.
* \ingroup SourceDiscr
* \author T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CSourceBoussinesq final : public CSourceBase_Flow {
su2double Gravity_Vector[3];
diff --git a/SU2_CFD/include/numerics/heat.hpp b/SU2_CFD/include/numerics/heat.hpp
index 8c5050473820..1d75bdf37529 100644
--- a/SU2_CFD/include/numerics/heat.hpp
+++ b/SU2_CFD/include/numerics/heat.hpp
@@ -2,7 +2,7 @@
* \file heat.hpp
* \brief Declarations of numerics classes for heat transfer problems.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -36,7 +36,7 @@
* \brief Class for doing a scalar upwind solver for the heat convection equation.
* \ingroup ConvDiscr
* \author O. Burghardt.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CUpwSca_Heat final : public CUpwScalar> {
public:
@@ -70,7 +70,7 @@ class CUpwSca_Heat final : public CUpwScalar {
public:
diff --git a/SU2_CFD/include/numerics/radiation.hpp b/SU2_CFD/include/numerics/radiation.hpp
index 626261b4ea0e..e793894fdc5e 100644
--- a/SU2_CFD/include/numerics/radiation.hpp
+++ b/SU2_CFD/include/numerics/radiation.hpp
@@ -3,7 +3,7 @@
* \brief Declaration and inlines of the classes used to compute
* residual terms in radiation problems.
* \author Ruben Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/numerics/scalar/scalar_convection.hpp b/SU2_CFD/include/numerics/scalar/scalar_convection.hpp
index 38f65616866e..b8d8a6403930 100644
--- a/SU2_CFD/include/numerics/scalar/scalar_convection.hpp
+++ b/SU2_CFD/include/numerics/scalar/scalar_convection.hpp
@@ -3,7 +3,7 @@
* \brief Declarations of numerics classes for discretization of
* convective fluxes in scalar problems.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/numerics/scalar/scalar_diffusion.hpp b/SU2_CFD/include/numerics/scalar/scalar_diffusion.hpp
index ea9ab95b1acc..a2942fc72999 100644
--- a/SU2_CFD/include/numerics/scalar/scalar_diffusion.hpp
+++ b/SU2_CFD/include/numerics/scalar/scalar_diffusion.hpp
@@ -3,7 +3,7 @@
* \brief Declarations of numerics classes for discretization of
* viscous fluxes in scalar problems.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/numerics/scalar/scalar_sources.hpp b/SU2_CFD/include/numerics/scalar/scalar_sources.hpp
index 895f3e4d743d..18f3686bc7f8 100644
--- a/SU2_CFD/include/numerics/scalar/scalar_sources.hpp
+++ b/SU2_CFD/include/numerics/scalar/scalar_sources.hpp
@@ -1,7 +1,7 @@
/*!
* \file scalar_sources.hpp
* \brief Declarations of numerics classes for integration of source terms in scalar problems.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/numerics/species/species_convection.hpp b/SU2_CFD/include/numerics/species/species_convection.hpp
index cb57caa59d6d..96f9a4a51bb1 100644
--- a/SU2_CFD/include/numerics/species/species_convection.hpp
+++ b/SU2_CFD/include/numerics/species/species_convection.hpp
@@ -3,7 +3,7 @@
* \brief Declarations of numerics classes for discretization of
* convective fluxes in species problems.
* \author T. Kattmann
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/numerics/species/species_diffusion.hpp b/SU2_CFD/include/numerics/species/species_diffusion.hpp
index 561f791128aa..0410ec939963 100644
--- a/SU2_CFD/include/numerics/species/species_diffusion.hpp
+++ b/SU2_CFD/include/numerics/species/species_diffusion.hpp
@@ -3,7 +3,7 @@
* \brief Declarations of numerics classes for discretization of
* viscous fluxes in species problems.
* \author T. Kattmann
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/numerics/species/species_sources.hpp b/SU2_CFD/include/numerics/species/species_sources.hpp
index 363619e51138..b30166e3b27a 100644
--- a/SU2_CFD/include/numerics/species/species_sources.hpp
+++ b/SU2_CFD/include/numerics/species/species_sources.hpp
@@ -3,7 +3,7 @@
* \brief Declarations of numerics classes for integration of source
* terms in species problems.
* \author T. Kattmann
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/numerics/template.hpp b/SU2_CFD/include/numerics/template.hpp
index 52177326c3ef..9e3c0cb3f6b2 100644
--- a/SU2_CFD/include/numerics/template.hpp
+++ b/SU2_CFD/include/numerics/template.hpp
@@ -5,7 +5,7 @@
* new schemes in SU2, in practice you should look for a similar
* scheme and try to re-use functionality (not by copy-paste).
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/numerics/turbulent/transition/trans_convection.hpp b/SU2_CFD/include/numerics/turbulent/transition/trans_convection.hpp
index 8e7d0e172628..b9b1a2aae525 100644
--- a/SU2_CFD/include/numerics/turbulent/transition/trans_convection.hpp
+++ b/SU2_CFD/include/numerics/turbulent/transition/trans_convection.hpp
@@ -3,7 +3,7 @@
* \brief Delarations of numerics classes for discretization of
* convective fluxes in transition problems.
* \author S. Kang
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/numerics/turbulent/transition/trans_correlations.hpp b/SU2_CFD/include/numerics/turbulent/transition/trans_correlations.hpp
index 0066db55c9b4..97ba735e6e09 100644
--- a/SU2_CFD/include/numerics/turbulent/transition/trans_correlations.hpp
+++ b/SU2_CFD/include/numerics/turbulent/transition/trans_correlations.hpp
@@ -1,7 +1,7 @@
/*!
* \file trans_correlations.hpp
* \brief Numerics class for the LM model's correlation functions.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/numerics/turbulent/transition/trans_diffusion.hpp b/SU2_CFD/include/numerics/turbulent/transition/trans_diffusion.hpp
index 76baba57d2ae..6901f8e6c75f 100644
--- a/SU2_CFD/include/numerics/turbulent/transition/trans_diffusion.hpp
+++ b/SU2_CFD/include/numerics/turbulent/transition/trans_diffusion.hpp
@@ -3,7 +3,7 @@
* \brief Declarations of numerics classes for discretization of
* viscous fluxes in transition problems.
* \author S. Kang
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/numerics/turbulent/transition/trans_sources.hpp b/SU2_CFD/include/numerics/turbulent/transition/trans_sources.hpp
index 40808f33fc08..08a2e9ff6e3a 100644
--- a/SU2_CFD/include/numerics/turbulent/transition/trans_sources.hpp
+++ b/SU2_CFD/include/numerics/turbulent/transition/trans_sources.hpp
@@ -1,7 +1,7 @@
/*!
* \file trans_sources.hpp
* \brief Numerics classes for integration of source terms in transition problems.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/numerics/turbulent/turb_convection.hpp b/SU2_CFD/include/numerics/turbulent/turb_convection.hpp
index 0251e6c2451f..5e401210734a 100644
--- a/SU2_CFD/include/numerics/turbulent/turb_convection.hpp
+++ b/SU2_CFD/include/numerics/turbulent/turb_convection.hpp
@@ -3,7 +3,7 @@
* \brief Declarations of numerics classes for discretization of
* convective fluxes in turbulence problems.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/numerics/turbulent/turb_diffusion.hpp b/SU2_CFD/include/numerics/turbulent/turb_diffusion.hpp
index a3ac2b68e868..537490a0c8c3 100644
--- a/SU2_CFD/include/numerics/turbulent/turb_diffusion.hpp
+++ b/SU2_CFD/include/numerics/turbulent/turb_diffusion.hpp
@@ -3,7 +3,7 @@
* \brief Declarations of numerics classes for discretization of
* viscous fluxes in turbulence problems.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/numerics/turbulent/turb_sources.hpp b/SU2_CFD/include/numerics/turbulent/turb_sources.hpp
index 4b2158da7f0c..a5217a081df3 100644
--- a/SU2_CFD/include/numerics/turbulent/turb_sources.hpp
+++ b/SU2_CFD/include/numerics/turbulent/turb_sources.hpp
@@ -1,7 +1,7 @@
/*!
* \file turb_sources.hpp
* \brief Numerics classes for integration of source terms in turbulence problems.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/numerics_simd/CNumericsSIMD.cpp b/SU2_CFD/include/numerics_simd/CNumericsSIMD.cpp
index 9bc963ad9e6c..09e71002f8ae 100644
--- a/SU2_CFD/include/numerics_simd/CNumericsSIMD.cpp
+++ b/SU2_CFD/include/numerics_simd/CNumericsSIMD.cpp
@@ -4,7 +4,7 @@
* \note This should be the only cpp for this family of classes
* (which are all templates). All compilation takes place here.
* \author P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/numerics_simd/CNumericsSIMD.hpp b/SU2_CFD/include/numerics_simd/CNumericsSIMD.hpp
index 019c6e9645c6..83f45665d17e 100644
--- a/SU2_CFD/include/numerics_simd/CNumericsSIMD.hpp
+++ b/SU2_CFD/include/numerics_simd/CNumericsSIMD.hpp
@@ -2,7 +2,7 @@
* \file CNumericsSIMD.hpp
* \brief Vectorized (SIMD) numerics classes.
* \author P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/numerics_simd/flow/convection/centered.hpp b/SU2_CFD/include/numerics_simd/flow/convection/centered.hpp
index dde90262e5fb..aea968b9d810 100644
--- a/SU2_CFD/include/numerics_simd/flow/convection/centered.hpp
+++ b/SU2_CFD/include/numerics_simd/flow/convection/centered.hpp
@@ -2,7 +2,7 @@
* \file centered.hpp
* \brief Centered convective schemes.
* \author P. Gomes, F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/numerics_simd/flow/convection/common.hpp b/SU2_CFD/include/numerics_simd/flow/convection/common.hpp
index 659df7f019f9..951555b734ac 100644
--- a/SU2_CFD/include/numerics_simd/flow/convection/common.hpp
+++ b/SU2_CFD/include/numerics_simd/flow/convection/common.hpp
@@ -2,7 +2,7 @@
* \file common.hpp
* \brief Common convection-related methods.
* \author P. Gomes, F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/numerics_simd/flow/convection/roe.hpp b/SU2_CFD/include/numerics_simd/flow/convection/roe.hpp
index 93801e1cc4d9..8b2bc64ea1fa 100644
--- a/SU2_CFD/include/numerics_simd/flow/convection/roe.hpp
+++ b/SU2_CFD/include/numerics_simd/flow/convection/roe.hpp
@@ -2,7 +2,7 @@
* \file roe.hpp
* \brief Roe-family of convective schemes.
* \author P. Gomes, A. Bueno, F. Palacios
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/numerics_simd/flow/diffusion/common.hpp b/SU2_CFD/include/numerics_simd/flow/diffusion/common.hpp
index 744cde56a6ea..bb5167422542 100644
--- a/SU2_CFD/include/numerics_simd/flow/diffusion/common.hpp
+++ b/SU2_CFD/include/numerics_simd/flow/diffusion/common.hpp
@@ -2,7 +2,7 @@
* \file common.hpp
* \brief Helper functions for viscous methods.
* \author P. Gomes, C. Pederson, A. Bueno, F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/numerics_simd/flow/diffusion/viscous_fluxes.hpp b/SU2_CFD/include/numerics_simd/flow/diffusion/viscous_fluxes.hpp
index 9aed888eb2eb..62b10487782b 100644
--- a/SU2_CFD/include/numerics_simd/flow/diffusion/viscous_fluxes.hpp
+++ b/SU2_CFD/include/numerics_simd/flow/diffusion/viscous_fluxes.hpp
@@ -2,7 +2,7 @@
* \file viscous_fluxes.hpp
* \brief Decorator classes for computation of viscous fluxes.
* \author P. Gomes, C. Pederson, A. Bueno, F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/numerics_simd/flow/variables.hpp b/SU2_CFD/include/numerics_simd/flow/variables.hpp
index 0a90e8b9e69f..762c63d0c1ac 100644
--- a/SU2_CFD/include/numerics_simd/flow/variables.hpp
+++ b/SU2_CFD/include/numerics_simd/flow/variables.hpp
@@ -2,7 +2,7 @@
* \file variables.hpp
* \brief Collection of types to store physical variables.
* \author P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/numerics_simd/util.hpp b/SU2_CFD/include/numerics_simd/util.hpp
index dcc386f34607..25046e7db8e9 100644
--- a/SU2_CFD/include/numerics_simd/util.hpp
+++ b/SU2_CFD/include/numerics_simd/util.hpp
@@ -2,7 +2,7 @@
* \file util.hpp
* \brief Generic auxiliary functions.
* \author P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/output/CAdjElasticityOutput.hpp b/SU2_CFD/include/output/CAdjElasticityOutput.hpp
index bed9086213db..8a1d0559ca3e 100644
--- a/SU2_CFD/include/output/CAdjElasticityOutput.hpp
+++ b/SU2_CFD/include/output/CAdjElasticityOutput.hpp
@@ -2,7 +2,7 @@
* \file CAdjElasticityOutput.hpp
* \brief Headers of the adjoint elasticity output class.
* \author T. Albring, R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/output/CAdjFlowCompOutput.hpp b/SU2_CFD/include/output/CAdjFlowCompOutput.hpp
index 31cbe19e55e7..f45aa8f52a98 100644
--- a/SU2_CFD/include/output/CAdjFlowCompOutput.hpp
+++ b/SU2_CFD/include/output/CAdjFlowCompOutput.hpp
@@ -2,7 +2,7 @@
* \file CAdjFlowCompOutput.hpp
* \brief Headers of the adjoint compressible flow output.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/output/CAdjFlowIncOutput.hpp b/SU2_CFD/include/output/CAdjFlowIncOutput.hpp
index 493eee3526e4..95b516a72941 100644
--- a/SU2_CFD/include/output/CAdjFlowIncOutput.hpp
+++ b/SU2_CFD/include/output/CAdjFlowIncOutput.hpp
@@ -2,7 +2,7 @@
* \file CAdjFlowIncOutput.hpp
* \brief Headers of the adjoint incompressible flow output.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/output/CAdjFlowOutput.hpp b/SU2_CFD/include/output/CAdjFlowOutput.hpp
index 1e6f4873ac43..f487867bd974 100644
--- a/SU2_CFD/include/output/CAdjFlowOutput.hpp
+++ b/SU2_CFD/include/output/CAdjFlowOutput.hpp
@@ -2,7 +2,7 @@
* \file CAdjFlowOutput.hpp
* \brief Headers of the adjoint flow output.
* \author T. Kattmann
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/output/CAdjHeatOutput.hpp b/SU2_CFD/include/output/CAdjHeatOutput.hpp
index dba72d72e29e..72f8cffc931d 100644
--- a/SU2_CFD/include/output/CAdjHeatOutput.hpp
+++ b/SU2_CFD/include/output/CAdjHeatOutput.hpp
@@ -2,7 +2,7 @@
* \file CAdjHeatOutput.hpp
* \brief Headers of the adjoint heat output.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/output/CBaselineOutput.hpp b/SU2_CFD/include/output/CBaselineOutput.hpp
index 6c4645ebfa6f..7cd35c882e7c 100644
--- a/SU2_CFD/include/output/CBaselineOutput.hpp
+++ b/SU2_CFD/include/output/CBaselineOutput.hpp
@@ -2,7 +2,7 @@
* \file CBaselineOutput.hpp
* \brief Headers of the baseline output.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/output/CElasticityOutput.hpp b/SU2_CFD/include/output/CElasticityOutput.hpp
index 04cf8069c73b..c3c189512b47 100644
--- a/SU2_CFD/include/output/CElasticityOutput.hpp
+++ b/SU2_CFD/include/output/CElasticityOutput.hpp
@@ -2,7 +2,7 @@
* \file CElasticityOutput.hpp
* \brief Headers of the elasticity output.
* \author F. Palacios, T. Economon, M. Colonno
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/output/CFVMOutput.hpp b/SU2_CFD/include/output/CFVMOutput.hpp
index 2279d273e1a7..6e1153ebf71e 100644
--- a/SU2_CFD/include/output/CFVMOutput.hpp
+++ b/SU2_CFD/include/output/CFVMOutput.hpp
@@ -2,7 +2,7 @@
* \file CFVMOutput.hpp
* \brief Headers of the Finite Volume Method output.
* \author T. Kattmann
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/output/CFlowCompFEMOutput.hpp b/SU2_CFD/include/output/CFlowCompFEMOutput.hpp
index cd05a5ea0349..fdb5d65048fb 100644
--- a/SU2_CFD/include/output/CFlowCompFEMOutput.hpp
+++ b/SU2_CFD/include/output/CFlowCompFEMOutput.hpp
@@ -2,7 +2,7 @@
* \file CFlowCompFEMOutput.hpp
* \brief Headers of the compressible FEM flow output.
* \author R. Sanchez, T. Albring.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/output/CFlowCompOutput.hpp b/SU2_CFD/include/output/CFlowCompOutput.hpp
index c340cffcef4d..5d30fe815ec6 100644
--- a/SU2_CFD/include/output/CFlowCompOutput.hpp
+++ b/SU2_CFD/include/output/CFlowCompOutput.hpp
@@ -2,7 +2,7 @@
* \file CFlowCompOutput.hpp
* \brief Headers of the compressible flow output.
* \author R. Sanchez, T. Albring.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/output/CFlowIncOutput.hpp b/SU2_CFD/include/output/CFlowIncOutput.hpp
index f757332d604c..989c4a20cecd 100644
--- a/SU2_CFD/include/output/CFlowIncOutput.hpp
+++ b/SU2_CFD/include/output/CFlowIncOutput.hpp
@@ -2,7 +2,7 @@
* \file CFlowIncOutput.hpp
* \brief Headers of the incompressible flow output.
* \author T. Albring, R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/output/CFlowOutput.hpp b/SU2_CFD/include/output/CFlowOutput.hpp
index c2f6b6876b68..6a9984a6f0a9 100644
--- a/SU2_CFD/include/output/CFlowOutput.hpp
+++ b/SU2_CFD/include/output/CFlowOutput.hpp
@@ -2,7 +2,7 @@
* \file CFlowOutput.hpp
* \brief Headers of the flow output.
* \author F. Palacios, T. Economon, M. Colonno
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/output/CHeatOutput.hpp b/SU2_CFD/include/output/CHeatOutput.hpp
index 74a57c4fc4da..2000f5a4e828 100644
--- a/SU2_CFD/include/output/CHeatOutput.hpp
+++ b/SU2_CFD/include/output/CHeatOutput.hpp
@@ -2,7 +2,7 @@
* \file CHeatOutput.hpp
* \brief Headers of the heat output.
* \author R. Sanchez, T. Albring.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/output/CMeshOutput.hpp b/SU2_CFD/include/output/CMeshOutput.hpp
index 44531d44f074..2b83ea216d8d 100644
--- a/SU2_CFD/include/output/CMeshOutput.hpp
+++ b/SU2_CFD/include/output/CMeshOutput.hpp
@@ -2,7 +2,7 @@
* \file CMeshOutput.hpp
* \brief Headers of the mesh output.
* \author R. Sanchez, T. Albring.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/output/CMultizoneOutput.hpp b/SU2_CFD/include/output/CMultizoneOutput.hpp
index 9e1f9f401ee6..fed7195fc4f4 100644
--- a/SU2_CFD/include/output/CMultizoneOutput.hpp
+++ b/SU2_CFD/include/output/CMultizoneOutput.hpp
@@ -2,7 +2,7 @@
* \file CMultizoneOutput.hpp
* \brief Headers of the main subroutines for screen and history output in multizone problems.
* \author R. Sanchez, T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/output/CNEMOCompOutput.hpp b/SU2_CFD/include/output/CNEMOCompOutput.hpp
index 8c3c1a1e7c31..4c6aa3dba791 100644
--- a/SU2_CFD/include/output/CNEMOCompOutput.hpp
+++ b/SU2_CFD/include/output/CNEMOCompOutput.hpp
@@ -2,7 +2,7 @@
* \file CNEMOCompOutput.hpp
* \brief Headers of the compressible flow output.
* \author R. Sanchez, W. Maier.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/output/COutput.hpp b/SU2_CFD/include/output/COutput.hpp
index 1b49c98b0e9a..ce4e29ed2c17 100644
--- a/SU2_CFD/include/output/COutput.hpp
+++ b/SU2_CFD/include/output/COutput.hpp
@@ -2,7 +2,7 @@
* \file COutput.hpp
* \brief Headers of the output class.
* \author T.Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/output/COutputFactory.hpp b/SU2_CFD/include/output/COutputFactory.hpp
index 70a4d2833089..09ac7f0d53a5 100644
--- a/SU2_CFD/include/output/COutputFactory.hpp
+++ b/SU2_CFD/include/output/COutputFactory.hpp
@@ -2,7 +2,7 @@
* \file COutputFactory.hpp
* \brief Headers of the output class.
* \author T.Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/output/filewriter/CCGNSFileWriter.hpp b/SU2_CFD/include/output/filewriter/CCGNSFileWriter.hpp
index 5dba092f380e..c022c00fc8bf 100644
--- a/SU2_CFD/include/output/filewriter/CCGNSFileWriter.hpp
+++ b/SU2_CFD/include/output/filewriter/CCGNSFileWriter.hpp
@@ -2,7 +2,7 @@
* \file CCGNSFileWriter.hpp
* \brief Headers for CGNS file writer class.
* \author G. Baldan
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/output/filewriter/CCSVFileWriter.hpp b/SU2_CFD/include/output/filewriter/CCSVFileWriter.hpp
index f7e1da8b66c1..954d0230985d 100644
--- a/SU2_CFD/include/output/filewriter/CCSVFileWriter.hpp
+++ b/SU2_CFD/include/output/filewriter/CCSVFileWriter.hpp
@@ -2,7 +2,7 @@
* \file CCSVFileWriter.hpp
* \brief Headers fo the CSV file writer class.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/output/filewriter/CFEMDataSorter.hpp b/SU2_CFD/include/output/filewriter/CFEMDataSorter.hpp
index a540db9008ae..94457c3b71cc 100644
--- a/SU2_CFD/include/output/filewriter/CFEMDataSorter.hpp
+++ b/SU2_CFD/include/output/filewriter/CFEMDataSorter.hpp
@@ -2,7 +2,7 @@
* \file CFEMDataSorter.hpp
* \brief Headers fo the FEM data sorter class.
* \author T. Albring, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/output/filewriter/CFVMDataSorter.hpp b/SU2_CFD/include/output/filewriter/CFVMDataSorter.hpp
index 4c3c4068e8de..ce38d08c5fce 100644
--- a/SU2_CFD/include/output/filewriter/CFVMDataSorter.hpp
+++ b/SU2_CFD/include/output/filewriter/CFVMDataSorter.hpp
@@ -2,7 +2,7 @@
* \file CFVMDataSorter.hpp
* \brief Headers fo the FVM data sorter class.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/output/filewriter/CFileWriter.hpp b/SU2_CFD/include/output/filewriter/CFileWriter.hpp
index 56c2c1a0c6a5..99afed6b6ecd 100644
--- a/SU2_CFD/include/output/filewriter/CFileWriter.hpp
+++ b/SU2_CFD/include/output/filewriter/CFileWriter.hpp
@@ -2,7 +2,7 @@
* \file CFileWriter.hpp
* \brief Headers fo the file writer class.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/output/filewriter/CParallelDataSorter.hpp b/SU2_CFD/include/output/filewriter/CParallelDataSorter.hpp
index 2094e4e63286..8e89a8de49f2 100644
--- a/SU2_CFD/include/output/filewriter/CParallelDataSorter.hpp
+++ b/SU2_CFD/include/output/filewriter/CParallelDataSorter.hpp
@@ -2,7 +2,7 @@
* \file CParallelDataSorter.hpp
* \brief Headers fo the data sorter class.
* \author T. Albring, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/output/filewriter/CParaviewBinaryFileWriter.hpp b/SU2_CFD/include/output/filewriter/CParaviewBinaryFileWriter.hpp
index a27d01f6c782..0a1540105091 100644
--- a/SU2_CFD/include/output/filewriter/CParaviewBinaryFileWriter.hpp
+++ b/SU2_CFD/include/output/filewriter/CParaviewBinaryFileWriter.hpp
@@ -2,7 +2,7 @@
* \file CParaviewBinaryFileWriter.hpp
* \brief Headers fo paraview binary file writer class.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/output/filewriter/CParaviewFileWriter.hpp b/SU2_CFD/include/output/filewriter/CParaviewFileWriter.hpp
index ebc9b4f4ce4e..4f9b74dbbc2f 100644
--- a/SU2_CFD/include/output/filewriter/CParaviewFileWriter.hpp
+++ b/SU2_CFD/include/output/filewriter/CParaviewFileWriter.hpp
@@ -2,7 +2,7 @@
* \file CParaviewFileWriter.hpp
* \brief Headers fo the paraview file writer class.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/output/filewriter/CParaviewVTMFileWriter.hpp b/SU2_CFD/include/output/filewriter/CParaviewVTMFileWriter.hpp
index 536dff156f97..9bf6765f7339 100644
--- a/SU2_CFD/include/output/filewriter/CParaviewVTMFileWriter.hpp
+++ b/SU2_CFD/include/output/filewriter/CParaviewVTMFileWriter.hpp
@@ -2,7 +2,7 @@
* \file CParaviewVTMFileWriter.hpp
* \brief Headers fo paraview binary file writer class.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/output/filewriter/CParaviewXMLFileWriter.hpp b/SU2_CFD/include/output/filewriter/CParaviewXMLFileWriter.hpp
index 19e7e41fbad4..9e9407e58511 100644
--- a/SU2_CFD/include/output/filewriter/CParaviewXMLFileWriter.hpp
+++ b/SU2_CFD/include/output/filewriter/CParaviewXMLFileWriter.hpp
@@ -2,7 +2,7 @@
* \file CParaviewXMLFileWriter.hpp
* \brief Headers fo paraview binary file writer class.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/output/filewriter/CSTLFileWriter.hpp b/SU2_CFD/include/output/filewriter/CSTLFileWriter.hpp
index 7f49aed65253..016108d220e4 100644
--- a/SU2_CFD/include/output/filewriter/CSTLFileWriter.hpp
+++ b/SU2_CFD/include/output/filewriter/CSTLFileWriter.hpp
@@ -2,7 +2,7 @@
* \file CSTLFileWriter.hpp
* \brief Headers fo the STL file writer class.
* \author T. Kattmann, T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -33,7 +33,7 @@
* \class CSTLFileWriter
* \brief Class for writing STL output files.
* \author T. Kattmann, T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CSTLFileWriter final : public CFileWriter{
private:
diff --git a/SU2_CFD/include/output/filewriter/CSU2BinaryFileWriter.hpp b/SU2_CFD/include/output/filewriter/CSU2BinaryFileWriter.hpp
index 2dce5bd92e36..e7c01ed60bd3 100644
--- a/SU2_CFD/include/output/filewriter/CSU2BinaryFileWriter.hpp
+++ b/SU2_CFD/include/output/filewriter/CSU2BinaryFileWriter.hpp
@@ -2,7 +2,7 @@
* \file CSU2BinaryFileWriter.hpp
* \brief Headers fo the SU2 binary file writer class.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/output/filewriter/CSU2FileWriter.hpp b/SU2_CFD/include/output/filewriter/CSU2FileWriter.hpp
index 6ddd0f9f04fb..362f039d6e09 100644
--- a/SU2_CFD/include/output/filewriter/CSU2FileWriter.hpp
+++ b/SU2_CFD/include/output/filewriter/CSU2FileWriter.hpp
@@ -2,7 +2,7 @@
* \file CSU2FileWriter.hpp
* \brief Headers fo the CSV file writer class.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/output/filewriter/CSU2MeshFileWriter.hpp b/SU2_CFD/include/output/filewriter/CSU2MeshFileWriter.hpp
index 8d9e6a4e26a5..23dd713a1bba 100644
--- a/SU2_CFD/include/output/filewriter/CSU2MeshFileWriter.hpp
+++ b/SU2_CFD/include/output/filewriter/CSU2MeshFileWriter.hpp
@@ -2,7 +2,7 @@
* \file CSU2MeshFileWriter.hpp
* \brief Headers fo the CSV file writer class.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/output/filewriter/CSurfaceFEMDataSorter.hpp b/SU2_CFD/include/output/filewriter/CSurfaceFEMDataSorter.hpp
index de39676a0d00..c4ae4076d432 100644
--- a/SU2_CFD/include/output/filewriter/CSurfaceFEMDataSorter.hpp
+++ b/SU2_CFD/include/output/filewriter/CSurfaceFEMDataSorter.hpp
@@ -2,7 +2,7 @@
* \file CSurfaceFEMDataSorter.hpp
* \brief Headers fo the surface FEM data sorter class.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/output/filewriter/CSurfaceFVMDataSorter.hpp b/SU2_CFD/include/output/filewriter/CSurfaceFVMDataSorter.hpp
index 7fc1aac88a0c..6c76eb693df6 100644
--- a/SU2_CFD/include/output/filewriter/CSurfaceFVMDataSorter.hpp
+++ b/SU2_CFD/include/output/filewriter/CSurfaceFVMDataSorter.hpp
@@ -2,7 +2,7 @@
* \file CSurfaceFVMDataSorter.hpp
* \brief Headers for the surface FVM data sorter class.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/output/filewriter/CTecplotBinaryFileWriter.hpp b/SU2_CFD/include/output/filewriter/CTecplotBinaryFileWriter.hpp
index d06e15c49a7f..da9d09979c6a 100644
--- a/SU2_CFD/include/output/filewriter/CTecplotBinaryFileWriter.hpp
+++ b/SU2_CFD/include/output/filewriter/CTecplotBinaryFileWriter.hpp
@@ -2,7 +2,7 @@
* \file CTecplotBinaryFileWriter.hpp
* \brief Headers fo the tecplot binary writer class.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/output/filewriter/CTecplotFileWriter.hpp b/SU2_CFD/include/output/filewriter/CTecplotFileWriter.hpp
index 9207f912f28c..5621f97ffcfe 100644
--- a/SU2_CFD/include/output/filewriter/CTecplotFileWriter.hpp
+++ b/SU2_CFD/include/output/filewriter/CTecplotFileWriter.hpp
@@ -2,7 +2,7 @@
* \file CTecplotFileWriter.hpp
* \brief Headers fo the tecplot ASCII writer class.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/output/tools/CWindowingTools.hpp b/SU2_CFD/include/output/tools/CWindowingTools.hpp
index 09bf6aae60d8..7aa103e5b70c 100644
--- a/SU2_CFD/include/output/tools/CWindowingTools.hpp
+++ b/SU2_CFD/include/output/tools/CWindowingTools.hpp
@@ -2,7 +2,7 @@
* \file signal_processing_toolbox.hpp
* \brief Header file for the signal processing toolbox.
* \author S. Schotthöfer
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/sgs_model.hpp b/SU2_CFD/include/sgs_model.hpp
index 8d2924fde20e..02e27fef8ea2 100644
--- a/SU2_CFD/include/sgs_model.hpp
+++ b/SU2_CFD/include/sgs_model.hpp
@@ -2,7 +2,7 @@
* \file sgs_model.hpp
* \brief Headers of the LES subgrid scale models of the SU2 solvers.
* \author E. van der Weide, T. Economon, P. Urbanczyk
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -38,7 +38,7 @@ using namespace std;
* \class CSGSModel
* \brief Base class for defining the LES subgrid scale model.
* \author: E. van der Weide, T. Economon, P. Urbanczyk
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CSGSModel {
@@ -224,7 +224,7 @@ class CSGSModel {
* \class CSmagorinskyModel
* \brief Derived class for defining the Smagorinsky SGS model.
* \author: E. van der Weide, T. Economon, P. Urbanczyk
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CSmagorinskyModel : public CSGSModel {
@@ -413,7 +413,7 @@ class CSmagorinskyModel : public CSGSModel {
* \class CWALEModel
* \brief Derived class for defining the WALE SGS model.
* \author: E. van der Weide, T. Economon, P. Urbanczyk
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CWALEModel : public CSGSModel {
@@ -601,7 +601,7 @@ class CWALEModel : public CSGSModel {
* \class CVremanModel
* \brief Derived class for defining the WALE SGS model.
* \author: E. van der Weide, T. Economon, P. Urbanczyk, E. Molina
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CVremanModel : public CSGSModel {
diff --git a/SU2_CFD/include/sgs_model.inl b/SU2_CFD/include/sgs_model.inl
index 9af1270e24a3..3e32ada06366 100644
--- a/SU2_CFD/include/sgs_model.inl
+++ b/SU2_CFD/include/sgs_model.inl
@@ -2,7 +2,7 @@
* \file sgs_model.inl
* \brief In-Line subroutines of the sgs_model.hpp file.
* \author E. van der Weide, T. Economon, P. Urbanczyk
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/solvers/CAdjEulerSolver.hpp b/SU2_CFD/include/solvers/CAdjEulerSolver.hpp
index 34ac954a6379..a7b65af3dba8 100644
--- a/SU2_CFD/include/solvers/CAdjEulerSolver.hpp
+++ b/SU2_CFD/include/solvers/CAdjEulerSolver.hpp
@@ -2,7 +2,7 @@
* \file CAdjEulerSolver.hpp
* \brief Headers of the CAdjEulerSolver class
* \author F. Palacios
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/solvers/CAdjNSSolver.hpp b/SU2_CFD/include/solvers/CAdjNSSolver.hpp
index 33bd5097be56..0a4c0097bb61 100644
--- a/SU2_CFD/include/solvers/CAdjNSSolver.hpp
+++ b/SU2_CFD/include/solvers/CAdjNSSolver.hpp
@@ -2,7 +2,7 @@
* \file CAdjNSSolver.hpp
* \brief Headers of the CAdjNSSolver class
* \author F. Palacios
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/solvers/CAdjTurbSolver.hpp b/SU2_CFD/include/solvers/CAdjTurbSolver.hpp
index f3c72b4cc19c..15fc90711846 100644
--- a/SU2_CFD/include/solvers/CAdjTurbSolver.hpp
+++ b/SU2_CFD/include/solvers/CAdjTurbSolver.hpp
@@ -2,7 +2,7 @@
* \file CAdjTurbSolver.hpp
* \brief Headers of the CAdjTurbSolver class
* \author F. Palacios, A. Bueno.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/solvers/CBaselineSolver.hpp b/SU2_CFD/include/solvers/CBaselineSolver.hpp
index 92aca5e8b922..2506c68b9d4a 100644
--- a/SU2_CFD/include/solvers/CBaselineSolver.hpp
+++ b/SU2_CFD/include/solvers/CBaselineSolver.hpp
@@ -2,7 +2,7 @@
* \file CBaslineSolver.hpp
* \brief Headers of the CBaselineSolver class
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/solvers/CBaselineSolver_FEM.hpp b/SU2_CFD/include/solvers/CBaselineSolver_FEM.hpp
index 588c4407207f..3a98b38040fb 100644
--- a/SU2_CFD/include/solvers/CBaselineSolver_FEM.hpp
+++ b/SU2_CFD/include/solvers/CBaselineSolver_FEM.hpp
@@ -2,7 +2,7 @@
* \file CBaslineSolver_FEM.hpp
* \brief Headers of the CBaselineSolver class
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -31,7 +31,7 @@
* \class CBaselineSolver_FEM
* \brief Main class for defining a baseline solution from a restart file for the DG-FEM solver output.
* \author T. Economon.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CBaselineSolver_FEM final : public CSolver {
protected:
diff --git a/SU2_CFD/include/solvers/CDiscAdjFEASolver.hpp b/SU2_CFD/include/solvers/CDiscAdjFEASolver.hpp
index 48a93e00708f..2fed06bd9df5 100644
--- a/SU2_CFD/include/solvers/CDiscAdjFEASolver.hpp
+++ b/SU2_CFD/include/solvers/CDiscAdjFEASolver.hpp
@@ -2,7 +2,7 @@
* \file CDiscAdjFEASolver.hpp
* \brief Headers of the CDiscAdjFEASolver class
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/solvers/CDiscAdjMeshSolver.hpp b/SU2_CFD/include/solvers/CDiscAdjMeshSolver.hpp
index c40490219881..14d0ded39638 100644
--- a/SU2_CFD/include/solvers/CDiscAdjMeshSolver.hpp
+++ b/SU2_CFD/include/solvers/CDiscAdjMeshSolver.hpp
@@ -3,7 +3,7 @@
* \brief Declaration and inlines of the class to compute the
* the discrete adjoint of the linear-elastic mesh solver.
* \author Ruben Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/solvers/CDiscAdjSolver.hpp b/SU2_CFD/include/solvers/CDiscAdjSolver.hpp
index 51b2894ad2ae..5d0ae10580c5 100644
--- a/SU2_CFD/include/solvers/CDiscAdjSolver.hpp
+++ b/SU2_CFD/include/solvers/CDiscAdjSolver.hpp
@@ -2,7 +2,7 @@
* \file CDiscAdjSolver.hpp
* \brief Headers of the CDiscAdjSolver class
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/solvers/CEulerSolver.hpp b/SU2_CFD/include/solvers/CEulerSolver.hpp
index 993e6d106b26..0ad143edaffc 100644
--- a/SU2_CFD/include/solvers/CEulerSolver.hpp
+++ b/SU2_CFD/include/solvers/CEulerSolver.hpp
@@ -2,7 +2,7 @@
* \file CEulerSolver.hpp
* \brief Headers of the CEulerSolver class
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/solvers/CFEASolver.hpp b/SU2_CFD/include/solvers/CFEASolver.hpp
index ab2a80ef26c6..ce472e585750 100644
--- a/SU2_CFD/include/solvers/CFEASolver.hpp
+++ b/SU2_CFD/include/solvers/CFEASolver.hpp
@@ -2,7 +2,7 @@
* \file CFEASolver.hpp
* \brief Finite element solver for elasticity problems.
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/solvers/CFEASolverBase.hpp b/SU2_CFD/include/solvers/CFEASolverBase.hpp
index 02cfc9901a14..bd43a217b47b 100644
--- a/SU2_CFD/include/solvers/CFEASolverBase.hpp
+++ b/SU2_CFD/include/solvers/CFEASolverBase.hpp
@@ -2,7 +2,7 @@
* \file CFEASolver.hpp
* \brief Base class template for all FEA solvers using the SU2 internal finite elements.
* \author T. Dick
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/solvers/CFEM_DG_EulerSolver.hpp b/SU2_CFD/include/solvers/CFEM_DG_EulerSolver.hpp
index 686fc4a4a9e3..143e52185781 100644
--- a/SU2_CFD/include/solvers/CFEM_DG_EulerSolver.hpp
+++ b/SU2_CFD/include/solvers/CFEM_DG_EulerSolver.hpp
@@ -2,7 +2,7 @@
* \file CFEM_DG_EulerSolver.hpp
* \brief Headers of the CFEM_DG_EulerSolver class
* \author E. van der Weide, T. Economon, J. Alonso
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -35,7 +35,7 @@
* \brief Main class for defining the Euler Discontinuous Galerkin finite element flow solver.
* \ingroup Euler_Equations
* \author E. van der Weide, T. Economon, J. Alonso
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CFEM_DG_EulerSolver : public CSolver {
protected:
diff --git a/SU2_CFD/include/solvers/CFEM_DG_NSSolver.hpp b/SU2_CFD/include/solvers/CFEM_DG_NSSolver.hpp
index eff2ecbaddad..fbafc3185ca2 100644
--- a/SU2_CFD/include/solvers/CFEM_DG_NSSolver.hpp
+++ b/SU2_CFD/include/solvers/CFEM_DG_NSSolver.hpp
@@ -2,7 +2,7 @@
* \file CFEM_DG_NSSolver.hpp
* \brief Headers of the CFEM_DG_NSSolver class
* \author E. van der Weide, T. Economon, J. Alonso
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -35,7 +35,7 @@
* \brief Main class for defining the Navier-Stokes Discontinuous Galerkin finite element flow solver.
* \ingroup Navier_Stokes_Equations
* \author E. van der Weide, T. Economon, J. Alonso
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CFEM_DG_NSSolver final : public CFEM_DG_EulerSolver {
private:
diff --git a/SU2_CFD/include/solvers/CFVMFlowSolverBase.hpp b/SU2_CFD/include/solvers/CFVMFlowSolverBase.hpp
index fe30c1865da9..b61d3d61f33a 100644
--- a/SU2_CFD/include/solvers/CFVMFlowSolverBase.hpp
+++ b/SU2_CFD/include/solvers/CFVMFlowSolverBase.hpp
@@ -1,7 +1,7 @@
/*!
* \file CFVMFlowSolverBase.hpp
* \brief Base class template for all FVM flow solvers.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/solvers/CFVMFlowSolverBase.inl b/SU2_CFD/include/solvers/CFVMFlowSolverBase.inl
index 91a8c284f803..8e935770a89d 100644
--- a/SU2_CFD/include/solvers/CFVMFlowSolverBase.inl
+++ b/SU2_CFD/include/solvers/CFVMFlowSolverBase.inl
@@ -1,7 +1,7 @@
/*!
* \file CFVMFlowSolverBase.inl
* \brief Base class template for all FVM flow solvers.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/solvers/CGradientSmoothingSolver.hpp b/SU2_CFD/include/solvers/CGradientSmoothingSolver.hpp
index 7d6af47c4761..5a00b340abcc 100644
--- a/SU2_CFD/include/solvers/CGradientSmoothingSolver.hpp
+++ b/SU2_CFD/include/solvers/CGradientSmoothingSolver.hpp
@@ -2,7 +2,7 @@
* \file CGradientSmoothingSolver.hpp
* \brief SOlver class for Sobolev smoothing of sensitivities.
* \author T. Dick
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/solvers/CHeatSolver.hpp b/SU2_CFD/include/solvers/CHeatSolver.hpp
index 3019dd779828..7607114dff4c 100644
--- a/SU2_CFD/include/solvers/CHeatSolver.hpp
+++ b/SU2_CFD/include/solvers/CHeatSolver.hpp
@@ -2,7 +2,7 @@
* \file CHeatSolver.hpp
* \brief Headers of the CHeatSolver class
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -34,7 +34,7 @@
* \class CHeatSolver
* \brief Main class for defining the finite-volume heat solver.
* \author O. Burghardt
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CHeatSolver final : public CScalarSolver {
protected:
diff --git a/SU2_CFD/include/solvers/CIncEulerSolver.hpp b/SU2_CFD/include/solvers/CIncEulerSolver.hpp
index c4ce4f660ddd..a4185a5a6e77 100644
--- a/SU2_CFD/include/solvers/CIncEulerSolver.hpp
+++ b/SU2_CFD/include/solvers/CIncEulerSolver.hpp
@@ -2,7 +2,7 @@
* \file CIncEulerSolver.hpp
* \brief Headers of the CIncEulerSolver class
* \author F. Palacios, T. Economon, T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/solvers/CIncNSSolver.hpp b/SU2_CFD/include/solvers/CIncNSSolver.hpp
index c29d6cf30f40..3a6be3df3c57 100644
--- a/SU2_CFD/include/solvers/CIncNSSolver.hpp
+++ b/SU2_CFD/include/solvers/CIncNSSolver.hpp
@@ -2,7 +2,7 @@
* \file CIncNSSolver.hpp
* \brief Headers of the CIncNSSolver class
* \author F. Palacios, T. Economon, T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/solvers/CMeshSolver.hpp b/SU2_CFD/include/solvers/CMeshSolver.hpp
index f58410ca558d..2b3e11d28c99 100644
--- a/SU2_CFD/include/solvers/CMeshSolver.hpp
+++ b/SU2_CFD/include/solvers/CMeshSolver.hpp
@@ -3,7 +3,7 @@
* \brief Declaration and inlines of the class to compute the deformation of
* the volumetric numerical grid using the linear elasticity solver.
* \author Ruben Sanchez, based on CVolumetricMovement developments (F. Palacios, A. Bueno, T. Economon, S. Padron)
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/solvers/CNEMOEulerSolver.hpp b/SU2_CFD/include/solvers/CNEMOEulerSolver.hpp
index d61a7820457c..35d2492f0727 100644
--- a/SU2_CFD/include/solvers/CNEMOEulerSolver.hpp
+++ b/SU2_CFD/include/solvers/CNEMOEulerSolver.hpp
@@ -2,7 +2,7 @@
* \file CNEMOEulerSolver.hpp
* \brief Headers of the CNEMOEulerSolver class
* \author S. R. Copeland, F. Palacios, W. Maier.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -36,7 +36,7 @@
* \brief Main class for defining the NEMO Euler's flow solver.
* \ingroup Euler_Equations
* \author S. R. Copeland, F. Palacios, W. Maier.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CNEMOEulerSolver : public CFVMFlowSolverBase {
protected:
diff --git a/SU2_CFD/include/solvers/CNEMONSSolver.hpp b/SU2_CFD/include/solvers/CNEMONSSolver.hpp
index d61a6fee2e99..3c48ebab62e8 100644
--- a/SU2_CFD/include/solvers/CNEMONSSolver.hpp
+++ b/SU2_CFD/include/solvers/CNEMONSSolver.hpp
@@ -2,7 +2,7 @@
* \file CNEMONSSolver.hpp
* \brief Headers of the CNEMONSSolver class
* \author S. R. Copeland, F. Palacios, W. Maier.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/solvers/CNSSolver.hpp b/SU2_CFD/include/solvers/CNSSolver.hpp
index 5d53272f99ed..d738b8380ee3 100644
--- a/SU2_CFD/include/solvers/CNSSolver.hpp
+++ b/SU2_CFD/include/solvers/CNSSolver.hpp
@@ -2,7 +2,7 @@
* \file CNSSolver.hpp
* \brief Headers of the CNSSolver class
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/solvers/CRadP1Solver.hpp b/SU2_CFD/include/solvers/CRadP1Solver.hpp
index 83a7332f328e..f3bd61ddcbbc 100644
--- a/SU2_CFD/include/solvers/CRadP1Solver.hpp
+++ b/SU2_CFD/include/solvers/CRadP1Solver.hpp
@@ -2,7 +2,7 @@
* \file CRadP1Solver.hpp
* \brief Declaration and inlines of the class to compute a P1 radiation problem.
* \author Ruben Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/solvers/CRadSolver.hpp b/SU2_CFD/include/solvers/CRadSolver.hpp
index 1427ea0c874e..72bff608a923 100644
--- a/SU2_CFD/include/solvers/CRadSolver.hpp
+++ b/SU2_CFD/include/solvers/CRadSolver.hpp
@@ -2,7 +2,7 @@
* \file CRadSolver.hpp
* \brief Declaration and inlines of the class to compute a generic radiation solver.
* \author Ruben Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/solvers/CScalarSolver.hpp b/SU2_CFD/include/solvers/CScalarSolver.hpp
index 430e96e12ed9..db48c12f3bd8 100644
--- a/SU2_CFD/include/solvers/CScalarSolver.hpp
+++ b/SU2_CFD/include/solvers/CScalarSolver.hpp
@@ -1,7 +1,7 @@
/*!
* \file CScalarSolver.hpp
* \brief Headers of the CScalarSolver class
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/solvers/CScalarSolver.inl b/SU2_CFD/include/solvers/CScalarSolver.inl
index 9628610a7c1b..bbd83679254f 100644
--- a/SU2_CFD/include/solvers/CScalarSolver.inl
+++ b/SU2_CFD/include/solvers/CScalarSolver.inl
@@ -1,7 +1,7 @@
/*!
* \file CScalarSolver.inl
* \brief Main subroutines of CScalarSolver class
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/solvers/CSolver.hpp b/SU2_CFD/include/solvers/CSolver.hpp
index 9cfc40d08bba..67a8bb8112c3 100644
--- a/SU2_CFD/include/solvers/CSolver.hpp
+++ b/SU2_CFD/include/solvers/CSolver.hpp
@@ -2,7 +2,7 @@
* \file CSolver.hpp
* \brief Headers of the CSolver class which is inherited by all of the other solvers
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/solvers/CSolverFactory.hpp b/SU2_CFD/include/solvers/CSolverFactory.hpp
index c6ba9e84ab52..f374bc0e74d7 100644
--- a/SU2_CFD/include/solvers/CSolverFactory.hpp
+++ b/SU2_CFD/include/solvers/CSolverFactory.hpp
@@ -2,7 +2,7 @@
* \file CSolverFactory.hpp
* \brief Headers of the CSolverFactory class
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/solvers/CSpeciesFlameletSolver.hpp b/SU2_CFD/include/solvers/CSpeciesFlameletSolver.hpp
index 34e5aa2227c9..df61813a3e27 100644
--- a/SU2_CFD/include/solvers/CSpeciesFlameletSolver.hpp
+++ b/SU2_CFD/include/solvers/CSpeciesFlameletSolver.hpp
@@ -2,7 +2,7 @@
* \file CSpeciesFlameletSolver.hpp
* \brief Headers of the CSpeciesFlameletSolver class
* \author D. Mayer, N. Beishuizen, T. Economon, E. Bunschoten
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/solvers/CSpeciesSolver.hpp b/SU2_CFD/include/solvers/CSpeciesSolver.hpp
index 1462b0fa36e9..82898f83b83f 100644
--- a/SU2_CFD/include/solvers/CSpeciesSolver.hpp
+++ b/SU2_CFD/include/solvers/CSpeciesSolver.hpp
@@ -2,7 +2,7 @@
* \file CSpeciesSolver.hpp
* \brief Headers of the CSpeciesSolver class
* \author T. Kattmann.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/solvers/CTemplateSolver.hpp b/SU2_CFD/include/solvers/CTemplateSolver.hpp
index 85641ae62b7f..c0db7c4a2c59 100644
--- a/SU2_CFD/include/solvers/CTemplateSolver.hpp
+++ b/SU2_CFD/include/solvers/CTemplateSolver.hpp
@@ -2,7 +2,7 @@
* \file CTemplateSolver.hpp
* \brief Headers of the CTemplateSolver class
* \author F. Palacios
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/solvers/CTransLMSolver.hpp b/SU2_CFD/include/solvers/CTransLMSolver.hpp
index c69f587ddfe3..5bd8985c85c6 100644
--- a/SU2_CFD/include/solvers/CTransLMSolver.hpp
+++ b/SU2_CFD/include/solvers/CTransLMSolver.hpp
@@ -2,7 +2,7 @@
* \file CTransLMSolver.hpp
* \brief Headers of the CTransLMSolver class
* \author A. Aranake
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/solvers/CTurbSASolver.hpp b/SU2_CFD/include/solvers/CTurbSASolver.hpp
index a7bc6d3d0726..dfc1362b003c 100644
--- a/SU2_CFD/include/solvers/CTurbSASolver.hpp
+++ b/SU2_CFD/include/solvers/CTurbSASolver.hpp
@@ -2,7 +2,7 @@
* \file CTurbSASolver.hpp
* \brief Headers of the CTurbSASolver class
* \author A. Bueno.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/solvers/CTurbSSTSolver.hpp b/SU2_CFD/include/solvers/CTurbSSTSolver.hpp
index 8f7a28f01f8c..5c8d9a0e7eac 100644
--- a/SU2_CFD/include/solvers/CTurbSSTSolver.hpp
+++ b/SU2_CFD/include/solvers/CTurbSSTSolver.hpp
@@ -2,7 +2,7 @@
* \file CTurbSSTSolver.hpp
* \brief Headers of the CTurbSSTSolver class
* \author A. Campos, F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/solvers/CTurbSolver.hpp b/SU2_CFD/include/solvers/CTurbSolver.hpp
index 803a1ee36bae..56b7b96b3b26 100644
--- a/SU2_CFD/include/solvers/CTurbSolver.hpp
+++ b/SU2_CFD/include/solvers/CTurbSolver.hpp
@@ -2,7 +2,7 @@
* \file CTurbSolver.hpp
* \brief Headers of the CTurbSolver class
* \author A. Bueno.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/task_definition.hpp b/SU2_CFD/include/task_definition.hpp
index e89a046b513e..c80abef8d590 100644
--- a/SU2_CFD/include/task_definition.hpp
+++ b/SU2_CFD/include/task_definition.hpp
@@ -2,7 +2,7 @@
* \file task_definition.hpp
* \brief Header of the task definition class for the SU2 solvers.
* \author E. van der Weide, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -37,7 +37,7 @@ using namespace std;
* \class CTaskDefinition
* \brief Class for defining a task to be carried out
* \author: E. van der Weide, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CTaskDefinition {
diff --git a/SU2_CFD/include/task_definition.inl b/SU2_CFD/include/task_definition.inl
index 93fc9f15f445..7873dc26df5e 100644
--- a/SU2_CFD/include/task_definition.inl
+++ b/SU2_CFD/include/task_definition.inl
@@ -2,7 +2,7 @@
* \file task_definition.inl
* \brief In-Line subroutines of the task_definition.hpp file.
* \author E. van der Weide, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/variables/CAdjEulerVariable.hpp b/SU2_CFD/include/variables/CAdjEulerVariable.hpp
index 125f3b882005..7b4077b89eca 100644
--- a/SU2_CFD/include/variables/CAdjEulerVariable.hpp
+++ b/SU2_CFD/include/variables/CAdjEulerVariable.hpp
@@ -2,7 +2,7 @@
* \file CAdjEulerVariable.hpp
* \brief Main class for defining the variables of the adjoint Euler solver.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/variables/CAdjNSVariable.hpp b/SU2_CFD/include/variables/CAdjNSVariable.hpp
index 420867a11b39..309c9a07a64c 100644
--- a/SU2_CFD/include/variables/CAdjNSVariable.hpp
+++ b/SU2_CFD/include/variables/CAdjNSVariable.hpp
@@ -2,7 +2,7 @@
* \file CAdjNSVariable.hpp
* \brief Main class for defining the variables of the adjoint Navier-Stokes solver.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/variables/CAdjTurbVariable.hpp b/SU2_CFD/include/variables/CAdjTurbVariable.hpp
index e439d7aaeabb..975b716fe7c7 100644
--- a/SU2_CFD/include/variables/CAdjTurbVariable.hpp
+++ b/SU2_CFD/include/variables/CAdjTurbVariable.hpp
@@ -2,7 +2,7 @@
* \file CAdjTurbVariable.hpp
* \brief Main class for defining the variables of the adjoint turbulence model.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/variables/CBaselineVariable.hpp b/SU2_CFD/include/variables/CBaselineVariable.hpp
index 74ce47d1ed4d..8805039f41c2 100644
--- a/SU2_CFD/include/variables/CBaselineVariable.hpp
+++ b/SU2_CFD/include/variables/CBaselineVariable.hpp
@@ -2,7 +2,7 @@
* \file CBaselineVariable.hpp
* \brief Main class for defining the variables of a baseline solution from a restart file (for output).
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/variables/CDiscAdjFEABoundVariable.hpp b/SU2_CFD/include/variables/CDiscAdjFEABoundVariable.hpp
index 8e5243fc6103..13efaf903a09 100644
--- a/SU2_CFD/include/variables/CDiscAdjFEABoundVariable.hpp
+++ b/SU2_CFD/include/variables/CDiscAdjFEABoundVariable.hpp
@@ -2,7 +2,7 @@
* \file CDiscAdjFEABoundVariable.hpp
* \brief Main class for defining the variables of the adjoint FEA solver at the boundary.
* \author Ruben Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -35,7 +35,7 @@
* \ingroup DiscAdj
* \brief Main class for defining the variables on the FEA boundaries for adjoint applications.
* \author R. Sanchez.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CDiscAdjFEABoundVariable final : public CDiscAdjVariable {
private:
diff --git a/SU2_CFD/include/variables/CDiscAdjMeshBoundVariable.hpp b/SU2_CFD/include/variables/CDiscAdjMeshBoundVariable.hpp
index 40065776f326..9c1d60a2440a 100644
--- a/SU2_CFD/include/variables/CDiscAdjMeshBoundVariable.hpp
+++ b/SU2_CFD/include/variables/CDiscAdjMeshBoundVariable.hpp
@@ -3,7 +3,7 @@
* \brief Declaration and inlines of the class
* to define the adjoint variables of the mesh movement.
* \author Ruben Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/variables/CDiscAdjVariable.hpp b/SU2_CFD/include/variables/CDiscAdjVariable.hpp
index ea86f1f1bdaa..573de4921f6f 100644
--- a/SU2_CFD/include/variables/CDiscAdjVariable.hpp
+++ b/SU2_CFD/include/variables/CDiscAdjVariable.hpp
@@ -2,7 +2,7 @@
* \file CDiscAdjVariable.hpp
* \brief Main class for defining the variables of the adjoint solver.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/variables/CEulerVariable.hpp b/SU2_CFD/include/variables/CEulerVariable.hpp
index f648b2f7f1d2..e0fbcc5ce7b4 100644
--- a/SU2_CFD/include/variables/CEulerVariable.hpp
+++ b/SU2_CFD/include/variables/CEulerVariable.hpp
@@ -2,7 +2,7 @@
* \file CEulerVariable.hpp
* \brief Class for defining the variables of the compressible Euler solver.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/variables/CFEABoundVariable.hpp b/SU2_CFD/include/variables/CFEABoundVariable.hpp
index 7482c1267158..d599ffe96860 100644
--- a/SU2_CFD/include/variables/CFEABoundVariable.hpp
+++ b/SU2_CFD/include/variables/CFEABoundVariable.hpp
@@ -2,7 +2,7 @@
* \file CFEABoundVariable.hpp
* \brief Class for defining the variables on the FEA boundaries for FSI applications.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -37,7 +37,7 @@
* A map is constructed so that variables can be referenced by iPoint instead of iVertex.
* \ingroup Structural Finite Element Analysis Variables
* \author R. Sanchez.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CFEABoundVariable final : public CFEAVariable {
protected:
diff --git a/SU2_CFD/include/variables/CFEAVariable.hpp b/SU2_CFD/include/variables/CFEAVariable.hpp
index 2dd35e07c6da..c04c4c90285b 100644
--- a/SU2_CFD/include/variables/CFEAVariable.hpp
+++ b/SU2_CFD/include/variables/CFEAVariable.hpp
@@ -2,7 +2,7 @@
* \file CFEAVariable.hpp
* \brief Class for defining the variables of the FEM structural problem.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -34,7 +34,7 @@
* \brief Class for defining the variables of the FEM structural problem.
* \ingroup Structural Finite Element Analysis Variables
* \author F. Palacios, R. Sanchez.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CFEAVariable : public CVariable {
protected:
diff --git a/SU2_CFD/include/variables/CFlowVariable.hpp b/SU2_CFD/include/variables/CFlowVariable.hpp
index 911143a209fa..323bb57f2fa8 100644
--- a/SU2_CFD/include/variables/CFlowVariable.hpp
+++ b/SU2_CFD/include/variables/CFlowVariable.hpp
@@ -1,7 +1,7 @@
/*!
* \file CFlowVariable.hpp
* \brief Class for defining the common variables of flow solvers.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/variables/CHeatVariable.hpp b/SU2_CFD/include/variables/CHeatVariable.hpp
index 4ed552e7011a..5fa7c2fc58f5 100644
--- a/SU2_CFD/include/variables/CHeatVariable.hpp
+++ b/SU2_CFD/include/variables/CHeatVariable.hpp
@@ -2,7 +2,7 @@
* \file CHeatVariable.hpp
* \brief Class for defining the variables of the finite-volume heat equation solver.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -33,7 +33,7 @@
* \class CHeatVariable
* \brief Class for defining the variables of the finite-volume heat equation solver.
* \author O. Burghardt
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*/
class CHeatVariable final : public CScalarVariable {
public:
diff --git a/SU2_CFD/include/variables/CIncEulerVariable.hpp b/SU2_CFD/include/variables/CIncEulerVariable.hpp
index f225dce56d9d..9cc13f799863 100644
--- a/SU2_CFD/include/variables/CIncEulerVariable.hpp
+++ b/SU2_CFD/include/variables/CIncEulerVariable.hpp
@@ -2,7 +2,7 @@
* \file CIncEulerVariable.hpp
* \brief Class for defining the variables of the incompressible Euler solver.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/variables/CIncNSVariable.hpp b/SU2_CFD/include/variables/CIncNSVariable.hpp
index ee120dad58ee..7dd082cdca28 100644
--- a/SU2_CFD/include/variables/CIncNSVariable.hpp
+++ b/SU2_CFD/include/variables/CIncNSVariable.hpp
@@ -3,7 +3,7 @@
* \brief Class for defining the variables of the incompressible
Navier-Stokes solver.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/variables/CMeshBoundVariable.hpp b/SU2_CFD/include/variables/CMeshBoundVariable.hpp
index 2b159350b91c..d60a5366373e 100644
--- a/SU2_CFD/include/variables/CMeshBoundVariable.hpp
+++ b/SU2_CFD/include/variables/CMeshBoundVariable.hpp
@@ -3,7 +3,7 @@
* \brief Declaration and inlines of the class
* to define the variables of the mesh movement at the moving boundaries.
* \author Ruben Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/variables/CMeshElement.hpp b/SU2_CFD/include/variables/CMeshElement.hpp
index 52efc1abaf37..0e044cdc0325 100644
--- a/SU2_CFD/include/variables/CMeshElement.hpp
+++ b/SU2_CFD/include/variables/CMeshElement.hpp
@@ -3,7 +3,7 @@
* \brief Declaration and inlines of the class
* to define the variables of the mesh movement.
* \author Ruben Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/variables/CMeshVariable.hpp b/SU2_CFD/include/variables/CMeshVariable.hpp
index 9009a89f3174..473cfc8c8a54 100644
--- a/SU2_CFD/include/variables/CMeshVariable.hpp
+++ b/SU2_CFD/include/variables/CMeshVariable.hpp
@@ -3,7 +3,7 @@
* \brief Declaration and inlines of the class
* to define the variables of the mesh movement.
* \author Ruben Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/variables/CNEMOEulerVariable.hpp b/SU2_CFD/include/variables/CNEMOEulerVariable.hpp
index ea8b88094649..1cb277be3a18 100644
--- a/SU2_CFD/include/variables/CNEMOEulerVariable.hpp
+++ b/SU2_CFD/include/variables/CNEMOEulerVariable.hpp
@@ -2,7 +2,7 @@
* \file CNEMOEulerVariable.hpp
* \brief Class for defining the variables of the compressible NEMO Euler solver.
* \author C. Garbacz, W. Maier, S.R. Copeland
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/variables/CNEMONSVariable.hpp b/SU2_CFD/include/variables/CNEMONSVariable.hpp
index c0eb41bd9749..9ec9e0fd00fd 100644
--- a/SU2_CFD/include/variables/CNEMONSVariable.hpp
+++ b/SU2_CFD/include/variables/CNEMONSVariable.hpp
@@ -2,7 +2,7 @@
* \file CNEMONSVariable.hpp
* \brief Class for defining the variables of the compressible NEMO Navier-Stokes solver.
* \author C. Garbacz, W. Maier, S.R. Copeland.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/variables/CNSVariable.hpp b/SU2_CFD/include/variables/CNSVariable.hpp
index 1f07b6a93d92..ea8b263fd98d 100644
--- a/SU2_CFD/include/variables/CNSVariable.hpp
+++ b/SU2_CFD/include/variables/CNSVariable.hpp
@@ -2,7 +2,7 @@
* \file CNSVariable.hpp
* \brief Class for defining the variables of the compressible Navier-Stokes solver.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/variables/CPrimitiveIndices.hpp b/SU2_CFD/include/variables/CPrimitiveIndices.hpp
index 14300cb36ecc..2472fa849c9d 100644
--- a/SU2_CFD/include/variables/CPrimitiveIndices.hpp
+++ b/SU2_CFD/include/variables/CPrimitiveIndices.hpp
@@ -1,7 +1,7 @@
/*!
* \file CPrimitiveIndices.hpp
* \brief Abstract representation of flow primitive variable indices that tries to be efficient.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/variables/CRadP1Variable.hpp b/SU2_CFD/include/variables/CRadP1Variable.hpp
index 7098423e4aed..8fcc0b954d86 100644
--- a/SU2_CFD/include/variables/CRadP1Variable.hpp
+++ b/SU2_CFD/include/variables/CRadP1Variable.hpp
@@ -2,7 +2,7 @@
* \file CRadP1Variable.hpp
* \brief Class for defining the variables of the P1 radiation model.
* \author Ruben Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/variables/CRadVariable.hpp b/SU2_CFD/include/variables/CRadVariable.hpp
index d6a95b4562c6..077acf0992e5 100644
--- a/SU2_CFD/include/variables/CRadVariable.hpp
+++ b/SU2_CFD/include/variables/CRadVariable.hpp
@@ -2,7 +2,7 @@
* \file CRadVariable.hpp
* \brief Class for defining the variables of the radiation solver.
* \author Ruben Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/variables/CScalarVariable.hpp b/SU2_CFD/include/variables/CScalarVariable.hpp
index b1056fa72e10..c2ae70932dd9 100644
--- a/SU2_CFD/include/variables/CScalarVariable.hpp
+++ b/SU2_CFD/include/variables/CScalarVariable.hpp
@@ -2,7 +2,7 @@
* \file CScalarVariable.hpp
* \brief Base class for defining the shared variables of scalar solvers.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/variables/CSobolevSmoothingVariable.hpp b/SU2_CFD/include/variables/CSobolevSmoothingVariable.hpp
index ddee12c6d8d6..ffe85f5b8f19 100644
--- a/SU2_CFD/include/variables/CSobolevSmoothingVariable.hpp
+++ b/SU2_CFD/include/variables/CSobolevSmoothingVariable.hpp
@@ -2,7 +2,7 @@
* \file CSobolevSmoothingVariable.hpp
* \brief Class for defining the variables of the gradient smoothing.
* \author T.Dick
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/variables/CSpeciesFlameletVariable.hpp b/SU2_CFD/include/variables/CSpeciesFlameletVariable.hpp
index 294cabac6dbe..8ef9d1b9dbe3 100644
--- a/SU2_CFD/include/variables/CSpeciesFlameletVariable.hpp
+++ b/SU2_CFD/include/variables/CSpeciesFlameletVariable.hpp
@@ -2,7 +2,7 @@
* \file CSpeciesFlameletVariable.hpp
* \brief Base class for defining the variables of the flamelet transport model.
* \author D. Mayer, T. Economon, N. Beishuizen
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/variables/CSpeciesVariable.hpp b/SU2_CFD/include/variables/CSpeciesVariable.hpp
index 4a670fcf46ec..848235012318 100644
--- a/SU2_CFD/include/variables/CSpeciesVariable.hpp
+++ b/SU2_CFD/include/variables/CSpeciesVariable.hpp
@@ -2,7 +2,7 @@
* \file CSpeciesVariable.hpp
* \brief Base class for defining the variables of the species transport model.
* \author T. Kattmann
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/variables/CTransLMVariable.hpp b/SU2_CFD/include/variables/CTransLMVariable.hpp
index 41ebb83adb8c..0e2cc2afd306 100644
--- a/SU2_CFD/include/variables/CTransLMVariable.hpp
+++ b/SU2_CFD/include/variables/CTransLMVariable.hpp
@@ -2,7 +2,7 @@
* \file CTransLMVariable.hpp
* \brief Declaration of the variables of the transition model.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/variables/CTurbSAVariable.hpp b/SU2_CFD/include/variables/CTurbSAVariable.hpp
index 6ecdfc03c21d..3f55883ce9ca 100644
--- a/SU2_CFD/include/variables/CTurbSAVariable.hpp
+++ b/SU2_CFD/include/variables/CTurbSAVariable.hpp
@@ -2,7 +2,7 @@
* \file CTurbSAVariable.hpp
* \brief Declaration of the variables of the SA turbulence model.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/variables/CTurbSSTVariable.hpp b/SU2_CFD/include/variables/CTurbSSTVariable.hpp
index b04b25519e20..39cca9425617 100644
--- a/SU2_CFD/include/variables/CTurbSSTVariable.hpp
+++ b/SU2_CFD/include/variables/CTurbSSTVariable.hpp
@@ -2,7 +2,7 @@
* \file CTurbSSTVariable.hpp
* \brief Declaration of the variables of the SST turbulence model.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/variables/CTurbVariable.hpp b/SU2_CFD/include/variables/CTurbVariable.hpp
index da949c63bed5..b4e4ae569743 100644
--- a/SU2_CFD/include/variables/CTurbVariable.hpp
+++ b/SU2_CFD/include/variables/CTurbVariable.hpp
@@ -2,7 +2,7 @@
* \file CTurbVariable.hpp
* \brief Base class for defining the variables of the turbulence model.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/include/variables/CVariable.hpp b/SU2_CFD/include/variables/CVariable.hpp
index 6a6f4cd1bf07..bc4bc55e57c7 100644
--- a/SU2_CFD/include/variables/CVariable.hpp
+++ b/SU2_CFD/include/variables/CVariable.hpp
@@ -4,7 +4,7 @@
variables, function definitions in file CVariable.cpp.
All variables are children of at least this class.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/CMarkerProfileReaderFVM.cpp b/SU2_CFD/src/CMarkerProfileReaderFVM.cpp
index a876bf3302ae..91b4353bd703 100644
--- a/SU2_CFD/src/CMarkerProfileReaderFVM.cpp
+++ b/SU2_CFD/src/CMarkerProfileReaderFVM.cpp
@@ -2,7 +2,7 @@
* \file CMarkerProfileReaderFVM.cpp
* \brief Class that handles the reading of marker profile files.
* \author T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/SU2_CFD.cpp b/SU2_CFD/src/SU2_CFD.cpp
index fd1b3309de3a..e0179ff9333e 100644
--- a/SU2_CFD/src/SU2_CFD.cpp
+++ b/SU2_CFD/src/SU2_CFD.cpp
@@ -2,7 +2,7 @@
* \file SU2_CFD.cpp
* \brief Main file of the SU2 Computational Fluid Dynamics code
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -42,7 +42,7 @@ int main(int argc, char *argv[]) {
/*--- Command line parsing ---*/
- CLI::App app{"SU2 v8.3.0 \"Harrier\", The Open-Source CFD Code"};
+ CLI::App app{"SU2 v8.4.0 \"Harrier\", The Open-Source CFD Code"};
app.add_flag("-d,--dryrun", dry_run, "Enable dry run mode.\n"
"Only execute preprocessing steps using a dummy geometry.");
app.add_option("-t,--threads", num_threads, "Number of OpenMP threads per MPI rank.");
diff --git a/SU2_CFD/src/definition_structure.cpp b/SU2_CFD/src/definition_structure.cpp
index 0b02273e7d19..187a7b0eb744 100644
--- a/SU2_CFD/src/definition_structure.cpp
+++ b/SU2_CFD/src/definition_structure.cpp
@@ -2,7 +2,7 @@
* \file definition_structure.cpp
* \brief Main subroutines used by SU2_CFD
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/drivers/CDiscAdjMultizoneDriver.cpp b/SU2_CFD/src/drivers/CDiscAdjMultizoneDriver.cpp
index 4ae7a1336a36..392abeebe9fb 100644
--- a/SU2_CFD/src/drivers/CDiscAdjMultizoneDriver.cpp
+++ b/SU2_CFD/src/drivers/CDiscAdjMultizoneDriver.cpp
@@ -2,7 +2,7 @@
* \file CDiscAdjMultizoneDriver.cpp
* \brief The main subroutines for driving adjoint multi-zone problems
* \author O. Burghardt, P. Gomes, T. Albring, R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/drivers/CDiscAdjSinglezoneDriver.cpp b/SU2_CFD/src/drivers/CDiscAdjSinglezoneDriver.cpp
index 08ed8824ab60..ad7255e235f8 100644
--- a/SU2_CFD/src/drivers/CDiscAdjSinglezoneDriver.cpp
+++ b/SU2_CFD/src/drivers/CDiscAdjSinglezoneDriver.cpp
@@ -2,7 +2,7 @@
* \file driver_adjoint_singlezone.cpp
* \brief The main subroutines for driving adjoint single-zone problems.
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/drivers/CDriver.cpp b/SU2_CFD/src/drivers/CDriver.cpp
index 8fce9c464f46..961ce04832ff 100644
--- a/SU2_CFD/src/drivers/CDriver.cpp
+++ b/SU2_CFD/src/drivers/CDriver.cpp
@@ -2,7 +2,7 @@
* \file CDriver.cpp
* \brief The main subroutines for driving single or multi-zone problems.
* \author T. Economon, H. Kline, R. Sanchez, F. Palacios
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/drivers/CDriverBase.cpp b/SU2_CFD/src/drivers/CDriverBase.cpp
index ab49ad17c5b9..00f604669040 100644
--- a/SU2_CFD/src/drivers/CDriverBase.cpp
+++ b/SU2_CFD/src/drivers/CDriverBase.cpp
@@ -2,7 +2,7 @@
* \file CDriverBase.hpp
* \brief Base class template for all drivers.
* \author H. Patel, A. Gastaldi
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/drivers/CDummyDriver.cpp b/SU2_CFD/src/drivers/CDummyDriver.cpp
index 10e822531952..6e8e66a48299 100644
--- a/SU2_CFD/src/drivers/CDummyDriver.cpp
+++ b/SU2_CFD/src/drivers/CDummyDriver.cpp
@@ -2,7 +2,7 @@
* \file CDummyDriver.cpp
* \brief Dummy driver class for running the preprocessing without geometry preprocessing.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/drivers/CMultizoneDriver.cpp b/SU2_CFD/src/drivers/CMultizoneDriver.cpp
index ed2982e2ec30..3843fe320370 100644
--- a/SU2_CFD/src/drivers/CMultizoneDriver.cpp
+++ b/SU2_CFD/src/drivers/CMultizoneDriver.cpp
@@ -2,7 +2,7 @@
* \file driver_structure.cpp
* \brief The main subroutines for driving multi-zone problems.
* \author R. Sanchez, O. Burghardt
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/drivers/CSinglezoneDriver.cpp b/SU2_CFD/src/drivers/CSinglezoneDriver.cpp
index 5300c448e56a..23d6c790db6a 100644
--- a/SU2_CFD/src/drivers/CSinglezoneDriver.cpp
+++ b/SU2_CFD/src/drivers/CSinglezoneDriver.cpp
@@ -2,7 +2,7 @@
* \file driver_direct_singlezone.cpp
* \brief The main subroutines for driving single-zone problems.
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/fluid/CCoolProp.cpp b/SU2_CFD/src/fluid/CCoolProp.cpp
index 963ac3a1a43b..d7ce191bf5d6 100644
--- a/SU2_CFD/src/fluid/CCoolProp.cpp
+++ b/SU2_CFD/src/fluid/CCoolProp.cpp
@@ -2,7 +2,7 @@
* \file CCoolProp.cpp
* \brief Source of the fluid model from CoolProp.
* \author P. Yan, G. Gori, A. Guardone
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/fluid/CDataDrivenFluid.cpp b/SU2_CFD/src/fluid/CDataDrivenFluid.cpp
index 69d9ed028cf3..cea19c47c155 100644
--- a/SU2_CFD/src/fluid/CDataDrivenFluid.cpp
+++ b/SU2_CFD/src/fluid/CDataDrivenFluid.cpp
@@ -2,7 +2,7 @@
* \file CDataDrivenFluid.cpp
* \brief Source of the data-driven fluid model class
* \author E.C.Bunschoten M.Mayer A.Capiello
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/fluid/CFluidFlamelet.cpp b/SU2_CFD/src/fluid/CFluidFlamelet.cpp
index 51007e154817..e0d30ce4092e 100644
--- a/SU2_CFD/src/fluid/CFluidFlamelet.cpp
+++ b/SU2_CFD/src/fluid/CFluidFlamelet.cpp
@@ -2,7 +2,7 @@
* \file CfluidFlamelet.cpp
* \brief Main subroutines of CFluidFlamelet class
* \author D. Mayer, T. Economon, N. Beishuizen, E. Bunschoten
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/fluid/CFluidModel.cpp b/SU2_CFD/src/fluid/CFluidModel.cpp
index ad1982c9834a..992a9adb491a 100644
--- a/SU2_CFD/src/fluid/CFluidModel.cpp
+++ b/SU2_CFD/src/fluid/CFluidModel.cpp
@@ -2,7 +2,7 @@
* \file CFluidModel.cpp
* \brief Source of the fluid model base class containing thermo-physical subroutines.
* \author S.Vitale, M.Pini, G.Gori, A.Guardone, P.Colonna, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/fluid/CFluidScalar.cpp b/SU2_CFD/src/fluid/CFluidScalar.cpp
index da7768761c2b..2335f6e0eebe 100644
--- a/SU2_CFD/src/fluid/CFluidScalar.cpp
+++ b/SU2_CFD/src/fluid/CFluidScalar.cpp
@@ -2,7 +2,7 @@
* \file CFluidScalar.cpp
* \brief Defines the multicomponent incompressible Ideal Gas model for mixtures.
* \author T. Economon, Mark Heimgartner, Cristopher Morales Ubal
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/fluid/CIdealGas.cpp b/SU2_CFD/src/fluid/CIdealGas.cpp
index 2edfc362e76e..5f04dd6cdc98 100644
--- a/SU2_CFD/src/fluid/CIdealGas.cpp
+++ b/SU2_CFD/src/fluid/CIdealGas.cpp
@@ -2,7 +2,7 @@
* \file CIdealGas.cpp
* \brief Source of the ideal gas model.
* \author S. Vitale, G. Gori, M. Pini, A. Guardone, P. Colonna
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/fluid/CMutationTCLib.cpp b/SU2_CFD/src/fluid/CMutationTCLib.cpp
index a72a4e883e88..f4d31a438621 100644
--- a/SU2_CFD/src/fluid/CMutationTCLib.cpp
+++ b/SU2_CFD/src/fluid/CMutationTCLib.cpp
@@ -2,7 +2,7 @@
* \file CMutationTCLib.cpp
* \brief Source of the Mutation++ 2T nonequilibrium gas model.
* \author C. Garbacz
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/fluid/CNEMOGas.cpp b/SU2_CFD/src/fluid/CNEMOGas.cpp
index accadadd8faf..ead3d706b936 100644
--- a/SU2_CFD/src/fluid/CNEMOGas.cpp
+++ b/SU2_CFD/src/fluid/CNEMOGas.cpp
@@ -2,7 +2,7 @@
* \file CNEMOGas.cpp
* \brief Source of the nonequilibrium gas model.
* \author C. Garbacz, W. Maier, S. R. Copeland
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/fluid/CPengRobinson.cpp b/SU2_CFD/src/fluid/CPengRobinson.cpp
index 2e2cfbb09585..ce1681849768 100644
--- a/SU2_CFD/src/fluid/CPengRobinson.cpp
+++ b/SU2_CFD/src/fluid/CPengRobinson.cpp
@@ -2,7 +2,7 @@
* \file CPengRobinson.cpp
* \brief Source of the Peng-Robinson model.
* \author S. Vitale, G. Gori, M. Pini, A. Guardone, P. Colonna
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/fluid/CSU2TCLib.cpp b/SU2_CFD/src/fluid/CSU2TCLib.cpp
index 4baad723b852..3e24ef718257 100644
--- a/SU2_CFD/src/fluid/CSU2TCLib.cpp
+++ b/SU2_CFD/src/fluid/CSU2TCLib.cpp
@@ -2,7 +2,7 @@
* \file CSU2TCLib.cpp
* \brief Source of user defined 2T nonequilibrium gas model.
* \author C. Garbacz, W. Maier, S. R. Copeland, J. Needels
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/fluid/CVanDerWaalsGas.cpp b/SU2_CFD/src/fluid/CVanDerWaalsGas.cpp
index 3130bfa05b57..60400bbbf983 100644
--- a/SU2_CFD/src/fluid/CVanDerWaalsGas.cpp
+++ b/SU2_CFD/src/fluid/CVanDerWaalsGas.cpp
@@ -2,7 +2,7 @@
* \file CVanDerWaalsGas.cpp
* \brief Source of the Polytropic Van der Waals model.
* \author S. Vitale, G. Gori, M. Pini, A. Guardone, P. Colonna
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/integration/CFEM_DG_Integration.cpp b/SU2_CFD/src/integration/CFEM_DG_Integration.cpp
index a03812bf720b..acf9f9552ca4 100644
--- a/SU2_CFD/src/integration/CFEM_DG_Integration.cpp
+++ b/SU2_CFD/src/integration/CFEM_DG_Integration.cpp
@@ -2,7 +2,7 @@
* \file CFEM_DG_Integration.cpp
* \brief Definition of time and space integration for the DG solver.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/integration/CIntegration.cpp b/SU2_CFD/src/integration/CIntegration.cpp
index 43907f80f23d..edb4248d8c13 100644
--- a/SU2_CFD/src/integration/CIntegration.cpp
+++ b/SU2_CFD/src/integration/CIntegration.cpp
@@ -2,7 +2,7 @@
* \file CIntegration.cpp
* \brief Implementation of the base class for space and time integration.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/integration/CIntegrationFactory.cpp b/SU2_CFD/src/integration/CIntegrationFactory.cpp
index e7dc055e72ab..d665c5b2889f 100644
--- a/SU2_CFD/src/integration/CIntegrationFactory.cpp
+++ b/SU2_CFD/src/integration/CIntegrationFactory.cpp
@@ -2,7 +2,7 @@
* \file CIntegrationFactory.cpp
* \brief Main subroutines for CIntegrationFactory .
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/integration/CMultiGridIntegration.cpp b/SU2_CFD/src/integration/CMultiGridIntegration.cpp
index 41a7ef4a8271..b616f0e66495 100644
--- a/SU2_CFD/src/integration/CMultiGridIntegration.cpp
+++ b/SU2_CFD/src/integration/CMultiGridIntegration.cpp
@@ -2,7 +2,7 @@
* \file CMultiGridIntegration.cpp
* \brief Implementation of the multigrid integration class.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/integration/CNewtonIntegration.cpp b/SU2_CFD/src/integration/CNewtonIntegration.cpp
index fcdde1bc80aa..bf15a7b6ddff 100644
--- a/SU2_CFD/src/integration/CNewtonIntegration.cpp
+++ b/SU2_CFD/src/integration/CNewtonIntegration.cpp
@@ -2,7 +2,7 @@
* \file CNewtonIntegration.cpp
* \brief Newton-Krylov integration.
* \author P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/integration/CSingleGridIntegration.cpp b/SU2_CFD/src/integration/CSingleGridIntegration.cpp
index 8ddd5594e315..7f588fe5352e 100644
--- a/SU2_CFD/src/integration/CSingleGridIntegration.cpp
+++ b/SU2_CFD/src/integration/CSingleGridIntegration.cpp
@@ -2,7 +2,7 @@
* \file CSingleGridIntegration.cpp
* \brief Single (fine) grid integration class implementation.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/integration/CStructuralIntegration.cpp b/SU2_CFD/src/integration/CStructuralIntegration.cpp
index 8a04eaf816a9..c550a11b37c3 100644
--- a/SU2_CFD/src/integration/CStructuralIntegration.cpp
+++ b/SU2_CFD/src/integration/CStructuralIntegration.cpp
@@ -2,7 +2,7 @@
* \file CStructuralIntegration.cpp
* \brief Space and time integration for structural problems.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/interfaces/CInterface.cpp b/SU2_CFD/src/interfaces/CInterface.cpp
index 384e3a322e78..dce1ceb66561 100644
--- a/SU2_CFD/src/interfaces/CInterface.cpp
+++ b/SU2_CFD/src/interfaces/CInterface.cpp
@@ -2,7 +2,7 @@
* \file CInterface.cpp
* \brief Main subroutines for MPI transfer of information between zones
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/interfaces/cfd/CConservativeVarsInterface.cpp b/SU2_CFD/src/interfaces/cfd/CConservativeVarsInterface.cpp
index e316c27efabf..fe8abc801459 100644
--- a/SU2_CFD/src/interfaces/cfd/CConservativeVarsInterface.cpp
+++ b/SU2_CFD/src/interfaces/cfd/CConservativeVarsInterface.cpp
@@ -3,7 +3,7 @@
* \brief Declaration and inlines of the class to transfer conservative variables
* from a generic zone into another one.
* \author Ruben Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/interfaces/cfd/CMixingPlaneInterface.cpp b/SU2_CFD/src/interfaces/cfd/CMixingPlaneInterface.cpp
index dc481dd6fba9..b3eeda02ca75 100644
--- a/SU2_CFD/src/interfaces/cfd/CMixingPlaneInterface.cpp
+++ b/SU2_CFD/src/interfaces/cfd/CMixingPlaneInterface.cpp
@@ -3,7 +3,7 @@
* \brief Declaration and inlines of the class to transfer average variables
* needed for MixingPlane computation from a generic zone into another one.
* \author S. Vitale
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/interfaces/cfd/CSlidingInterface.cpp b/SU2_CFD/src/interfaces/cfd/CSlidingInterface.cpp
index 1fa13ba1254e..064263ab2827 100644
--- a/SU2_CFD/src/interfaces/cfd/CSlidingInterface.cpp
+++ b/SU2_CFD/src/interfaces/cfd/CSlidingInterface.cpp
@@ -3,7 +3,7 @@
* \brief Declaration and inlines of the class to transfer conservative variables
* from a generic zone into another
* \author G. Gori Politecnico di Milano
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/interfaces/cht/CConjugateHeatInterface.cpp b/SU2_CFD/src/interfaces/cht/CConjugateHeatInterface.cpp
index 6af48ef44f8b..1b9969b3965f 100644
--- a/SU2_CFD/src/interfaces/cht/CConjugateHeatInterface.cpp
+++ b/SU2_CFD/src/interfaces/cht/CConjugateHeatInterface.cpp
@@ -3,7 +3,7 @@
* \brief Declaration and inlines of the class to transfer temperature and heatflux
* density for conjugate heat interfaces between structure and fluid zones.
* \author O. Burghardt
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/interfaces/fsi/CDiscAdjFlowTractionInterface.cpp b/SU2_CFD/src/interfaces/fsi/CDiscAdjFlowTractionInterface.cpp
index ea39ff25b18b..d4b8ea76b0f5 100644
--- a/SU2_CFD/src/interfaces/fsi/CDiscAdjFlowTractionInterface.cpp
+++ b/SU2_CFD/src/interfaces/fsi/CDiscAdjFlowTractionInterface.cpp
@@ -3,7 +3,7 @@
* \brief Declaration and inlines of the class to transfer flow tractions
* from a fluid zone into a structural zone in a discrete adjoint simulation.
* \author Ruben Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/interfaces/fsi/CDisplacementsInterface.cpp b/SU2_CFD/src/interfaces/fsi/CDisplacementsInterface.cpp
index 28a822af99f0..0f4e17e9de20 100644
--- a/SU2_CFD/src/interfaces/fsi/CDisplacementsInterface.cpp
+++ b/SU2_CFD/src/interfaces/fsi/CDisplacementsInterface.cpp
@@ -2,7 +2,7 @@
* \file CDisplacementsInterface.cpp
* \brief Main subroutines for transferring boundary displacements.
* \author Ruben Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/interfaces/fsi/CFlowTractionInterface.cpp b/SU2_CFD/src/interfaces/fsi/CFlowTractionInterface.cpp
index 7d7d52d205a1..2ffb72b0b56d 100644
--- a/SU2_CFD/src/interfaces/fsi/CFlowTractionInterface.cpp
+++ b/SU2_CFD/src/interfaces/fsi/CFlowTractionInterface.cpp
@@ -3,7 +3,7 @@
* \brief Declaration and inlines of the class to transfer flow tractions
* from a fluid zone into a structural zone.
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/iteration/CAdjFluidIteration.cpp b/SU2_CFD/src/iteration/CAdjFluidIteration.cpp
index fd35b84c45cd..1c8b4cfb9a10 100644
--- a/SU2_CFD/src/iteration/CAdjFluidIteration.cpp
+++ b/SU2_CFD/src/iteration/CAdjFluidIteration.cpp
@@ -2,7 +2,7 @@
* \file CAdjFluidIteration.cpp
* \brief Main subroutines used by SU2_CFD
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/iteration/CDiscAdjFEAIteration.cpp b/SU2_CFD/src/iteration/CDiscAdjFEAIteration.cpp
index cffcbbdd475c..a6c3bfaa014e 100644
--- a/SU2_CFD/src/iteration/CDiscAdjFEAIteration.cpp
+++ b/SU2_CFD/src/iteration/CDiscAdjFEAIteration.cpp
@@ -2,7 +2,7 @@
* \file CDiscAdjFEAIteration.cpp
* \brief Main subroutines used by SU2_CFD
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/iteration/CDiscAdjFluidIteration.cpp b/SU2_CFD/src/iteration/CDiscAdjFluidIteration.cpp
index 3c4970e60ea5..a10f7c4505f9 100644
--- a/SU2_CFD/src/iteration/CDiscAdjFluidIteration.cpp
+++ b/SU2_CFD/src/iteration/CDiscAdjFluidIteration.cpp
@@ -2,7 +2,7 @@
* \file CDiscAdjFluidIteration.cpp
* \brief Main subroutines used by SU2_CFD
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/iteration/CDiscAdjHeatIteration.cpp b/SU2_CFD/src/iteration/CDiscAdjHeatIteration.cpp
index d3e4cf958890..39ff006857de 100644
--- a/SU2_CFD/src/iteration/CDiscAdjHeatIteration.cpp
+++ b/SU2_CFD/src/iteration/CDiscAdjHeatIteration.cpp
@@ -2,7 +2,7 @@
* \file CDiscAdjHeatIteration.cpp
* \brief Main subroutines used by SU2_CFD
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/iteration/CFEAIteration.cpp b/SU2_CFD/src/iteration/CFEAIteration.cpp
index 2137f06e87d9..13339acbcd37 100644
--- a/SU2_CFD/src/iteration/CFEAIteration.cpp
+++ b/SU2_CFD/src/iteration/CFEAIteration.cpp
@@ -2,7 +2,7 @@
* \file CFEAIteration.cpp
* \brief Main subroutines used by SU2_CFD
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/iteration/CFEMFluidIteration.cpp b/SU2_CFD/src/iteration/CFEMFluidIteration.cpp
index 6cf4b41050cf..d2bf2845cb5d 100644
--- a/SU2_CFD/src/iteration/CFEMFluidIteration.cpp
+++ b/SU2_CFD/src/iteration/CFEMFluidIteration.cpp
@@ -2,7 +2,7 @@
* \file CFEMFluidIteration.cpp
* \brief Main subroutines used by SU2_CFD
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/iteration/CFluidIteration.cpp b/SU2_CFD/src/iteration/CFluidIteration.cpp
index 5be615a90df9..399fa59ec7b1 100644
--- a/SU2_CFD/src/iteration/CFluidIteration.cpp
+++ b/SU2_CFD/src/iteration/CFluidIteration.cpp
@@ -2,7 +2,7 @@
* \file CFluidIteration.cpp
* \brief Main subroutines used by SU2_CFD
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/iteration/CHeatIteration.cpp b/SU2_CFD/src/iteration/CHeatIteration.cpp
index acc36bce6a0b..e1f83c557140 100644
--- a/SU2_CFD/src/iteration/CHeatIteration.cpp
+++ b/SU2_CFD/src/iteration/CHeatIteration.cpp
@@ -2,7 +2,7 @@
* \file CHeatIteration.cpp
* \brief Main subroutines used by SU2_CFD
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/iteration/CIteration.cpp b/SU2_CFD/src/iteration/CIteration.cpp
index 6ea2cda590e2..2726872258c2 100644
--- a/SU2_CFD/src/iteration/CIteration.cpp
+++ b/SU2_CFD/src/iteration/CIteration.cpp
@@ -2,7 +2,7 @@
* \file iteration_structure.cpp
* \brief Main subroutines used by SU2_CFD
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/iteration/CIterationFactory.cpp b/SU2_CFD/src/iteration/CIterationFactory.cpp
index 615a1eefede9..f691dde4328f 100644
--- a/SU2_CFD/src/iteration/CIterationFactory.cpp
+++ b/SU2_CFD/src/iteration/CIterationFactory.cpp
@@ -2,7 +2,7 @@
* \file CAdjFluidIteration.cpp
* \brief Main subroutines used by SU2_CFD
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/iteration/CTurboIteration.cpp b/SU2_CFD/src/iteration/CTurboIteration.cpp
index 71df5ae96f86..3d95b895ed8f 100644
--- a/SU2_CFD/src/iteration/CTurboIteration.cpp
+++ b/SU2_CFD/src/iteration/CTurboIteration.cpp
@@ -2,7 +2,7 @@
* \file CTurboIteration.cpp
* \brief Main subroutines used by SU2_CFD
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/limiters/CLimiterDetails.cpp b/SU2_CFD/src/limiters/CLimiterDetails.cpp
index 1485b95ac6ca..e4cdf7f165ee 100644
--- a/SU2_CFD/src/limiters/CLimiterDetails.cpp
+++ b/SU2_CFD/src/limiters/CLimiterDetails.cpp
@@ -3,7 +3,7 @@
* \brief A class template that allows defining limiters via
* specialization of particular details.
* \author P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/numerics/CGradSmoothing.cpp b/SU2_CFD/src/numerics/CGradSmoothing.cpp
index 8a4e77dd2e94..4547fdee4d16 100644
--- a/SU2_CFD/src/numerics/CGradSmoothing.cpp
+++ b/SU2_CFD/src/numerics/CGradSmoothing.cpp
@@ -2,7 +2,7 @@
* \file CGradSmoothing.cpp
* \brief Numerics for gradient smoothing problems.
* \author T.Dick
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/numerics/CNumerics.cpp b/SU2_CFD/src/numerics/CNumerics.cpp
index 71a5ab06d19a..f6dd575355ef 100644
--- a/SU2_CFD/src/numerics/CNumerics.cpp
+++ b/SU2_CFD/src/numerics/CNumerics.cpp
@@ -4,7 +4,7 @@
* Contains methods for common tasks, e.g. compute flux
* Jacobians.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/numerics/NEMO/CNEMONumerics.cpp b/SU2_CFD/src/numerics/NEMO/CNEMONumerics.cpp
index bdb5a7419d2a..66b28b1d5f11 100644
--- a/SU2_CFD/src/numerics/NEMO/CNEMONumerics.cpp
+++ b/SU2_CFD/src/numerics/NEMO/CNEMONumerics.cpp
@@ -4,7 +4,7 @@
* Contains methods for common tasks, e.g. compute flux
* Jacobians.
* \author S.R. Copeland, W. Maier, C. Garbacz
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/numerics/NEMO/NEMO_diffusion.cpp b/SU2_CFD/src/numerics/NEMO/NEMO_diffusion.cpp
index 000f6ae71058..afa4f3dc2a81 100644
--- a/SU2_CFD/src/numerics/NEMO/NEMO_diffusion.cpp
+++ b/SU2_CFD/src/numerics/NEMO/NEMO_diffusion.cpp
@@ -3,7 +3,7 @@
* \brief Implementation of numerics classes for discretization
* of viscous fluxes in fluid flow NEMO problems.
* \author S.R. Copeland, W. Maier, C. Garbacz
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/numerics/NEMO/NEMO_sources.cpp b/SU2_CFD/src/numerics/NEMO/NEMO_sources.cpp
index c4f8fdedb3f0..f43fc6b365c6 100644
--- a/SU2_CFD/src/numerics/NEMO/NEMO_sources.cpp
+++ b/SU2_CFD/src/numerics/NEMO/NEMO_sources.cpp
@@ -3,7 +3,7 @@
* \brief Implementation of numerics classes for integration
* of source terms in fluid flow NEMO problems.
* \author C. Garbacz, W. Maier, S. Copeland.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/numerics/NEMO/convection/ausm_slau.cpp b/SU2_CFD/src/numerics/NEMO/convection/ausm_slau.cpp
index fe62a8a38061..55483a02dd1f 100644
--- a/SU2_CFD/src/numerics/NEMO/convection/ausm_slau.cpp
+++ b/SU2_CFD/src/numerics/NEMO/convection/ausm_slau.cpp
@@ -2,7 +2,7 @@
* \file ausm_slau.cpp
* \brief Implementations of the AUSM-family of schemes in NEMO.
* \author F. Palacios, S.R. Copeland, W. Maier, C. Garbacz
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/numerics/NEMO/convection/lax.cpp b/SU2_CFD/src/numerics/NEMO/convection/lax.cpp
index c54c1cb504a3..c7cbd0ab9723 100644
--- a/SU2_CFD/src/numerics/NEMO/convection/lax.cpp
+++ b/SU2_CFD/src/numerics/NEMO/convection/lax.cpp
@@ -2,7 +2,7 @@
* \file lax.cpp
* \brief Implementations of Lax centered scheme.
* \author F. Palacios, S.R. Copeland, W. Maier, C. Garbacz
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/numerics/NEMO/convection/msw.cpp b/SU2_CFD/src/numerics/NEMO/convection/msw.cpp
index 7359e9efe1f9..6f7c40eecf06 100644
--- a/SU2_CFD/src/numerics/NEMO/convection/msw.cpp
+++ b/SU2_CFD/src/numerics/NEMO/convection/msw.cpp
@@ -2,7 +2,7 @@
* \file msw.cpp
* \brief Implementations of the modified Steger-Warming scheme.
* \author ADL Stanford, S.R. Copeland, W. Maier, C. Garbacz
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/numerics/NEMO/convection/roe.cpp b/SU2_CFD/src/numerics/NEMO/convection/roe.cpp
index 5c966696af40..3ee66146ede3 100644
--- a/SU2_CFD/src/numerics/NEMO/convection/roe.cpp
+++ b/SU2_CFD/src/numerics/NEMO/convection/roe.cpp
@@ -2,7 +2,7 @@
* \file roe.cpp
* \brief Implementations of Roe-type schemes in NEMO.
* \author S. R. Copeland, W. Maier, C. Garbacz
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/numerics/continuous_adjoint/adj_convection.cpp b/SU2_CFD/src/numerics/continuous_adjoint/adj_convection.cpp
index f350563a6f2b..b7f33705c786 100644
--- a/SU2_CFD/src/numerics/continuous_adjoint/adj_convection.cpp
+++ b/SU2_CFD/src/numerics/continuous_adjoint/adj_convection.cpp
@@ -2,7 +2,7 @@
* \file adj_convection.cpp
* \brief Implementation of adjoint convection numerics classes.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/numerics/continuous_adjoint/adj_diffusion.cpp b/SU2_CFD/src/numerics/continuous_adjoint/adj_diffusion.cpp
index acc49baf0919..d5e541275a2b 100644
--- a/SU2_CFD/src/numerics/continuous_adjoint/adj_diffusion.cpp
+++ b/SU2_CFD/src/numerics/continuous_adjoint/adj_diffusion.cpp
@@ -2,7 +2,7 @@
* \file adj_diffusion.cpp
* \brief Implementation of adjoint diffusion numerics classes.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/numerics/continuous_adjoint/adj_sources.cpp b/SU2_CFD/src/numerics/continuous_adjoint/adj_sources.cpp
index a2f97743dcdf..b75bddfd11c4 100644
--- a/SU2_CFD/src/numerics/continuous_adjoint/adj_sources.cpp
+++ b/SU2_CFD/src/numerics/continuous_adjoint/adj_sources.cpp
@@ -2,7 +2,7 @@
* \file adj_sources.cpp
* \brief Implementation of adjoint source numerics classes.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/numerics/elasticity/CFEAElasticity.cpp b/SU2_CFD/src/numerics/elasticity/CFEAElasticity.cpp
index 699a3b087d93..9b9c6af005fa 100644
--- a/SU2_CFD/src/numerics/elasticity/CFEAElasticity.cpp
+++ b/SU2_CFD/src/numerics/elasticity/CFEAElasticity.cpp
@@ -2,7 +2,7 @@
* \file CFEAElasticity.cpp
* \brief Base class for all elasticity problems.
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/numerics/elasticity/CFEALinearElasticity.cpp b/SU2_CFD/src/numerics/elasticity/CFEALinearElasticity.cpp
index f3f6b0e6cef1..f9273ba0e43a 100644
--- a/SU2_CFD/src/numerics/elasticity/CFEALinearElasticity.cpp
+++ b/SU2_CFD/src/numerics/elasticity/CFEALinearElasticity.cpp
@@ -2,7 +2,7 @@
* \file CFEALinearElasticity.cpp
* \brief Classes for linear elasticity problems.
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/numerics/elasticity/CFEANonlinearElasticity.cpp b/SU2_CFD/src/numerics/elasticity/CFEANonlinearElasticity.cpp
index d211049dbc5b..ecda59f65d75 100644
--- a/SU2_CFD/src/numerics/elasticity/CFEANonlinearElasticity.cpp
+++ b/SU2_CFD/src/numerics/elasticity/CFEANonlinearElasticity.cpp
@@ -3,7 +3,7 @@
* \brief This file contains the routines for setting the tangent matrix and
* residual of a FEM nonlinear elastic structural problem.
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/numerics/elasticity/nonlinear_models.cpp b/SU2_CFD/src/numerics/elasticity/nonlinear_models.cpp
index 9e10734152dc..65bb63418093 100644
--- a/SU2_CFD/src/numerics/elasticity/nonlinear_models.cpp
+++ b/SU2_CFD/src/numerics/elasticity/nonlinear_models.cpp
@@ -2,7 +2,7 @@
* \file nonlinear_models.cpp
* \brief Definition of nonlinear constitutive models.
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/numerics/flow/convection/ausm_slau.cpp b/SU2_CFD/src/numerics/flow/convection/ausm_slau.cpp
index 5724639fe11d..fb6e88234fc4 100644
--- a/SU2_CFD/src/numerics/flow/convection/ausm_slau.cpp
+++ b/SU2_CFD/src/numerics/flow/convection/ausm_slau.cpp
@@ -2,7 +2,7 @@
* \file ausm_slau.cpp
* \brief Implementations of the AUSM-family of schemes.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/numerics/flow/convection/centered.cpp b/SU2_CFD/src/numerics/flow/convection/centered.cpp
index 3a2e38d5fe04..b1ec12d51119 100644
--- a/SU2_CFD/src/numerics/flow/convection/centered.cpp
+++ b/SU2_CFD/src/numerics/flow/convection/centered.cpp
@@ -2,7 +2,7 @@
* \file centered.cpp
* \brief Implementations of centered schemes.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/numerics/flow/convection/fds.cpp b/SU2_CFD/src/numerics/flow/convection/fds.cpp
index d91f80fe1d30..d30433aa1c0b 100644
--- a/SU2_CFD/src/numerics/flow/convection/fds.cpp
+++ b/SU2_CFD/src/numerics/flow/convection/fds.cpp
@@ -2,7 +2,7 @@
* \file fds.cpp
* \brief Implementation of Flux-Difference-Splitting schemes.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/numerics/flow/convection/fvs.cpp b/SU2_CFD/src/numerics/flow/convection/fvs.cpp
index 157f6da2982e..110207b9592b 100644
--- a/SU2_CFD/src/numerics/flow/convection/fvs.cpp
+++ b/SU2_CFD/src/numerics/flow/convection/fvs.cpp
@@ -2,7 +2,7 @@
* \file fvs.cpp
* \brief Implementations of Flux-Vector-Splitting schemes.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/numerics/flow/convection/hllc.cpp b/SU2_CFD/src/numerics/flow/convection/hllc.cpp
index 44fccef026d5..a8fab1bd5b7f 100644
--- a/SU2_CFD/src/numerics/flow/convection/hllc.cpp
+++ b/SU2_CFD/src/numerics/flow/convection/hllc.cpp
@@ -2,7 +2,7 @@
* \file hllc.cpp
* \brief Implementations of HLLC schemes.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/numerics/flow/convection/roe.cpp b/SU2_CFD/src/numerics/flow/convection/roe.cpp
index 5677a5d295ca..b8cc3c6923f4 100644
--- a/SU2_CFD/src/numerics/flow/convection/roe.cpp
+++ b/SU2_CFD/src/numerics/flow/convection/roe.cpp
@@ -2,7 +2,7 @@
* \file roe.cpp
* \brief Implementations of Roe-type schemes.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/numerics/flow/flow_diffusion.cpp b/SU2_CFD/src/numerics/flow/flow_diffusion.cpp
index 74d3f383d49e..d6bc783ab928 100644
--- a/SU2_CFD/src/numerics/flow/flow_diffusion.cpp
+++ b/SU2_CFD/src/numerics/flow/flow_diffusion.cpp
@@ -3,7 +3,7 @@
* \brief Implementation of numerics classes for discretization
* of viscous fluxes in fluid flow problems.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/numerics/flow/flow_sources.cpp b/SU2_CFD/src/numerics/flow/flow_sources.cpp
index e91a16324e6a..4e664ab5b6e4 100644
--- a/SU2_CFD/src/numerics/flow/flow_sources.cpp
+++ b/SU2_CFD/src/numerics/flow/flow_sources.cpp
@@ -3,7 +3,7 @@
* \brief Implementation of numerics classes for integration
* of source terms in fluid flow problems.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/numerics/radiation.cpp b/SU2_CFD/src/numerics/radiation.cpp
index 563e38c491b4..f58f5cfb004b 100644
--- a/SU2_CFD/src/numerics/radiation.cpp
+++ b/SU2_CFD/src/numerics/radiation.cpp
@@ -3,7 +3,7 @@
* \brief This file contains the implementation of the numerical
* methods for radiation.
* \author Ruben Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/numerics/scalar/scalar_sources.cpp b/SU2_CFD/src/numerics/scalar/scalar_sources.cpp
index bbac232d5d3d..49e431b41583 100644
--- a/SU2_CFD/src/numerics/scalar/scalar_sources.cpp
+++ b/SU2_CFD/src/numerics/scalar/scalar_sources.cpp
@@ -1,7 +1,7 @@
/*!
* \file scalar_sources.cpp
* \brief Implementation of numerics classes for integration of scalar source-terms.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/numerics/species/species_sources.cpp b/SU2_CFD/src/numerics/species/species_sources.cpp
index bb897eb4932d..8d96386e9a3f 100644
--- a/SU2_CFD/src/numerics/species/species_sources.cpp
+++ b/SU2_CFD/src/numerics/species/species_sources.cpp
@@ -3,7 +3,7 @@
* \brief Implementation of numerics classes for integration of
* species transport source-terms.
* \author T. Kattmann
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/numerics/template.cpp b/SU2_CFD/src/numerics/template.cpp
index 7124457ed1ae..c670307634d7 100644
--- a/SU2_CFD/src/numerics/template.cpp
+++ b/SU2_CFD/src/numerics/template.cpp
@@ -2,7 +2,7 @@
* \file template.cpp
* \brief Empty implementation of numerics templates, see .hpp file.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/output/CAdjElasticityOutput.cpp b/SU2_CFD/src/output/CAdjElasticityOutput.cpp
index 203f5d1879e6..2320cabf5a53 100644
--- a/SU2_CFD/src/output/CAdjElasticityOutput.cpp
+++ b/SU2_CFD/src/output/CAdjElasticityOutput.cpp
@@ -2,7 +2,7 @@
* \file CAdjElasticityOutput.cpp
* \brief Main subroutines for elasticity discrete adjoint output
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/output/CAdjFlowCompOutput.cpp b/SU2_CFD/src/output/CAdjFlowCompOutput.cpp
index 44853d0a1c35..ff7bc5c3ede1 100644
--- a/SU2_CFD/src/output/CAdjFlowCompOutput.cpp
+++ b/SU2_CFD/src/output/CAdjFlowCompOutput.cpp
@@ -2,7 +2,7 @@
* \file CAdjFlowCompOutput.cpp
* \brief Main subroutines for flow discrete adjoint output
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/output/CAdjFlowIncOutput.cpp b/SU2_CFD/src/output/CAdjFlowIncOutput.cpp
index 38a51a0abe26..0ca7ca2bee8b 100644
--- a/SU2_CFD/src/output/CAdjFlowIncOutput.cpp
+++ b/SU2_CFD/src/output/CAdjFlowIncOutput.cpp
@@ -2,7 +2,7 @@
* \file CAdjFlowIncOutput.cpp
* \brief Main subroutines for flow discrete adjoint output
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/output/CAdjFlowOutput.cpp b/SU2_CFD/src/output/CAdjFlowOutput.cpp
index 111cd1578c46..c8ebfe898b81 100644
--- a/SU2_CFD/src/output/CAdjFlowOutput.cpp
+++ b/SU2_CFD/src/output/CAdjFlowOutput.cpp
@@ -2,7 +2,7 @@
* \file CAdjFlowOutput.cpp
* \brief Main subroutines for flow discrete adjoint output
* \author T. Kattmann
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/output/CAdjHeatOutput.cpp b/SU2_CFD/src/output/CAdjHeatOutput.cpp
index a9f814ffc667..35875abe825a 100644
--- a/SU2_CFD/src/output/CAdjHeatOutput.cpp
+++ b/SU2_CFD/src/output/CAdjHeatOutput.cpp
@@ -2,7 +2,7 @@
* \file CAdjHeatOutput.cpp
* \brief Main subroutines for flow discrete adjoint output
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/output/CBaselineOutput.cpp b/SU2_CFD/src/output/CBaselineOutput.cpp
index 77e882171077..8fd0b5914065 100644
--- a/SU2_CFD/src/output/CBaselineOutput.cpp
+++ b/SU2_CFD/src/output/CBaselineOutput.cpp
@@ -2,7 +2,7 @@
* \file CBaselineOutput.cpp
* \brief Main subroutines for flow discrete adjoint output
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/output/CElasticityOutput.cpp b/SU2_CFD/src/output/CElasticityOutput.cpp
index 4268f6189fcc..cebd509656b0 100644
--- a/SU2_CFD/src/output/CElasticityOutput.cpp
+++ b/SU2_CFD/src/output/CElasticityOutput.cpp
@@ -2,7 +2,7 @@
* \file CElasticityOutput.cpp
* \brief Main subroutines for FEA output
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/output/CFVMOutput.cpp b/SU2_CFD/src/output/CFVMOutput.cpp
index d14bdaf484af..cc02672b3209 100644
--- a/SU2_CFD/src/output/CFVMOutput.cpp
+++ b/SU2_CFD/src/output/CFVMOutput.cpp
@@ -2,7 +2,7 @@
* \file CFVMOutput.cpp
* \brief Main subroutines for Finite Volume Method output
* \author T. Kattmann
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/output/CFlowCompFEMOutput.cpp b/SU2_CFD/src/output/CFlowCompFEMOutput.cpp
index 95f2eb69ac3d..3a2fa141a5dd 100644
--- a/SU2_CFD/src/output/CFlowCompFEMOutput.cpp
+++ b/SU2_CFD/src/output/CFlowCompFEMOutput.cpp
@@ -2,7 +2,7 @@
* \file CFlowCompFEMOutput.cpp
* \brief Main subroutines for compressible flow output
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/output/CFlowCompOutput.cpp b/SU2_CFD/src/output/CFlowCompOutput.cpp
index 1db958a8f2aa..4429cdfd7a05 100644
--- a/SU2_CFD/src/output/CFlowCompOutput.cpp
+++ b/SU2_CFD/src/output/CFlowCompOutput.cpp
@@ -2,7 +2,7 @@
* \file CFlowCompOutput.cpp
* \brief Main subroutines for compressible flow output
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/output/CFlowIncOutput.cpp b/SU2_CFD/src/output/CFlowIncOutput.cpp
index 8333a5abf874..b13edb7732fb 100644
--- a/SU2_CFD/src/output/CFlowIncOutput.cpp
+++ b/SU2_CFD/src/output/CFlowIncOutput.cpp
@@ -2,7 +2,7 @@
* \file CFlowIncOutput.cpp
* \brief Main subroutines for incompressible flow output
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/output/CFlowOutput.cpp b/SU2_CFD/src/output/CFlowOutput.cpp
index 492bfee57b36..d9216b7bdc2f 100644
--- a/SU2_CFD/src/output/CFlowOutput.cpp
+++ b/SU2_CFD/src/output/CFlowOutput.cpp
@@ -2,7 +2,7 @@
* \file CFlowOutput.cpp
* \brief Common functions for flow output.
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -2683,7 +2683,7 @@ void CFlowOutput::WriteForcesBreakdown(const CConfig* config, const CSolver* flo
file << "\n";
file << "-------------------------------------------------------------------------\n";
file << "| ___ _ _ ___ |\n";
- file << "| / __| | | |_ ) Release 8.3.0 \"Harrier\" |\n";
+ file << "| / __| | | |_ ) Release 8.4.0 \"Harrier\" |\n";
file << "| \\__ \\ |_| |/ / |\n";
file << "| |___/\\___//___| Suite (Computational Fluid Dynamics Code) |\n";
file << "| |\n";
diff --git a/SU2_CFD/src/output/CHeatOutput.cpp b/SU2_CFD/src/output/CHeatOutput.cpp
index bd403db3351d..828743eec088 100644
--- a/SU2_CFD/src/output/CHeatOutput.cpp
+++ b/SU2_CFD/src/output/CHeatOutput.cpp
@@ -2,7 +2,7 @@
* \file CHeatOutput.cpp
* \brief Main subroutines for the heat solver output
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/output/CMeshOutput.cpp b/SU2_CFD/src/output/CMeshOutput.cpp
index 5b916527e804..459e2094af64 100644
--- a/SU2_CFD/src/output/CMeshOutput.cpp
+++ b/SU2_CFD/src/output/CMeshOutput.cpp
@@ -2,7 +2,7 @@
* \file CMeshOutput.cpp
* \brief Main subroutines for the heat solver output
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/output/CMultizoneOutput.cpp b/SU2_CFD/src/output/CMultizoneOutput.cpp
index fa1472f64776..ebbac8fd0013 100644
--- a/SU2_CFD/src/output/CMultizoneOutput.cpp
+++ b/SU2_CFD/src/output/CMultizoneOutput.cpp
@@ -2,7 +2,7 @@
* \file CMultizoneOutput.cpp
* \brief Main subroutines for multizone output
* \author R. Sanchez, T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/output/CNEMOCompOutput.cpp b/SU2_CFD/src/output/CNEMOCompOutput.cpp
index 9c37c75945e2..fb6b8f906624 100644
--- a/SU2_CFD/src/output/CNEMOCompOutput.cpp
+++ b/SU2_CFD/src/output/CNEMOCompOutput.cpp
@@ -2,7 +2,7 @@
* \file CNEMOCompOutput.cpp
* \brief Main subroutines for compressible flow output
* \author W. Maier, R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/output/COutput.cpp b/SU2_CFD/src/output/COutput.cpp
index 593ab5867648..0be8bfb759eb 100644
--- a/SU2_CFD/src/output/COutput.cpp
+++ b/SU2_CFD/src/output/COutput.cpp
@@ -2,7 +2,7 @@
* \file COutput.cpp
* \brief Main subroutines for output solver information
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/output/COutputFactory.cpp b/SU2_CFD/src/output/COutputFactory.cpp
index 2ae0091f9f60..ca986eeba67a 100644
--- a/SU2_CFD/src/output/COutputFactory.cpp
+++ b/SU2_CFD/src/output/COutputFactory.cpp
@@ -2,7 +2,7 @@
* \file COutputFactory.cpp
* \brief Main subroutines for output solver information
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/output/CTurboOutput.cpp b/SU2_CFD/src/output/CTurboOutput.cpp
index e6d60f480dc0..d3b2b63ef992 100644
--- a/SU2_CFD/src/output/CTurboOutput.cpp
+++ b/SU2_CFD/src/output/CTurboOutput.cpp
@@ -2,7 +2,7 @@
* \file CTurboOutput.cpp
* \brief Source of the Turbomachinery Performance class
* \author S. Vitale, N. Anand
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/output/filewriter/CCGNSFileWriter.cpp b/SU2_CFD/src/output/filewriter/CCGNSFileWriter.cpp
index 211140e389f1..51952938acf6 100644
--- a/SU2_CFD/src/output/filewriter/CCGNSFileWriter.cpp
+++ b/SU2_CFD/src/output/filewriter/CCGNSFileWriter.cpp
@@ -2,7 +2,7 @@
* \file CCGNSFileWriter.cpp
* \brief Filewriter class for CGNS format.
* \author G. Baldan
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/output/filewriter/CCSVFileWriter.cpp b/SU2_CFD/src/output/filewriter/CCSVFileWriter.cpp
index c1d725746ee8..fbb92964eb0a 100644
--- a/SU2_CFD/src/output/filewriter/CCSVFileWriter.cpp
+++ b/SU2_CFD/src/output/filewriter/CCSVFileWriter.cpp
@@ -2,7 +2,7 @@
* \file CCSVFileWriter.cpp
* \brief CSV Writer output class
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/output/filewriter/CFEMDataSorter.cpp b/SU2_CFD/src/output/filewriter/CFEMDataSorter.cpp
index e4270bcac107..38b42e581175 100644
--- a/SU2_CFD/src/output/filewriter/CFEMDataSorter.cpp
+++ b/SU2_CFD/src/output/filewriter/CFEMDataSorter.cpp
@@ -2,7 +2,7 @@
* \file CFEMDataSorter.cpp
* \brief Datasorter class for FEM solvers.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/output/filewriter/CFVMDataSorter.cpp b/SU2_CFD/src/output/filewriter/CFVMDataSorter.cpp
index 32ff5f1e3c1e..71e1f0227783 100644
--- a/SU2_CFD/src/output/filewriter/CFVMDataSorter.cpp
+++ b/SU2_CFD/src/output/filewriter/CFVMDataSorter.cpp
@@ -2,7 +2,7 @@
* \file CFVMDataSorter.cpp
* \brief Datasorter class for FVM solvers.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/output/filewriter/CParallelDataSorter.cpp b/SU2_CFD/src/output/filewriter/CParallelDataSorter.cpp
index 63de4a9ce8c0..66c565714d41 100644
--- a/SU2_CFD/src/output/filewriter/CParallelDataSorter.cpp
+++ b/SU2_CFD/src/output/filewriter/CParallelDataSorter.cpp
@@ -2,7 +2,7 @@
* \file CParallelDataSorter.cpp
* \brief Datasorter base class.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/output/filewriter/CParallelFileWriter.cpp b/SU2_CFD/src/output/filewriter/CParallelFileWriter.cpp
index 47a3b46c7c99..5bcb2ee0fd7d 100644
--- a/SU2_CFD/src/output/filewriter/CParallelFileWriter.cpp
+++ b/SU2_CFD/src/output/filewriter/CParallelFileWriter.cpp
@@ -2,7 +2,7 @@
* \file CParallelFileWriter.cpp
* \brief Filewriter base class.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/output/filewriter/CParaviewBinaryFileWriter.cpp b/SU2_CFD/src/output/filewriter/CParaviewBinaryFileWriter.cpp
index 107077e6a8a8..71ecf47fec12 100644
--- a/SU2_CFD/src/output/filewriter/CParaviewBinaryFileWriter.cpp
+++ b/SU2_CFD/src/output/filewriter/CParaviewBinaryFileWriter.cpp
@@ -2,7 +2,7 @@
* \file CParaviewBinaryFileWriter.cpp
* \brief Filewriter class for Paraview binary format.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/output/filewriter/CParaviewFileWriter.cpp b/SU2_CFD/src/output/filewriter/CParaviewFileWriter.cpp
index 0bc689be5676..5fbec4782809 100644
--- a/SU2_CFD/src/output/filewriter/CParaviewFileWriter.cpp
+++ b/SU2_CFD/src/output/filewriter/CParaviewFileWriter.cpp
@@ -2,7 +2,7 @@
* \file CParaviewFileWriter.cpp
* \brief Filewriter class for Paraview ASCII format.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/output/filewriter/CParaviewVTMFileWriter.cpp b/SU2_CFD/src/output/filewriter/CParaviewVTMFileWriter.cpp
index df1fac994603..fe5acc03b510 100644
--- a/SU2_CFD/src/output/filewriter/CParaviewVTMFileWriter.cpp
+++ b/SU2_CFD/src/output/filewriter/CParaviewVTMFileWriter.cpp
@@ -2,7 +2,7 @@
* \file CParaviewVTMFileWriter.cpp
* \brief Filewriter class for Paraview binary format.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/output/filewriter/CParaviewXMLFileWriter.cpp b/SU2_CFD/src/output/filewriter/CParaviewXMLFileWriter.cpp
index 1ef0ca54cc42..c74d0d40b053 100644
--- a/SU2_CFD/src/output/filewriter/CParaviewXMLFileWriter.cpp
+++ b/SU2_CFD/src/output/filewriter/CParaviewXMLFileWriter.cpp
@@ -2,7 +2,7 @@
* \file CParaviewXMLFileWriter.cpp
* \brief Filewriter class for Paraview binary format.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/output/filewriter/CSTLFileWriter.cpp b/SU2_CFD/src/output/filewriter/CSTLFileWriter.cpp
index c1a95a8c550f..affe5ec083f8 100644
--- a/SU2_CFD/src/output/filewriter/CSTLFileWriter.cpp
+++ b/SU2_CFD/src/output/filewriter/CSTLFileWriter.cpp
@@ -2,7 +2,7 @@
* \file CSTLFileWriter.cpp
* \brief STL Writer output class
* \author T. Kattmann, T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/output/filewriter/CSU2BinaryFileWriter.cpp b/SU2_CFD/src/output/filewriter/CSU2BinaryFileWriter.cpp
index 2d00224b0559..2ff25afd74d4 100644
--- a/SU2_CFD/src/output/filewriter/CSU2BinaryFileWriter.cpp
+++ b/SU2_CFD/src/output/filewriter/CSU2BinaryFileWriter.cpp
@@ -2,7 +2,7 @@
* \file CSU2BinaryFileWriter.cpp
* \brief Filewriter class SU2 native binary format.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/output/filewriter/CSU2FileWriter.cpp b/SU2_CFD/src/output/filewriter/CSU2FileWriter.cpp
index 3517e1bbece3..0c6a5b1be146 100644
--- a/SU2_CFD/src/output/filewriter/CSU2FileWriter.cpp
+++ b/SU2_CFD/src/output/filewriter/CSU2FileWriter.cpp
@@ -2,7 +2,7 @@
* \file CSU2FileWriter.cpp
* \brief Filewriter class SU2 native ASCII (CSV) format.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/output/filewriter/CSU2MeshFileWriter.cpp b/SU2_CFD/src/output/filewriter/CSU2MeshFileWriter.cpp
index 6a8d0a9cc973..93f5ea16ee9f 100644
--- a/SU2_CFD/src/output/filewriter/CSU2MeshFileWriter.cpp
+++ b/SU2_CFD/src/output/filewriter/CSU2MeshFileWriter.cpp
@@ -2,7 +2,7 @@
* \file CSU2MeshFileWriter.cpp
* \brief Filewriter class SU2 native mesh format.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/output/filewriter/CSurfaceFEMDataSorter.cpp b/SU2_CFD/src/output/filewriter/CSurfaceFEMDataSorter.cpp
index 80273d593c64..cc13c0f3f41c 100644
--- a/SU2_CFD/src/output/filewriter/CSurfaceFEMDataSorter.cpp
+++ b/SU2_CFD/src/output/filewriter/CSurfaceFEMDataSorter.cpp
@@ -2,7 +2,7 @@
* \file CSurfaceFEMDataSorter.cpp
* \brief Datasorter for FEM surfaces.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/output/filewriter/CSurfaceFVMDataSorter.cpp b/SU2_CFD/src/output/filewriter/CSurfaceFVMDataSorter.cpp
index adbf216cc195..118bd8863010 100644
--- a/SU2_CFD/src/output/filewriter/CSurfaceFVMDataSorter.cpp
+++ b/SU2_CFD/src/output/filewriter/CSurfaceFVMDataSorter.cpp
@@ -2,7 +2,7 @@
* \file CSurfaceFVMDataSorter.cpp
* \brief Datasorter for FVM surfaces.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/output/filewriter/CTecplotBinaryFileWriter.cpp b/SU2_CFD/src/output/filewriter/CTecplotBinaryFileWriter.cpp
index 715f14022daf..d159ef22df34 100644
--- a/SU2_CFD/src/output/filewriter/CTecplotBinaryFileWriter.cpp
+++ b/SU2_CFD/src/output/filewriter/CTecplotBinaryFileWriter.cpp
@@ -2,7 +2,7 @@
* \file CTecplotBinaryFileWriter.cpp
* \brief Filewriter class for Tecplot binary format.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/output/filewriter/CTecplotFileWriter.cpp b/SU2_CFD/src/output/filewriter/CTecplotFileWriter.cpp
index b2bd0827a3fb..7f92bf75b98b 100644
--- a/SU2_CFD/src/output/filewriter/CTecplotFileWriter.cpp
+++ b/SU2_CFD/src/output/filewriter/CTecplotFileWriter.cpp
@@ -2,7 +2,7 @@
* \file CTecplotFileWriter.cpp
* \brief Filewriter class for Tecplot ASCII format.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/output/tools/CWindowingTools.cpp b/SU2_CFD/src/output/tools/CWindowingTools.cpp
index 21f3894d5e88..c31992b72175 100644
--- a/SU2_CFD/src/output/tools/CWindowingTools.cpp
+++ b/SU2_CFD/src/output/tools/CWindowingTools.cpp
@@ -2,7 +2,7 @@
* \file signal_processing_toolbox.cpp
* \brief Signal processing tools
* \author S. Schotthöfer
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/python_wrapper_structure.cpp b/SU2_CFD/src/python_wrapper_structure.cpp
index 907307f30b11..8c5f939305da 100644
--- a/SU2_CFD/src/python_wrapper_structure.cpp
+++ b/SU2_CFD/src/python_wrapper_structure.cpp
@@ -2,7 +2,7 @@
* \file python_wrapper_structure.cpp
* \brief Driver subroutines that are used by the Python wrapper. Those routines are usually called from an external Python environment.
* \author D. Thomas
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/solvers/CAdjEulerSolver.cpp b/SU2_CFD/src/solvers/CAdjEulerSolver.cpp
index 9d224a1f5435..67ef904d1d4a 100644
--- a/SU2_CFD/src/solvers/CAdjEulerSolver.cpp
+++ b/SU2_CFD/src/solvers/CAdjEulerSolver.cpp
@@ -2,7 +2,7 @@
* \file CAdjEulerSolver.cpp
* \brief Main subroutines for solving Euler adjoint problems.
* \author F. Palacios, T. Economon, H. Kline
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/solvers/CAdjNSSolver.cpp b/SU2_CFD/src/solvers/CAdjNSSolver.cpp
index 60b28799423a..f6d9ac366f0b 100644
--- a/SU2_CFD/src/solvers/CAdjNSSolver.cpp
+++ b/SU2_CFD/src/solvers/CAdjNSSolver.cpp
@@ -2,7 +2,7 @@
* \file CAdjNSSolver.cpp
* \brief Main subroutines for solving Navier-Stokes adjoint problems.
* \author F. Palacios, T. Economon, H. Kline
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/solvers/CAdjTurbSolver.cpp b/SU2_CFD/src/solvers/CAdjTurbSolver.cpp
index d8e600a1f9d1..f680ea1ad6cd 100644
--- a/SU2_CFD/src/solvers/CAdjTurbSolver.cpp
+++ b/SU2_CFD/src/solvers/CAdjTurbSolver.cpp
@@ -2,7 +2,7 @@
* \file CAdjTurbVariable.cpp
* \brief Main subroutines for solving turbulent adjoint problems.
* \author F. Palacios, A. Bueno, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/solvers/CBaselineSolver.cpp b/SU2_CFD/src/solvers/CBaselineSolver.cpp
index 3e629b1ce151..642b77c599f8 100644
--- a/SU2_CFD/src/solvers/CBaselineSolver.cpp
+++ b/SU2_CFD/src/solvers/CBaselineSolver.cpp
@@ -2,7 +2,7 @@
* \file CBaselineSolver.cpp
* \brief Main subroutines for CBaselineSolver class.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/solvers/CBaselineSolver_FEM.cpp b/SU2_CFD/src/solvers/CBaselineSolver_FEM.cpp
index 613b8467e6b4..82b5abd052af 100644
--- a/SU2_CFD/src/solvers/CBaselineSolver_FEM.cpp
+++ b/SU2_CFD/src/solvers/CBaselineSolver_FEM.cpp
@@ -2,7 +2,7 @@
* \file CBaselineSolver_FEM.cpp
* \brief Main subroutines for CBaselineSolver_FEM class.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/solvers/CDiscAdjFEASolver.cpp b/SU2_CFD/src/solvers/CDiscAdjFEASolver.cpp
index c294180bd019..db83d25257ea 100644
--- a/SU2_CFD/src/solvers/CDiscAdjFEASolver.cpp
+++ b/SU2_CFD/src/solvers/CDiscAdjFEASolver.cpp
@@ -2,7 +2,7 @@
* \file CDiscAdjFEASolver.cpp
* \brief Main subroutines for solving adjoint FEM elasticity problems.
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/solvers/CDiscAdjMeshSolver.cpp b/SU2_CFD/src/solvers/CDiscAdjMeshSolver.cpp
index 05bf043eb74c..a7c37f0ece02 100644
--- a/SU2_CFD/src/solvers/CDiscAdjMeshSolver.cpp
+++ b/SU2_CFD/src/solvers/CDiscAdjMeshSolver.cpp
@@ -2,7 +2,7 @@
* \file CDiscAdjMeshSolver.cpp
* \brief Main subroutines for solving the discrete adjoint mesh problem.
* \author Ruben Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/solvers/CDiscAdjSolver.cpp b/SU2_CFD/src/solvers/CDiscAdjSolver.cpp
index 55dd83b89807..5f6d8beecac9 100644
--- a/SU2_CFD/src/solvers/CDiscAdjSolver.cpp
+++ b/SU2_CFD/src/solvers/CDiscAdjSolver.cpp
@@ -2,7 +2,7 @@
* \file CDiscAdjSolver.cpp
* \brief Main subroutines for solving the discrete adjoint problem.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/solvers/CEulerSolver.cpp b/SU2_CFD/src/solvers/CEulerSolver.cpp
index 419009d418f9..090024819f26 100644
--- a/SU2_CFD/src/solvers/CEulerSolver.cpp
+++ b/SU2_CFD/src/solvers/CEulerSolver.cpp
@@ -2,7 +2,7 @@
* \file CEulerSolver.cpp
* \brief Main subroutines for solving Finite-Volume Euler flow problems.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
@@ -4136,7 +4136,7 @@ void CEulerSolver::SetActDisk_BEM_VLAD(CGeometry *geometry, CSolver **solver_con
* Institution: Computational and Theoretical Fluid Dynamics (CTFD),
* CSIR - National Aerospace Laboratories, Bangalore
* Academy of Scientific and Innovative Research, Ghaziabad
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
* First release date : September 26 2023
* modified on:
*
diff --git a/SU2_CFD/src/solvers/CFEASolver.cpp b/SU2_CFD/src/solvers/CFEASolver.cpp
index 45433099d7e3..bce775187314 100644
--- a/SU2_CFD/src/solvers/CFEASolver.cpp
+++ b/SU2_CFD/src/solvers/CFEASolver.cpp
@@ -2,7 +2,7 @@
* \file CFEASolver.cpp
* \brief Main subroutines for solving direct FEM elasticity problems.
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/solvers/CFEASolverBase.cpp b/SU2_CFD/src/solvers/CFEASolverBase.cpp
index 3c2dbd985730..6d903ea0d448 100644
--- a/SU2_CFD/src/solvers/CFEASolverBase.cpp
+++ b/SU2_CFD/src/solvers/CFEASolverBase.cpp
@@ -2,7 +2,7 @@
* \file CFEASolverBase.cpp
* \brief Common class template for FEA solvers
* \author T. Dick
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/solvers/CFEM_DG_EulerSolver.cpp b/SU2_CFD/src/solvers/CFEM_DG_EulerSolver.cpp
index 50e53a5ecdce..3f7694a0cbee 100644
--- a/SU2_CFD/src/solvers/CFEM_DG_EulerSolver.cpp
+++ b/SU2_CFD/src/solvers/CFEM_DG_EulerSolver.cpp
@@ -2,7 +2,7 @@
* \file CFEM_DG_EulerSolver.cpp
* \brief Main subroutines for solving finite element Euler flow problems
* \author J. Alonso, E. van der Weide, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/solvers/CFEM_DG_NSSolver.cpp b/SU2_CFD/src/solvers/CFEM_DG_NSSolver.cpp
index 70e14cadd735..7cec6d049207 100644
--- a/SU2_CFD/src/solvers/CFEM_DG_NSSolver.cpp
+++ b/SU2_CFD/src/solvers/CFEM_DG_NSSolver.cpp
@@ -2,7 +2,7 @@
* \file CFEM_DG_NSSolver.cpp
* \brief Main subroutines for solving finite element Navier-Stokes flow problems
* \author J. Alonso, E. van der Weide, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/solvers/CGradientSmoothingSolver.cpp b/SU2_CFD/src/solvers/CGradientSmoothingSolver.cpp
index 042fe1afc173..44f3bbb59818 100644
--- a/SU2_CFD/src/solvers/CGradientSmoothingSolver.cpp
+++ b/SU2_CFD/src/solvers/CGradientSmoothingSolver.cpp
@@ -2,7 +2,7 @@
* \file CGradientSmoothing.cpp
* \brief Main solver routines for the gradient smoothing problem.
* \author T. Dick
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/solvers/CHeatSolver.cpp b/SU2_CFD/src/solvers/CHeatSolver.cpp
index 6c23d6e2a797..24b2eba6d6a0 100644
--- a/SU2_CFD/src/solvers/CHeatSolver.cpp
+++ b/SU2_CFD/src/solvers/CHeatSolver.cpp
@@ -2,7 +2,7 @@
* \file CHeatSolver.cpp
* \brief Main subroutines for solving the heat equation
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/solvers/CIncEulerSolver.cpp b/SU2_CFD/src/solvers/CIncEulerSolver.cpp
index c8f6a70ff5d6..c99f87896c2d 100644
--- a/SU2_CFD/src/solvers/CIncEulerSolver.cpp
+++ b/SU2_CFD/src/solvers/CIncEulerSolver.cpp
@@ -2,7 +2,7 @@
* \file CIncEulerSolver.cpp
* \brief Main subroutines for solving incompressible flow (Euler, Navier-Stokes, etc.).
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/solvers/CIncNSSolver.cpp b/SU2_CFD/src/solvers/CIncNSSolver.cpp
index 40655cac2933..6477fa6f3619 100644
--- a/SU2_CFD/src/solvers/CIncNSSolver.cpp
+++ b/SU2_CFD/src/solvers/CIncNSSolver.cpp
@@ -2,7 +2,7 @@
* \file CIncNSSolver.cpp
* \brief Main subroutines for solving Navier-Stokes incompressible flow.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/solvers/CMeshSolver.cpp b/SU2_CFD/src/solvers/CMeshSolver.cpp
index 1c351c7a0e2b..603b2e57d150 100644
--- a/SU2_CFD/src/solvers/CMeshSolver.cpp
+++ b/SU2_CFD/src/solvers/CMeshSolver.cpp
@@ -2,7 +2,7 @@
* \file CMeshSolver.cpp
* \brief Main subroutines to solve moving meshes using a pseudo-linear elastic approach.
* \author Ruben Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/solvers/CNEMOEulerSolver.cpp b/SU2_CFD/src/solvers/CNEMOEulerSolver.cpp
index 07299c72a9d1..0d76dadf59e7 100644
--- a/SU2_CFD/src/solvers/CNEMOEulerSolver.cpp
+++ b/SU2_CFD/src/solvers/CNEMOEulerSolver.cpp
@@ -2,7 +2,7 @@
* \file CNEMOEulerSolver.cpp
* \brief Headers of the CNEMOEulerSolver class
* \author S. R. Copeland, F. Palacios, W. Maier, C. Garbacz, J. Needels
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/solvers/CNEMONSSolver.cpp b/SU2_CFD/src/solvers/CNEMONSSolver.cpp
index 0755f4779a54..ac4619145f52 100644
--- a/SU2_CFD/src/solvers/CNEMONSSolver.cpp
+++ b/SU2_CFD/src/solvers/CNEMONSSolver.cpp
@@ -2,7 +2,7 @@
* \file CNEMONSSolver.cpp
* \brief Headers of the CNEMONSSolver class
* \author S. R. Copeland, F. Palacios, W. Maier.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/solvers/CNSSolver.cpp b/SU2_CFD/src/solvers/CNSSolver.cpp
index 584e0e25ae37..7a1309027a65 100644
--- a/SU2_CFD/src/solvers/CNSSolver.cpp
+++ b/SU2_CFD/src/solvers/CNSSolver.cpp
@@ -2,7 +2,7 @@
* \file CNSSolver.cpp
* \brief Main subroutines for solving Finite-Volume Navier-Stokes flow problems.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/solvers/CRadP1Solver.cpp b/SU2_CFD/src/solvers/CRadP1Solver.cpp
index 23decfd0b519..14eac91f2d65 100644
--- a/SU2_CFD/src/solvers/CRadP1Solver.cpp
+++ b/SU2_CFD/src/solvers/CRadP1Solver.cpp
@@ -2,7 +2,7 @@
* \file CRadP1Solver.cpp
* \brief Main subroutines for solving P1 radiation problems.
* \author Ruben Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/solvers/CRadSolver.cpp b/SU2_CFD/src/solvers/CRadSolver.cpp
index 5b8673d4d110..9735b7c78074 100644
--- a/SU2_CFD/src/solvers/CRadSolver.cpp
+++ b/SU2_CFD/src/solvers/CRadSolver.cpp
@@ -2,7 +2,7 @@
* \file CRadP1Solver.cpp
* \brief Main subroutines for solving generic radiation problems (P1, M1, discrete ordinates...)
* \author Ruben Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/solvers/CSolver.cpp b/SU2_CFD/src/solvers/CSolver.cpp
index 34d5f6807f6b..f544b694ba82 100644
--- a/SU2_CFD/src/solvers/CSolver.cpp
+++ b/SU2_CFD/src/solvers/CSolver.cpp
@@ -2,7 +2,7 @@
* \file CSolver.cpp
* \brief Main subroutines for CSolver class.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/solvers/CSolverFactory.cpp b/SU2_CFD/src/solvers/CSolverFactory.cpp
index 515650afc8cf..f6ceda06d84d 100644
--- a/SU2_CFD/src/solvers/CSolverFactory.cpp
+++ b/SU2_CFD/src/solvers/CSolverFactory.cpp
@@ -2,7 +2,7 @@
* \file CSolverFactory.cpp
* \brief Main subroutines for CSolverFactoryclass.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/solvers/CSpeciesFlameletSolver.cpp b/SU2_CFD/src/solvers/CSpeciesFlameletSolver.cpp
index 5319aae06940..4247cea840a8 100644
--- a/SU2_CFD/src/solvers/CSpeciesFlameletSolver.cpp
+++ b/SU2_CFD/src/solvers/CSpeciesFlameletSolver.cpp
@@ -2,7 +2,7 @@
* \file CSpeciesFlameletSolver.cpp
* \brief Main subroutines of CSpeciesFlameletSolver class
* \author D. Mayer, T. Economon, N. Beishuizen, E. Bunschoten
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/solvers/CSpeciesSolver.cpp b/SU2_CFD/src/solvers/CSpeciesSolver.cpp
index fc498e08351d..e1b65c56f823 100644
--- a/SU2_CFD/src/solvers/CSpeciesSolver.cpp
+++ b/SU2_CFD/src/solvers/CSpeciesSolver.cpp
@@ -2,7 +2,7 @@
* \file CSpeciesSolver.cpp
* \brief Main subroutines of CSpeciesSolver class
* \author T. Kattmann
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/solvers/CTemplateSolver.cpp b/SU2_CFD/src/solvers/CTemplateSolver.cpp
index 48bef9c3e5a4..2a6cd2a5e689 100644
--- a/SU2_CFD/src/solvers/CTemplateSolver.cpp
+++ b/SU2_CFD/src/solvers/CTemplateSolver.cpp
@@ -2,7 +2,7 @@
* \file CTemplateSolver.cpp
* \brief Subroutines to be implemented for any new solvers
* \author F. Palacios
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/solvers/CTransLMSolver.cpp b/SU2_CFD/src/solvers/CTransLMSolver.cpp
index c6ea42d0d93b..38356c86a59e 100644
--- a/SU2_CFD/src/solvers/CTransLMSolver.cpp
+++ b/SU2_CFD/src/solvers/CTransLMSolver.cpp
@@ -2,7 +2,7 @@
* \file CTransLMSolver.cpp
* \brief Main subroutines for Langtry-Menter Transition model solver.
* \author A. Aranake, S. Kang.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/solvers/CTurbSASolver.cpp b/SU2_CFD/src/solvers/CTurbSASolver.cpp
index f844d2024355..5ea64882b0b7 100644
--- a/SU2_CFD/src/solvers/CTurbSASolver.cpp
+++ b/SU2_CFD/src/solvers/CTurbSASolver.cpp
@@ -2,7 +2,7 @@
* \file CTurbSASolver.cpp
* \brief Main subroutines of CTurbSASolver class
* \author F. Palacios, A. Bueno
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/solvers/CTurbSSTSolver.cpp b/SU2_CFD/src/solvers/CTurbSSTSolver.cpp
index f374248a4d01..3ce8b2e300a2 100644
--- a/SU2_CFD/src/solvers/CTurbSSTSolver.cpp
+++ b/SU2_CFD/src/solvers/CTurbSSTSolver.cpp
@@ -2,7 +2,7 @@
* \file CTurbSSTSolver.cpp
* \brief Main subroutines of CTurbSSTSolver class
* \author F. Palacios, A. Bueno
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/solvers/CTurbSolver.cpp b/SU2_CFD/src/solvers/CTurbSolver.cpp
index a240c642c010..f6aed2de8522 100644
--- a/SU2_CFD/src/solvers/CTurbSolver.cpp
+++ b/SU2_CFD/src/solvers/CTurbSolver.cpp
@@ -2,7 +2,7 @@
* \file CTurbSolver.cpp
* \brief Main subroutines of CTurbSolver class
* \author F. Palacios, A. Bueno
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/variables/CAdjEulerVariable.cpp b/SU2_CFD/src/variables/CAdjEulerVariable.cpp
index f665bf776776..565c80f8c774 100644
--- a/SU2_CFD/src/variables/CAdjEulerVariable.cpp
+++ b/SU2_CFD/src/variables/CAdjEulerVariable.cpp
@@ -2,7 +2,7 @@
* \file CAdjEulerVariable.cpp
* \brief Definition of the solution fields.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/variables/CAdjNSVariable.cpp b/SU2_CFD/src/variables/CAdjNSVariable.cpp
index a0af9aa5b998..46de122957cd 100644
--- a/SU2_CFD/src/variables/CAdjNSVariable.cpp
+++ b/SU2_CFD/src/variables/CAdjNSVariable.cpp
@@ -2,7 +2,7 @@
* \file CAdjNSVariable.cpp
* \brief Definition of the solution fields.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/variables/CAdjTurbVariable.cpp b/SU2_CFD/src/variables/CAdjTurbVariable.cpp
index a79b2f392868..f387f3bb2121 100644
--- a/SU2_CFD/src/variables/CAdjTurbVariable.cpp
+++ b/SU2_CFD/src/variables/CAdjTurbVariable.cpp
@@ -2,7 +2,7 @@
* \file CAdjTurbVariable.cpp
* \brief Definition of the solution fields.
* \author F. Palacios, A. Bueno
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/variables/CBaselineVariable.cpp b/SU2_CFD/src/variables/CBaselineVariable.cpp
index 793b9bbd0901..c67a304be2f0 100644
--- a/SU2_CFD/src/variables/CBaselineVariable.cpp
+++ b/SU2_CFD/src/variables/CBaselineVariable.cpp
@@ -2,7 +2,7 @@
* \file CBaselineVariable.cpp
* \brief Definition of the solution fields.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/variables/CDiscAdjFEABoundVariable.cpp b/SU2_CFD/src/variables/CDiscAdjFEABoundVariable.cpp
index 76e72bbdd1a4..7a2c26015a7d 100644
--- a/SU2_CFD/src/variables/CDiscAdjFEABoundVariable.cpp
+++ b/SU2_CFD/src/variables/CDiscAdjFEABoundVariable.cpp
@@ -2,7 +2,7 @@
* \file CDiscAdjFEAVariable.cpp
* \brief Definition of the variables for FEM adjoint elastic structural problems.
* \author Ruben Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/variables/CDiscAdjMeshBoundVariable.cpp b/SU2_CFD/src/variables/CDiscAdjMeshBoundVariable.cpp
index 2707148ea95b..d84f3fc949bd 100644
--- a/SU2_CFD/src/variables/CDiscAdjMeshBoundVariable.cpp
+++ b/SU2_CFD/src/variables/CDiscAdjMeshBoundVariable.cpp
@@ -2,7 +2,7 @@
* \file CDiscAdjMeshVariable.cpp
* \brief Main subroutines for the discrete adjoint mesh variable structure.
* \author Ruben Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/variables/CDiscAdjVariable.cpp b/SU2_CFD/src/variables/CDiscAdjVariable.cpp
index 45a7f4249fc3..ea33c6886262 100644
--- a/SU2_CFD/src/variables/CDiscAdjVariable.cpp
+++ b/SU2_CFD/src/variables/CDiscAdjVariable.cpp
@@ -2,7 +2,7 @@
* \file CDiscAdjVariable.cpp
* \brief Main subroutines for the discrete adjoint variable structure.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/variables/CEulerVariable.cpp b/SU2_CFD/src/variables/CEulerVariable.cpp
index 626ae75d347a..4e88c9a467d6 100644
--- a/SU2_CFD/src/variables/CEulerVariable.cpp
+++ b/SU2_CFD/src/variables/CEulerVariable.cpp
@@ -2,7 +2,7 @@
* \file CEulerVariable.cpp
* \brief Definition of the solution fields.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/variables/CFEABoundVariable.cpp b/SU2_CFD/src/variables/CFEABoundVariable.cpp
index 6b775f8195a4..2d06787291d6 100644
--- a/SU2_CFD/src/variables/CFEABoundVariable.cpp
+++ b/SU2_CFD/src/variables/CFEABoundVariable.cpp
@@ -2,7 +2,7 @@
* \file CFEABoundVariable.cpp
* \brief Definition of the variables for FEM elastic structural problems.
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/variables/CFEAVariable.cpp b/SU2_CFD/src/variables/CFEAVariable.cpp
index c9b27a444833..8944b72aaf7e 100644
--- a/SU2_CFD/src/variables/CFEAVariable.cpp
+++ b/SU2_CFD/src/variables/CFEAVariable.cpp
@@ -2,7 +2,7 @@
* \file CFEAVariable.cpp
* \brief Definition of the variables for FEM elastic structural problems.
* \author R. Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/variables/CFlowVariable.cpp b/SU2_CFD/src/variables/CFlowVariable.cpp
index c5d3db320c14..422118245f98 100644
--- a/SU2_CFD/src/variables/CFlowVariable.cpp
+++ b/SU2_CFD/src/variables/CFlowVariable.cpp
@@ -1,7 +1,7 @@
/*!
* \file CFlowVariable.cpp
* \brief Definition of common solution fields for flow solvers.
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/variables/CHeatVariable.cpp b/SU2_CFD/src/variables/CHeatVariable.cpp
index 4ecbf289a8ff..cc41d69b25b4 100644
--- a/SU2_CFD/src/variables/CHeatVariable.cpp
+++ b/SU2_CFD/src/variables/CHeatVariable.cpp
@@ -2,7 +2,7 @@
* \file CHeatVariable.cpp
* \brief Definition of the variables for heat equation problems.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/variables/CIncEulerVariable.cpp b/SU2_CFD/src/variables/CIncEulerVariable.cpp
index 35d7d0b9917f..6d77af4454db 100644
--- a/SU2_CFD/src/variables/CIncEulerVariable.cpp
+++ b/SU2_CFD/src/variables/CIncEulerVariable.cpp
@@ -2,7 +2,7 @@
* \file CIncEulerVariable.cpp
* \brief Definition of the variable classes for incompressible flow.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/variables/CIncNSVariable.cpp b/SU2_CFD/src/variables/CIncNSVariable.cpp
index 3d4c2f80febe..f5201c92cb58 100644
--- a/SU2_CFD/src/variables/CIncNSVariable.cpp
+++ b/SU2_CFD/src/variables/CIncNSVariable.cpp
@@ -2,7 +2,7 @@
* \file CIncNSVariable.cpp
* \brief Definition of the variable classes for incompressible flow.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/variables/CMeshBoundVariable.cpp b/SU2_CFD/src/variables/CMeshBoundVariable.cpp
index cd8bfc37f59c..b906eed3665d 100644
--- a/SU2_CFD/src/variables/CMeshBoundVariable.cpp
+++ b/SU2_CFD/src/variables/CMeshBoundVariable.cpp
@@ -2,7 +2,7 @@
* \file CMeshBoundVariable.cpp
* \brief Definition of the boundary variables for mesh motion using a pseudo-elastic approach.
* \author Ruben Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/variables/CMeshElement.cpp b/SU2_CFD/src/variables/CMeshElement.cpp
index a87f7ccbb8e5..6cbe76a01cf9 100644
--- a/SU2_CFD/src/variables/CMeshElement.cpp
+++ b/SU2_CFD/src/variables/CMeshElement.cpp
@@ -2,7 +2,7 @@
* \file CMeshElement.cpp
* \brief Definition of the mesh elements for mesh deformation using a pseudo-elastic approach.
* \author Ruben Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/variables/CMeshVariable.cpp b/SU2_CFD/src/variables/CMeshVariable.cpp
index a04fbeac0dde..c168b4b2e7b4 100644
--- a/SU2_CFD/src/variables/CMeshVariable.cpp
+++ b/SU2_CFD/src/variables/CMeshVariable.cpp
@@ -2,7 +2,7 @@
* \file CMeshVariable.cpp
* \brief Definition of the variables for mesh motion using a pseudo-elastic approach.
* \author Ruben Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/variables/CNEMOEulerVariable.cpp b/SU2_CFD/src/variables/CNEMOEulerVariable.cpp
index e843ec1de6a9..24dc13e18544 100644
--- a/SU2_CFD/src/variables/CNEMOEulerVariable.cpp
+++ b/SU2_CFD/src/variables/CNEMOEulerVariable.cpp
@@ -2,7 +2,7 @@
* \file CNEMOEulerVariable.cpp
* \brief Definition of the solution fields.
* \author C. Garbacz, W. Maier, S.R. Copeland
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/variables/CNEMONSVariable.cpp b/SU2_CFD/src/variables/CNEMONSVariable.cpp
index 9d2a90dd9617..37b020c0ba69 100644
--- a/SU2_CFD/src/variables/CNEMONSVariable.cpp
+++ b/SU2_CFD/src/variables/CNEMONSVariable.cpp
@@ -2,7 +2,7 @@
* \file CNEMONSVariable.cpp
* \brief Definition of the solution fields.
* \author C. Garbacz, W. Maier, S.R. Copeland
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/variables/CNSVariable.cpp b/SU2_CFD/src/variables/CNSVariable.cpp
index 0b400e58bde2..365c5b5d870c 100644
--- a/SU2_CFD/src/variables/CNSVariable.cpp
+++ b/SU2_CFD/src/variables/CNSVariable.cpp
@@ -2,7 +2,7 @@
* \file CNSVariable.cpp
* \brief Definition of the solution fields.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/variables/CRadP1Variable.cpp b/SU2_CFD/src/variables/CRadP1Variable.cpp
index 8231c64c349f..5b72783a0e98 100644
--- a/SU2_CFD/src/variables/CRadP1Variable.cpp
+++ b/SU2_CFD/src/variables/CRadP1Variable.cpp
@@ -2,7 +2,7 @@
* \file CRadP1Variable.cpp
* \brief Definition of the P1 model variables
* \author Ruben Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/variables/CRadVariable.cpp b/SU2_CFD/src/variables/CRadVariable.cpp
index daaeb6054fc9..258c220590a1 100644
--- a/SU2_CFD/src/variables/CRadVariable.cpp
+++ b/SU2_CFD/src/variables/CRadVariable.cpp
@@ -2,7 +2,7 @@
* \file CRadVariable.cpp
* \brief Definition of the radiation variables
* \author Ruben Sanchez
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/variables/CScalarVariable.cpp b/SU2_CFD/src/variables/CScalarVariable.cpp
index 97eb8300b340..dc8d462d8d75 100644
--- a/SU2_CFD/src/variables/CScalarVariable.cpp
+++ b/SU2_CFD/src/variables/CScalarVariable.cpp
@@ -2,7 +2,7 @@
* \file CScalarVariable.cpp
* \brief Definition of the solution fields.
* \author F. Palacios, A. Bueno
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/variables/CSobolevSmoothingVariable.cpp b/SU2_CFD/src/variables/CSobolevSmoothingVariable.cpp
index ab73a3f2e534..c87286aa1529 100644
--- a/SU2_CFD/src/variables/CSobolevSmoothingVariable.cpp
+++ b/SU2_CFD/src/variables/CSobolevSmoothingVariable.cpp
@@ -2,7 +2,7 @@
* \file CSobolevSmoothingVariable.cpp
* \brief Definition of the variables for gradient smoothing problems.
* \author T. Dick
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/variables/CSpeciesFlameletVariable.cpp b/SU2_CFD/src/variables/CSpeciesFlameletVariable.cpp
index b38d2134d27d..529e006e3fb1 100644
--- a/SU2_CFD/src/variables/CSpeciesFlameletVariable.cpp
+++ b/SU2_CFD/src/variables/CSpeciesFlameletVariable.cpp
@@ -2,7 +2,7 @@
* \file CSpeciesFlameletVariable.cpp
* \brief Definition of the variable fields for the flamelet class.
* \author D. Mayer, T. Economon, N. Beishuizen
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/variables/CSpeciesVariable.cpp b/SU2_CFD/src/variables/CSpeciesVariable.cpp
index 584e95975ff2..a02f417a07b2 100644
--- a/SU2_CFD/src/variables/CSpeciesVariable.cpp
+++ b/SU2_CFD/src/variables/CSpeciesVariable.cpp
@@ -2,7 +2,7 @@
* \file CSpeciesVariable.cpp
* \brief Definition of the solution fields.
* \author T. Kattmann
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/variables/CTransLMVariable.cpp b/SU2_CFD/src/variables/CTransLMVariable.cpp
index b56a961852a4..56a1027f692e 100644
--- a/SU2_CFD/src/variables/CTransLMVariable.cpp
+++ b/SU2_CFD/src/variables/CTransLMVariable.cpp
@@ -2,7 +2,7 @@
* \file CTransLMVariable.cpp
* \brief Definition of the solution fields.
* \author A. Aranake, S. Kang
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/variables/CTurbSAVariable.cpp b/SU2_CFD/src/variables/CTurbSAVariable.cpp
index 895a6b9e84e7..de9c6d6bb481 100644
--- a/SU2_CFD/src/variables/CTurbSAVariable.cpp
+++ b/SU2_CFD/src/variables/CTurbSAVariable.cpp
@@ -2,7 +2,7 @@
* \file CTurbSAVariable.cpp
* \brief Definition of the solution fields.
* \author F. Palacios, A. Bueno
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/variables/CTurbSSTVariable.cpp b/SU2_CFD/src/variables/CTurbSSTVariable.cpp
index f0d4f0f7645d..dadfe497025d 100644
--- a/SU2_CFD/src/variables/CTurbSSTVariable.cpp
+++ b/SU2_CFD/src/variables/CTurbSSTVariable.cpp
@@ -2,7 +2,7 @@
* \file CTurbSSTVariable.cpp
* \brief Definition of the solution fields.
* \author F. Palacios, A. Bueno
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/variables/CTurbVariable.cpp b/SU2_CFD/src/variables/CTurbVariable.cpp
index dc6bcd7533b8..a759d50d7124 100644
--- a/SU2_CFD/src/variables/CTurbVariable.cpp
+++ b/SU2_CFD/src/variables/CTurbVariable.cpp
@@ -2,7 +2,7 @@
* \file CTurbVariable.cpp
* \brief Definition of the solution fields.
* \author F. Palacios, A. Bueno
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_CFD/src/variables/CVariable.cpp b/SU2_CFD/src/variables/CVariable.cpp
index 5b391bb8a782..7de950de6224 100644
--- a/SU2_CFD/src/variables/CVariable.cpp
+++ b/SU2_CFD/src/variables/CVariable.cpp
@@ -2,7 +2,7 @@
* \file CVariable.cpp
* \brief Definition of the solution fields.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_DEF/include/drivers/CDeformationDriver.hpp b/SU2_DEF/include/drivers/CDeformationDriver.hpp
index 7a28c9f486bc..c8f53616f063 100644
--- a/SU2_DEF/include/drivers/CDeformationDriver.hpp
+++ b/SU2_DEF/include/drivers/CDeformationDriver.hpp
@@ -2,7 +2,7 @@
* \file CDeformationDriver.hpp
* \brief Headers of the main subroutines for driving the mesh deformation.
* \author A. Gastaldi, H. Patel
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_DEF/include/drivers/CDiscAdjDeformationDriver.hpp b/SU2_DEF/include/drivers/CDiscAdjDeformationDriver.hpp
index 31c5e3462bbd..d590ca255b23 100644
--- a/SU2_DEF/include/drivers/CDiscAdjDeformationDriver.hpp
+++ b/SU2_DEF/include/drivers/CDiscAdjDeformationDriver.hpp
@@ -2,7 +2,7 @@
* \file CDiscAdjDeformationDriver.hpp
* \brief Headers of the main subroutines for driving the projection of sensitivities.
* \author T. Economon, H. Kline, R. Sanchez, A. Gastaldi, H. Patel
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_DEF/src/SU2_DEF.cpp b/SU2_DEF/src/SU2_DEF.cpp
index d28450db0962..a7d908d69d16 100644
--- a/SU2_DEF/src/SU2_DEF.cpp
+++ b/SU2_DEF/src/SU2_DEF.cpp
@@ -2,7 +2,7 @@
* \file SU2_DEF.cpp
* \brief Main file of Mesh Deformation Code (SU2_DEF).
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_DEF/src/drivers/CDeformationDriver.cpp b/SU2_DEF/src/drivers/CDeformationDriver.cpp
index bdcece4e34fa..c13dd60ebecc 100644
--- a/SU2_DEF/src/drivers/CDeformationDriver.cpp
+++ b/SU2_DEF/src/drivers/CDeformationDriver.cpp
@@ -2,7 +2,7 @@
* \file CDeformationDriver.cpp
* \brief Main subroutines for driving the mesh deformation.
* \author A. Gastaldi, H. Patel
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_DEF/src/drivers/CDiscAdjDeformationDriver.cpp b/SU2_DEF/src/drivers/CDiscAdjDeformationDriver.cpp
index 64bb67130ae4..c609c956f411 100644
--- a/SU2_DEF/src/drivers/CDiscAdjDeformationDriver.cpp
+++ b/SU2_DEF/src/drivers/CDiscAdjDeformationDriver.cpp
@@ -2,7 +2,7 @@
* \file CDiscAdjDeformationDriver.cpp
* \brief Main subroutines for driving the projection of sensitivities.
* \author T. Economon, H. Kline, R. Sanchez, A. Gastaldi, H. Patel
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_DOT/src/SU2_DOT.cpp b/SU2_DOT/src/SU2_DOT.cpp
index 677d6d33ad2b..8d29846b6f59 100644
--- a/SU2_DOT/src/SU2_DOT.cpp
+++ b/SU2_DOT/src/SU2_DOT.cpp
@@ -2,7 +2,7 @@
* \file SU2_DOT.cpp
* \brief Main file of the Gradient Projection Code (SU2_DOT).
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_GEO/include/SU2_GEO.hpp b/SU2_GEO/include/SU2_GEO.hpp
index 6fe3e0fe3205..546ccd64740b 100644
--- a/SU2_GEO/include/SU2_GEO.hpp
+++ b/SU2_GEO/include/SU2_GEO.hpp
@@ -3,7 +3,7 @@
* \brief Headers of the main subroutines of the code SU2_GEO.
* The subroutines and functions are in the SU2_GEO.cpp file.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_GEO/src/SU2_GEO.cpp b/SU2_GEO/src/SU2_GEO.cpp
index 57f362b34025..087359bf2370 100644
--- a/SU2_GEO/src/SU2_GEO.cpp
+++ b/SU2_GEO/src/SU2_GEO.cpp
@@ -2,7 +2,7 @@
* \file SU2_GEO.cpp
* \brief Main file of the Geometry Definition Code (SU2_GEO).
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_PY/FSI_tools/FSIInterface.py b/SU2_PY/FSI_tools/FSIInterface.py
index 34608a26294a..68569af88f12 100644
--- a/SU2_PY/FSI_tools/FSIInterface.py
+++ b/SU2_PY/FSI_tools/FSIInterface.py
@@ -3,7 +3,7 @@
## \file FSIInterface.py
# \brief FSI interface class that handles fluid/solid solvers synchronisation and communication.
# \authors Nicola Fonzi, Vittorio Cavalieri based on the work of David Thomas
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/FSI_tools/FSI_config.py b/SU2_PY/FSI_tools/FSI_config.py
index a719ed6929da..ee078fde5c01 100644
--- a/SU2_PY/FSI_tools/FSI_config.py
+++ b/SU2_PY/FSI_tools/FSI_config.py
@@ -3,7 +3,7 @@
## \file FSI_config.py
# \brief Python class for handling configuration file for FSI computation.
# \authors Nicola Fonzi, Vittorio Cavalieri based on the work of David Thomas
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/OptimalPropeller.py b/SU2_PY/OptimalPropeller.py
index afd4f1b985fb..15819d5abc75 100644
--- a/SU2_PY/OptimalPropeller.py
+++ b/SU2_PY/OptimalPropeller.py
@@ -1,7 +1,7 @@
## \file OptimalPropeller.py
# \brief Python script for generating the ActuatorDisk.dat file.
# \author E. Saetta, L. Russo, R. Tognaccini
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/SU2/eval/design.py b/SU2_PY/SU2/eval/design.py
index a62fa09e209d..219bcea483f6 100644
--- a/SU2_PY/SU2/eval/design.py
+++ b/SU2_PY/SU2/eval/design.py
@@ -3,7 +3,7 @@
## \file design.py
# \brief python package for designs
# \author T. Lukaczyk, F. Palacios
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/SU2/eval/functions.py b/SU2_PY/SU2/eval/functions.py
index ea07c56cc1b5..759c42947678 100644
--- a/SU2_PY/SU2/eval/functions.py
+++ b/SU2_PY/SU2/eval/functions.py
@@ -3,7 +3,7 @@
## \file functions.py
# \brief python package for functions
# \author T. Lukaczyk, F. Palacios
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/SU2/eval/gradients.py b/SU2_PY/SU2/eval/gradients.py
index 426432b1d5cb..d2245c0291e4 100644
--- a/SU2_PY/SU2/eval/gradients.py
+++ b/SU2_PY/SU2/eval/gradients.py
@@ -3,7 +3,7 @@
## \file gradients.py
# \brief python package for gradients
# \author T. Lukaczyk, F. Palacios
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/SU2/io/config.py b/SU2_PY/SU2/io/config.py
index 6ef79f782209..f429b8ceced0 100755
--- a/SU2_PY/SU2/io/config.py
+++ b/SU2_PY/SU2/io/config.py
@@ -3,7 +3,7 @@
## \file config.py
# \brief python package for config
# \author T. Lukaczyk, F. Palacios
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/SU2/io/config_options.py b/SU2_PY/SU2/io/config_options.py
index b5a74021e4f3..5d8ca98654fe 100644
--- a/SU2_PY/SU2/io/config_options.py
+++ b/SU2_PY/SU2/io/config_options.py
@@ -1,7 +1,7 @@
# \file config_options.py
# \brief python package for config
# \author T. Lukaczyk, F. Palacios
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/SU2/io/data.py b/SU2_PY/SU2/io/data.py
index e2c89ec1d916..0726c72ad950 100644
--- a/SU2_PY/SU2/io/data.py
+++ b/SU2_PY/SU2/io/data.py
@@ -3,7 +3,7 @@
## \file data.py
# \brief python package for data utility functions
# \author T. Lukaczyk, F. Palacios
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/SU2/io/filelock.py b/SU2_PY/SU2/io/filelock.py
index 8dd866e90b6d..a681ce9ae46a 100644
--- a/SU2_PY/SU2/io/filelock.py
+++ b/SU2_PY/SU2/io/filelock.py
@@ -3,7 +3,7 @@
## \file filelock.py
# \brief python package for filelocking
# \author T. Lukaczyk, F. Palacios
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/SU2/io/redirect.py b/SU2_PY/SU2/io/redirect.py
index cbfcb7df390d..f36e7c2f8ce2 100644
--- a/SU2_PY/SU2/io/redirect.py
+++ b/SU2_PY/SU2/io/redirect.py
@@ -3,7 +3,7 @@
## \file redirect.py
# \brief python package for file redirection
# \author T. Lukaczyk, F. Palacios
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/SU2/io/state.py b/SU2_PY/SU2/io/state.py
index 5a86a84a2c69..cdc9ee73cc06 100644
--- a/SU2_PY/SU2/io/state.py
+++ b/SU2_PY/SU2/io/state.py
@@ -3,7 +3,7 @@
## \file state.py
# \brief python package for state
# \author T. Lukaczyk, F. Palacios
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/SU2/io/tools.py b/SU2_PY/SU2/io/tools.py
index 0c5e848eeeed..ff7e95c8ca56 100755
--- a/SU2_PY/SU2/io/tools.py
+++ b/SU2_PY/SU2/io/tools.py
@@ -3,7 +3,7 @@
## \file tools.py
# \brief file i/o functions
# \author T. Lukaczyk, F. Palacios
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/SU2/opt/project.py b/SU2_PY/SU2/opt/project.py
index 924bbb658539..61dceabd7388 100644
--- a/SU2_PY/SU2/opt/project.py
+++ b/SU2_PY/SU2/opt/project.py
@@ -3,7 +3,7 @@
## \file project.py
# \brief package for optimization projects
# \author T. Lukaczyk, F. Palacios
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/SU2/opt/scipy_tools.py b/SU2_PY/SU2/opt/scipy_tools.py
index 339aa4fc7174..2a506ebfc859 100644
--- a/SU2_PY/SU2/opt/scipy_tools.py
+++ b/SU2_PY/SU2/opt/scipy_tools.py
@@ -3,7 +3,7 @@
## \file scipy_tools.py
# \brief tools for interfacing with scipy
# \author T. Lukaczyk, F. Palacios
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/SU2/run/adjoint.py b/SU2_PY/SU2/run/adjoint.py
index 0517a87c719d..3f1701458665 100644
--- a/SU2_PY/SU2/run/adjoint.py
+++ b/SU2_PY/SU2/run/adjoint.py
@@ -3,7 +3,7 @@
## \file adjoint.py
# \brief python package for running adjoint problems
# \author T. Lukaczyk, F. Palacios
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/SU2/run/deform.py b/SU2_PY/SU2/run/deform.py
index b57fdd1d927a..03ad60aa01ce 100644
--- a/SU2_PY/SU2/run/deform.py
+++ b/SU2_PY/SU2/run/deform.py
@@ -3,7 +3,7 @@
## \file deform.py
# \brief python package for deforming meshes
# \author T. Lukaczyk, F. Palacios
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/SU2/run/direct.py b/SU2_PY/SU2/run/direct.py
index b487e8010fc7..55b41d1bfc0a 100644
--- a/SU2_PY/SU2/run/direct.py
+++ b/SU2_PY/SU2/run/direct.py
@@ -3,7 +3,7 @@
## \file direct.py
# \brief python package for running direct solutions
# \author T. Lukaczyk, F. Palacios
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/SU2/run/geometry.py b/SU2_PY/SU2/run/geometry.py
index 238b5ccc1a07..7d80cea44625 100644
--- a/SU2_PY/SU2/run/geometry.py
+++ b/SU2_PY/SU2/run/geometry.py
@@ -3,7 +3,7 @@
## \file geometry.py
# \brief python package for running geometry analyses
# \author T. Lukaczyk, F. Palacios
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/SU2/run/interface.py b/SU2_PY/SU2/run/interface.py
index f0d5862845fb..62c94fe53c09 100644
--- a/SU2_PY/SU2/run/interface.py
+++ b/SU2_PY/SU2/run/interface.py
@@ -3,7 +3,7 @@
## \file interface.py
# \brief python package interfacing with the SU2 suite
# \author T. Lukaczyk, F. Palacios
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/SU2/run/merge.py b/SU2_PY/SU2/run/merge.py
index 72b77297d80d..3fb863560187 100644
--- a/SU2_PY/SU2/run/merge.py
+++ b/SU2_PY/SU2/run/merge.py
@@ -1,7 +1,7 @@
## \file merge.py
# \brief python package for merging meshes
# \author T. Economon, T. Lukaczyk, F. Palacios
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/SU2/run/projection.py b/SU2_PY/SU2/run/projection.py
index a3b79b53bf2f..ba70291c36a5 100644
--- a/SU2_PY/SU2/run/projection.py
+++ b/SU2_PY/SU2/run/projection.py
@@ -3,7 +3,7 @@
## \file projection.py
# \brief python package for running gradient projection
# \author T. Lukaczyk, F. Palacios
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/SU2/util/filter_adjoint.py b/SU2_PY/SU2/util/filter_adjoint.py
index d15150cd565e..4641e1ce6e84 100644
--- a/SU2_PY/SU2/util/filter_adjoint.py
+++ b/SU2_PY/SU2/util/filter_adjoint.py
@@ -3,7 +3,7 @@
## \file filter_adjoint.py
# \brief Applies various filters to the adjoint surface sensitivities of an airfoil
# \author T. Lukaczyk, F. Palacios
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/SU2/util/plot.py b/SU2_PY/SU2/util/plot.py
index e913ada9e20e..556e8f0f6ac8 100644
--- a/SU2_PY/SU2/util/plot.py
+++ b/SU2_PY/SU2/util/plot.py
@@ -3,7 +3,7 @@
## \file plot.py
# \brief python package for plotting
# \author T. Lukaczyk, F. Palacios
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/SU2/util/polarSweepLib.py b/SU2_PY/SU2/util/polarSweepLib.py
index b7ce9dd43ec0..72137e58185f 100755
--- a/SU2_PY/SU2/util/polarSweepLib.py
+++ b/SU2_PY/SU2/util/polarSweepLib.py
@@ -1,7 +1,7 @@
# \file polarSweepLib.py
# \brief Functions library for compute_polar.py script.
# \author E Arad
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/SU2/util/which.py b/SU2_PY/SU2/util/which.py
index 05b6c7c938d1..e1d5408b9abc 100644
--- a/SU2_PY/SU2/util/which.py
+++ b/SU2_PY/SU2/util/which.py
@@ -3,7 +3,7 @@
## \file which.py
# \brief looks for where a program is
# \author T. Lukaczyk, F. Palacios
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/SU2_CFD.py b/SU2_PY/SU2_CFD.py
index 44555fe7953a..c652bfb729b4 100755
--- a/SU2_PY/SU2_CFD.py
+++ b/SU2_PY/SU2_CFD.py
@@ -3,7 +3,7 @@
## \file SU2_CFD.py
# \brief Python script to launch SU2_CFD through the Python Wrapper.
# \author David Thomas
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/SU2_Nastran/pysu2_nastran.py b/SU2_PY/SU2_Nastran/pysu2_nastran.py
index 21d0c5035f53..88c65689b270 100644
--- a/SU2_PY/SU2_Nastran/pysu2_nastran.py
+++ b/SU2_PY/SU2_Nastran/pysu2_nastran.py
@@ -3,7 +3,7 @@
## \file pysu2_nastran.py
# \brief Structural solver using Nastran models
# \authors Nicola Fonzi, Vittorio Cavalieri, based on the work of David Thomas
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/change_version_number.py b/SU2_PY/change_version_number.py
index b5efa4732374..a868f88205ab 100755
--- a/SU2_PY/change_version_number.py
+++ b/SU2_PY/change_version_number.py
@@ -3,7 +3,7 @@
## \file change_version_number.py
# \brief Python script for updating the version number of the SU2 suite.
# \author A. Aranake
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
@@ -55,8 +55,8 @@
if not options.version:
parser.error("new version number must be provided with -v option")
-oldvers = '8.3.0 "Harrier"'
-oldvers_q = r"8.3.0 \"Harrier\""
+oldvers = '8.4.0 "Harrier"'
+oldvers_q = r"8.4.0 \"Harrier\""
newvers = str(options.version) + ' "' + str(options.releasename) + '"'
newvers_q = str(options.version) + ' \\"' + str(options.releasename) + '\\"'
# oldvers = 'Copyright 2012-2026, SU2'
diff --git a/SU2_PY/compute_polar.py b/SU2_PY/compute_polar.py
index 4e99bbafa09e..b7daac33799a 100755
--- a/SU2_PY/compute_polar.py
+++ b/SU2_PY/compute_polar.py
@@ -3,7 +3,7 @@
## \file Compute_polar.py
# \brief Python script for performing polar sweep.
# \author E Arad (based on T. Lukaczyk and F. Palacios script)
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/compute_uncertainty.py b/SU2_PY/compute_uncertainty.py
index b551c73c9832..beac7a3f6d06 100755
--- a/SU2_PY/compute_uncertainty.py
+++ b/SU2_PY/compute_uncertainty.py
@@ -3,7 +3,7 @@
## \file compute_uncertainty.py
# \brief Python script for performing model-form UQ for SST turbulence model
# \author J. Mukhopadhaya
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/continuous_adjoint.py b/SU2_PY/continuous_adjoint.py
index ec7804344023..9f43034b0d99 100755
--- a/SU2_PY/continuous_adjoint.py
+++ b/SU2_PY/continuous_adjoint.py
@@ -3,7 +3,7 @@
## \file continuous_adjoint.py
# \brief Python script for continuous adjoint computation using the SU2 suite.
# \author F. Palacios, T. Economon, T. Lukaczyk
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/direct_differentiation.py b/SU2_PY/direct_differentiation.py
index a530b4b344b4..56de022474b4 100755
--- a/SU2_PY/direct_differentiation.py
+++ b/SU2_PY/direct_differentiation.py
@@ -3,7 +3,7 @@
## \file direct_differentiation.py
# \brief Python script for doing the direct differentiation computation using the SU2 suite.
# \author F. Palacios
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/discrete_adjoint.py b/SU2_PY/discrete_adjoint.py
index 898fdcd0e7d5..8e274a67ee77 100755
--- a/SU2_PY/discrete_adjoint.py
+++ b/SU2_PY/discrete_adjoint.py
@@ -3,7 +3,7 @@
## \file discrete_adjoint.py
# \brief Python script for doing the discrete adjoint computation using the SU2 suite.
# \author F. Palacios, T. Economon, T. Lukaczyk
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/finite_differences.py b/SU2_PY/finite_differences.py
index 9ed07f779b66..8df97948c9bc 100755
--- a/SU2_PY/finite_differences.py
+++ b/SU2_PY/finite_differences.py
@@ -3,7 +3,7 @@
## \file finite_differences.py
# \brief Python script for doing the finite differences computation using the SU2 suite.
# \author F. Palacios
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/fsi_computation.py b/SU2_PY/fsi_computation.py
index ce8432e95c22..9fbb3b212209 100755
--- a/SU2_PY/fsi_computation.py
+++ b/SU2_PY/fsi_computation.py
@@ -3,7 +3,7 @@
## \file fsi_computation.py
# \brief Python wrapper code for FSI computation by coupling a third-party structural solver to SU2.
# \authors Nicola Fonzi, Vittorio Cavalieri based on the work of David Thomas
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/merge_solution.py b/SU2_PY/merge_solution.py
index e8eb81788be6..2cdc6746cfdd 100755
--- a/SU2_PY/merge_solution.py
+++ b/SU2_PY/merge_solution.py
@@ -3,7 +3,7 @@
## \file merge_solution.py
# \brief Python script for merging of the solution files.
# \author F. Palacios
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/mesh_deformation.py b/SU2_PY/mesh_deformation.py
index 3671aa802428..f92692d12c43 100755
--- a/SU2_PY/mesh_deformation.py
+++ b/SU2_PY/mesh_deformation.py
@@ -3,7 +3,7 @@
## \file mesh_deformation.py
# \brief Python script for doing the parallel deformation using SU2_DEF.
# \author F. Palacios
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/parallel_computation.py b/SU2_PY/parallel_computation.py
index 29c930e0da8f..f102fe945664 100755
--- a/SU2_PY/parallel_computation.py
+++ b/SU2_PY/parallel_computation.py
@@ -3,7 +3,7 @@
## \file parallel_computation.py
# \brief Python script for doing the continuous adjoint computation using the SU2 suite.
# \author T. Economon, T. Lukaczyk, F. Palacios
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/parallel_computation_fsi.py b/SU2_PY/parallel_computation_fsi.py
index 01ece874ba80..0fb6b459b696 100755
--- a/SU2_PY/parallel_computation_fsi.py
+++ b/SU2_PY/parallel_computation_fsi.py
@@ -3,7 +3,7 @@
## \file parallel_computation_fsi.py
# \brief Python script for running FSI simulations using the SU2 suite.
# \author T. Economon, T. Lukaczyk, F. Palacios, H. Kline, R. Sanchez
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/parse_config.py b/SU2_PY/parse_config.py
index ac4dfed8d508..18aa36d0a421 100755
--- a/SU2_PY/parse_config.py
+++ b/SU2_PY/parse_config.py
@@ -3,7 +3,7 @@
## \file parse_config.py
# \brief Builds a worksheet of all SU2.cpp options
# \author A. Aranake, F. Palacios
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/profiling.py b/SU2_PY/profiling.py
index e70cf46e43ed..5786bb0e629e 100755
--- a/SU2_PY/profiling.py
+++ b/SU2_PY/profiling.py
@@ -3,7 +3,7 @@
## \file profiling.py
# \brief Python script for postprocessing the SU2 custom profiling (profiling.csv)
# \author T. Economon
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/pySU2/pySU2.i b/SU2_PY/pySU2/pySU2.i
index 65ea39961cea..b10775f86c65 100644
--- a/SU2_PY/pySU2/pySU2.i
+++ b/SU2_PY/pySU2/pySU2.i
@@ -4,7 +4,7 @@
# \file pySU2.i
# \brief Configuration file for the Swig compilation of the Python wrapper.
# \author D. Thomas
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/pySU2/pySU2ad.i b/SU2_PY/pySU2/pySU2ad.i
index 9bd6c84e4d83..65ddbfe30369 100644
--- a/SU2_PY/pySU2/pySU2ad.i
+++ b/SU2_PY/pySU2/pySU2ad.i
@@ -4,7 +4,7 @@
# \file pySU2ad.i
# \brief Configuration file for the Swig compilation of the Python wrapper.
# \author D. Thomas, R. Sanchez
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/set_ffd_design_var.py b/SU2_PY/set_ffd_design_var.py
index 3ace464689f5..acee5722daf7 100755
--- a/SU2_PY/set_ffd_design_var.py
+++ b/SU2_PY/set_ffd_design_var.py
@@ -3,7 +3,7 @@
## \file set_ffd_design_var.py
# \brief Python script for automatically generating a list of FFD variables.
# \author T. Economon, F. Palacios
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/shape_optimization.py b/SU2_PY/shape_optimization.py
index 620a9f0f32b0..8a68f0ea61cd 100755
--- a/SU2_PY/shape_optimization.py
+++ b/SU2_PY/shape_optimization.py
@@ -3,7 +3,7 @@
## \file shape_optimization.py
# \brief Python script for performing the shape optimization.
# \author T. Economon, T. Lukaczyk, F. Palacios
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
@@ -106,7 +106,7 @@ def main():
"| ___ _ _ ___ |\n"
)
sys.stdout.write(
- '| / __| | | |_ ) Release 8.3.0 "Harrier" |\n'
+ '| / __| | | |_ ) Release 8.4.0 "Harrier" |\n'
)
sys.stdout.write(
"| \\__ \\ |_| |/ / |\n"
diff --git a/SU2_PY/topology_optimization.py b/SU2_PY/topology_optimization.py
index 8b3fbbf8c2f3..6cdedaca3574 100755
--- a/SU2_PY/topology_optimization.py
+++ b/SU2_PY/topology_optimization.py
@@ -2,7 +2,7 @@
## \file topology_optimization.py
# \brief Python script to drive SU2 in topology optimization.
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_PY/updateHistoryMap.py b/SU2_PY/updateHistoryMap.py
index 108a105cb1a7..dfbd08ef85e5 100644
--- a/SU2_PY/updateHistoryMap.py
+++ b/SU2_PY/updateHistoryMap.py
@@ -3,7 +3,7 @@
## \file updateHistoryMap.py
# \brief Python script for updating the historyMap.py file.
# \author T. Albring
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/SU2_SOL/include/SU2_SOL.hpp b/SU2_SOL/include/SU2_SOL.hpp
index 569fef70fffe..098f82dabb5a 100644
--- a/SU2_SOL/include/SU2_SOL.hpp
+++ b/SU2_SOL/include/SU2_SOL.hpp
@@ -3,7 +3,7 @@
* \brief Headers of the main subroutines of the code SU2_SOL.
* The subroutines and functions are in the SU2_SOL.cpp file.
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/SU2_SOL/src/SU2_SOL.cpp b/SU2_SOL/src/SU2_SOL.cpp
index f39a6390f810..10ad06f231b1 100644
--- a/SU2_SOL/src/SU2_SOL.cpp
+++ b/SU2_SOL/src/SU2_SOL.cpp
@@ -2,7 +2,7 @@
* \file SU2_SOL.cpp
* \brief Main file for the solution export/conversion code (SU2_SOL).
* \author F. Palacios, T. Economon
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/TestCases/TestCase.py b/TestCases/TestCase.py
index 5ca066207131..006271bea714 100644
--- a/TestCases/TestCase.py
+++ b/TestCases/TestCase.py
@@ -3,7 +3,7 @@
## \file TestCase.py
# \brief Python class for automated regression testing of SU2 examples
# \author A. Aranake, A. Campos, T. Economon, T. Lukaczyk, S. Padron
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/TestCases/aeroelastic/aeroelastic_NACA64A010.cfg b/TestCases/aeroelastic/aeroelastic_NACA64A010.cfg
index 648de578eac6..cc2aa90ddc22 100644
--- a/TestCases/aeroelastic/aeroelastic_NACA64A010.cfg
+++ b/TestCases/aeroelastic/aeroelastic_NACA64A010.cfg
@@ -5,7 +5,7 @@
% Author: Santiago Padron %
% Institution: Stanford University %
% Date: 07-09-15 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/axisymmetric_rans/air_nozzle/air_nozzle_restart.cfg b/TestCases/axisymmetric_rans/air_nozzle/air_nozzle_restart.cfg
index 8c0ad177b5cc..a52cc7152bd7 100644
--- a/TestCases/axisymmetric_rans/air_nozzle/air_nozzle_restart.cfg
+++ b/TestCases/axisymmetric_rans/air_nozzle/air_nozzle_restart.cfg
@@ -4,7 +4,7 @@
% Case description: Axisymmetric supersonic converging-diverging air nozzle %
% Author: Florian Dittmann %
% Date: 2021.12.02 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/cgns_writer/config.cfg b/TestCases/cgns_writer/config.cfg
index 4636f584daca..c3f5f5326b95 100644
--- a/TestCases/cgns_writer/config.cfg
+++ b/TestCases/cgns_writer/config.cfg
@@ -5,7 +5,7 @@
% Author: Andrea Rausa %
% Institution: Politecnico di Milano %
% Date: 12/2/2023 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/cont_adj_euler/naca0012/inv_NACA0012.cfg b/TestCases/cont_adj_euler/naca0012/inv_NACA0012.cfg
index 3336b72b5179..a4aa2b728985 100644
--- a/TestCases/cont_adj_euler/naca0012/inv_NACA0012.cfg
+++ b/TestCases/cont_adj_euler/naca0012/inv_NACA0012.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2011.11.02 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/cont_adj_euler/naca0012/inv_NACA0012_FD.cfg b/TestCases/cont_adj_euler/naca0012/inv_NACA0012_FD.cfg
index f1648fec6f92..c3b1f2ff5d5e 100644
--- a/TestCases/cont_adj_euler/naca0012/inv_NACA0012_FD.cfg
+++ b/TestCases/cont_adj_euler/naca0012/inv_NACA0012_FD.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2011.11.02 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/cont_adj_euler/naca0012/inv_NACA0012_discadj.cfg b/TestCases/cont_adj_euler/naca0012/inv_NACA0012_discadj.cfg
index 1fedcb7e2089..524643d08cf3 100644
--- a/TestCases/cont_adj_euler/naca0012/inv_NACA0012_discadj.cfg
+++ b/TestCases/cont_adj_euler/naca0012/inv_NACA0012_discadj.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2011.11.02 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/cont_adj_euler/naca0012/inv_NACA0012_discadj_multizone.cfg b/TestCases/cont_adj_euler/naca0012/inv_NACA0012_discadj_multizone.cfg
index a1301831eeed..12ba608c5feb 100644
--- a/TestCases/cont_adj_euler/naca0012/inv_NACA0012_discadj_multizone.cfg
+++ b/TestCases/cont_adj_euler/naca0012/inv_NACA0012_discadj_multizone.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2011.11.02 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/cont_adj_euler/oneram6/inv_ONERAM6.cfg b/TestCases/cont_adj_euler/oneram6/inv_ONERAM6.cfg
index fe68a7b0206c..d7bd7d7ee6ec 100644
--- a/TestCases/cont_adj_euler/oneram6/inv_ONERAM6.cfg
+++ b/TestCases/cont_adj_euler/oneram6/inv_ONERAM6.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2015.08.25 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/cont_adj_euler/wedge/inv_wedge_ROE.cfg b/TestCases/cont_adj_euler/wedge/inv_wedge_ROE.cfg
index f0fd4d75863d..22ef8c5a87ce 100644
--- a/TestCases/cont_adj_euler/wedge/inv_wedge_ROE.cfg
+++ b/TestCases/cont_adj_euler/wedge/inv_wedge_ROE.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2012.10.07 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/cont_adj_euler/wedge/inv_wedge_ROE_multiobj.cfg b/TestCases/cont_adj_euler/wedge/inv_wedge_ROE_multiobj.cfg
index 523e6a8ae192..2e862e21b084 100644
--- a/TestCases/cont_adj_euler/wedge/inv_wedge_ROE_multiobj.cfg
+++ b/TestCases/cont_adj_euler/wedge/inv_wedge_ROE_multiobj.cfg
@@ -6,7 +6,7 @@
% Author: H.L. Kline, modified from inviscid wedge by Thomas D. Economon %
% Institution: Stanford University %
% Date: 2018.01.07 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/cont_adj_navierstokes/cylinder/lam_cylinder.cfg b/TestCases/cont_adj_navierstokes/cylinder/lam_cylinder.cfg
index 4f6af38cff22..d37132998558 100644
--- a/TestCases/cont_adj_navierstokes/cylinder/lam_cylinder.cfg
+++ b/TestCases/cont_adj_navierstokes/cylinder/lam_cylinder.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2013.03.01 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/cont_adj_navierstokes/naca0012_sub/lam_NACA0012.cfg b/TestCases/cont_adj_navierstokes/naca0012_sub/lam_NACA0012.cfg
index f16b8b35ca8e..45d82e60de12 100644
--- a/TestCases/cont_adj_navierstokes/naca0012_sub/lam_NACA0012.cfg
+++ b/TestCases/cont_adj_navierstokes/naca0012_sub/lam_NACA0012.cfg
@@ -5,7 +5,7 @@
% Author: Francisco Palacios %
% Institution: Stanford University %
% Date: Jul 18th, 2014 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/cont_adj_navierstokes/naca0012_trans/lam_NACA0012.cfg b/TestCases/cont_adj_navierstokes/naca0012_trans/lam_NACA0012.cfg
index f383435864f6..f9f984ba8436 100644
--- a/TestCases/cont_adj_navierstokes/naca0012_trans/lam_NACA0012.cfg
+++ b/TestCases/cont_adj_navierstokes/naca0012_trans/lam_NACA0012.cfg
@@ -5,7 +5,7 @@
% Author: Francisco Palacios %
% Institution: Stanford University %
% Date: Jul 18th, 2014 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/cont_adj_rans/naca0012/turb_nasa.cfg b/TestCases/cont_adj_rans/naca0012/turb_nasa.cfg
index d5efec52217f..7b30d1a628b0 100644
--- a/TestCases/cont_adj_rans/naca0012/turb_nasa.cfg
+++ b/TestCases/cont_adj_rans/naca0012/turb_nasa.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2013.03.01 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/cont_adj_rans/naca0012/turb_nasa_binary.cfg b/TestCases/cont_adj_rans/naca0012/turb_nasa_binary.cfg
index 623f46cae14e..501e87a08a3a 100644
--- a/TestCases/cont_adj_rans/naca0012/turb_nasa_binary.cfg
+++ b/TestCases/cont_adj_rans/naca0012/turb_nasa_binary.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2013.03.01 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/cont_adj_rans/oneram6/turb_ONERAM6.cfg b/TestCases/cont_adj_rans/oneram6/turb_ONERAM6.cfg
index 96aebfc8ce92..b651703583aa 100644
--- a/TestCases/cont_adj_rans/oneram6/turb_ONERAM6.cfg
+++ b/TestCases/cont_adj_rans/oneram6/turb_ONERAM6.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2013.03.01 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/cont_adj_rans/rae2822/turb_SA_RAE2822.cfg b/TestCases/cont_adj_rans/rae2822/turb_SA_RAE2822.cfg
index 007f4c538886..6a9d3c21d923 100644
--- a/TestCases/cont_adj_rans/rae2822/turb_SA_RAE2822.cfg
+++ b/TestCases/cont_adj_rans/rae2822/turb_SA_RAE2822.cfg
@@ -5,7 +5,7 @@
% Author: Francisco Palacios %
% Institution: Stanford University %
% Date: 5/15/2013 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/control_surface/inv_ONERAM6_moving.cfg b/TestCases/control_surface/inv_ONERAM6_moving.cfg
index a6b00627dbfc..ae675c3828da 100644
--- a/TestCases/control_surface/inv_ONERAM6_moving.cfg
+++ b/TestCases/control_surface/inv_ONERAM6_moving.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 09.07.2011 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/control_surface/inv_ONERAM6_setting.cfg b/TestCases/control_surface/inv_ONERAM6_setting.cfg
index f2e4166bd17e..4ecf6cfe584a 100644
--- a/TestCases/control_surface/inv_ONERAM6_setting.cfg
+++ b/TestCases/control_surface/inv_ONERAM6_setting.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 09.07.2011 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/coupled_cht/comp_2d/cht_2d_3cylinders.cfg b/TestCases/coupled_cht/comp_2d/cht_2d_3cylinders.cfg
index 4ad3dc866363..cbcbb7f8e36a 100644
--- a/TestCases/coupled_cht/comp_2d/cht_2d_3cylinders.cfg
+++ b/TestCases/coupled_cht/comp_2d/cht_2d_3cylinders.cfg
@@ -5,7 +5,7 @@
% Author: O. Burghardt %
% Institution: Chair for Scientific Computing, TU Kaiserslautern %
% Date: January 6, 2020 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/coupled_cht/disc_adj_incomp_2d/cht_2d_3cylinders.cfg b/TestCases/coupled_cht/disc_adj_incomp_2d/cht_2d_3cylinders.cfg
index 2d99e2181766..eabdc88d19e9 100644
--- a/TestCases/coupled_cht/disc_adj_incomp_2d/cht_2d_3cylinders.cfg
+++ b/TestCases/coupled_cht/disc_adj_incomp_2d/cht_2d_3cylinders.cfg
@@ -5,7 +5,7 @@
% Author: O. Burghardt, T. Economon %
% Institution: Chair for Scientific Computing, TU Kaiserslautern %
% Date: August 8, 2019 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/coupled_cht/incomp_2d/cht_2d_3cylinders.cfg b/TestCases/coupled_cht/incomp_2d/cht_2d_3cylinders.cfg
index 5d26adfb894e..212c67e8d4ed 100644
--- a/TestCases/coupled_cht/incomp_2d/cht_2d_3cylinders.cfg
+++ b/TestCases/coupled_cht/incomp_2d/cht_2d_3cylinders.cfg
@@ -5,7 +5,7 @@
% Author: O. Burghardt, T. Economon %
% Institution: Chair for Scientific Computing, TU Kaiserslautern %
% Date: August 8, 2019 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/coupled_cht/incomp_2d_unsteady/cht_2d_3cylinders.cfg b/TestCases/coupled_cht/incomp_2d_unsteady/cht_2d_3cylinders.cfg
index 256d0d08b673..cbfd27621247 100644
--- a/TestCases/coupled_cht/incomp_2d_unsteady/cht_2d_3cylinders.cfg
+++ b/TestCases/coupled_cht/incomp_2d_unsteady/cht_2d_3cylinders.cfg
@@ -5,7 +5,7 @@
% Author: O. Burghardt, T. Economon %
% Institution: Chair for Scientific Computing, TU Kaiserslautern %
% Date: August 8, 2019 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/ddes/flatplate/ddes_flatplate.cfg b/TestCases/ddes/flatplate/ddes_flatplate.cfg
index 5c1d0804b3b4..a65727ab04d1 100644
--- a/TestCases/ddes/flatplate/ddes_flatplate.cfg
+++ b/TestCases/ddes/flatplate/ddes_flatplate.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2011.11.10 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/deformation/brick_hex/def_brick_hex.cfg b/TestCases/deformation/brick_hex/def_brick_hex.cfg
index 90854b8cf9d9..2add3e1a3774 100755
--- a/TestCases/deformation/brick_hex/def_brick_hex.cfg
+++ b/TestCases/deformation/brick_hex/def_brick_hex.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2016.05.31 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/deformation/brick_hex_rans/def_brick_hex_rans.cfg b/TestCases/deformation/brick_hex_rans/def_brick_hex_rans.cfg
index a1c297ba925e..967b8ab5fb73 100755
--- a/TestCases/deformation/brick_hex_rans/def_brick_hex_rans.cfg
+++ b/TestCases/deformation/brick_hex_rans/def_brick_hex_rans.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2016.05.31 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/deformation/brick_prism/def_brick_prism.cfg b/TestCases/deformation/brick_prism/def_brick_prism.cfg
index 368c21a10340..fe089c84e4c6 100755
--- a/TestCases/deformation/brick_prism/def_brick_prism.cfg
+++ b/TestCases/deformation/brick_prism/def_brick_prism.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2016.05.31 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/deformation/brick_prism_rans/def_brick_prism_rans.cfg b/TestCases/deformation/brick_prism_rans/def_brick_prism_rans.cfg
index e28cf4462164..f5ae073078a4 100755
--- a/TestCases/deformation/brick_prism_rans/def_brick_prism_rans.cfg
+++ b/TestCases/deformation/brick_prism_rans/def_brick_prism_rans.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2016.05.31 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/deformation/brick_pyra/def_brick_pyra.cfg b/TestCases/deformation/brick_pyra/def_brick_pyra.cfg
index 04554a84cdbb..a9ec59c28408 100755
--- a/TestCases/deformation/brick_pyra/def_brick_pyra.cfg
+++ b/TestCases/deformation/brick_pyra/def_brick_pyra.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2016.05.31 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/deformation/brick_tets/def_brick_tets.cfg b/TestCases/deformation/brick_tets/def_brick_tets.cfg
index 08a8aa562e4f..fb1c1b6544ad 100755
--- a/TestCases/deformation/brick_tets/def_brick_tets.cfg
+++ b/TestCases/deformation/brick_tets/def_brick_tets.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2016.05.31 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/deformation/cylindrical_ffd/def_cylindrical.cfg b/TestCases/deformation/cylindrical_ffd/def_cylindrical.cfg
index 7f3a6592ca80..d4c74a7a714b 100644
--- a/TestCases/deformation/cylindrical_ffd/def_cylindrical.cfg
+++ b/TestCases/deformation/cylindrical_ffd/def_cylindrical.cfg
@@ -5,7 +5,7 @@
% Author: Francisco Palacios %
% Institution: Stanford University %
% Date: 5/15/2013 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/deformation/intersection_prevention/def_intersect.cfg b/TestCases/deformation/intersection_prevention/def_intersect.cfg
index 7857d9affc1c..5eba5d14c9a0 100644
--- a/TestCases/deformation/intersection_prevention/def_intersect.cfg
+++ b/TestCases/deformation/intersection_prevention/def_intersect.cfg
@@ -15,7 +15,7 @@
% Institution: %
% Technische Universiteit Eindhoven %
% Date: 2021.01.08 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% ------------- DIRECT, ADJOINT, AND LINEARIZED PROBLEM DEFINITION ------------%
diff --git a/TestCases/deformation/naca0012/def_NACA0012.cfg b/TestCases/deformation/naca0012/def_NACA0012.cfg
index e652a0d5b8e1..80887ce2b038 100644
--- a/TestCases/deformation/naca0012/def_NACA0012.cfg
+++ b/TestCases/deformation/naca0012/def_NACA0012.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2014.06.11 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/deformation/naca0012/def_NACA0012_camber.cfg b/TestCases/deformation/naca0012/def_NACA0012_camber.cfg
index ae4c62f5b2a9..ee3cb32f3fa0 100644
--- a/TestCases/deformation/naca0012/def_NACA0012_camber.cfg
+++ b/TestCases/deformation/naca0012/def_NACA0012_camber.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2014.06.11 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/deformation/naca0012/def_NACA0012_rbf.cfg b/TestCases/deformation/naca0012/def_NACA0012_rbf.cfg
index d9076be42573..1d37f923372e 100644
--- a/TestCases/deformation/naca0012/def_NACA0012_rbf.cfg
+++ b/TestCases/deformation/naca0012/def_NACA0012_rbf.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2014.06.11 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/deformation/naca0012/surface_file_NACA0012.cfg b/TestCases/deformation/naca0012/surface_file_NACA0012.cfg
index e3256c804b3c..593576f75459 100644
--- a/TestCases/deformation/naca0012/surface_file_NACA0012.cfg
+++ b/TestCases/deformation/naca0012/surface_file_NACA0012.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2014.06.11 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/deformation/naca4412/def_NACA4412.cfg b/TestCases/deformation/naca4412/def_NACA4412.cfg
index b38f1553c90f..394580aa2004 100644
--- a/TestCases/deformation/naca4412/def_NACA4412.cfg
+++ b/TestCases/deformation/naca4412/def_NACA4412.cfg
@@ -6,7 +6,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2016.05.06 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/deformation/rae2822/def_RAE2822.cfg b/TestCases/deformation/rae2822/def_RAE2822.cfg
index 6aee75aeebb6..34eeae587aea 100644
--- a/TestCases/deformation/rae2822/def_RAE2822.cfg
+++ b/TestCases/deformation/rae2822/def_RAE2822.cfg
@@ -5,7 +5,7 @@
% Author: Francisco Palacios %
% Institution: Stanford University %
% Date: 5/15/2013 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/deformation/spherical_ffd/def_spherical.cfg b/TestCases/deformation/spherical_ffd/def_spherical.cfg
index a796ba919b27..c4b4269127f8 100644
--- a/TestCases/deformation/spherical_ffd/def_spherical.cfg
+++ b/TestCases/deformation/spherical_ffd/def_spherical.cfg
@@ -5,7 +5,7 @@
% Author: Francisco Palacios %
% Institution: Stanford University %
% Date: 5/15/2013 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/deformation/spherical_ffd/def_spherical_bspline.cfg b/TestCases/deformation/spherical_ffd/def_spherical_bspline.cfg
index da165cbb556d..fb650074e816 100644
--- a/TestCases/deformation/spherical_ffd/def_spherical_bspline.cfg
+++ b/TestCases/deformation/spherical_ffd/def_spherical_bspline.cfg
@@ -5,7 +5,7 @@
% Author: Francisco Palacios %
% Institution: Stanford University %
% Date: 5/15/2013 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/disc_adj_euler/arina2k/Arina2KRS.cfg b/TestCases/disc_adj_euler/arina2k/Arina2KRS.cfg
index 1c69124add94..be55f7956df7 100644
--- a/TestCases/disc_adj_euler/arina2k/Arina2KRS.cfg
+++ b/TestCases/disc_adj_euler/arina2k/Arina2KRS.cfg
@@ -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 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/disc_adj_euler/cylinder3D/inv_cylinder3D.cfg b/TestCases/disc_adj_euler/cylinder3D/inv_cylinder3D.cfg
index d18b99afe3c4..f79d4dddbe8e 100644
--- a/TestCases/disc_adj_euler/cylinder3D/inv_cylinder3D.cfg
+++ b/TestCases/disc_adj_euler/cylinder3D/inv_cylinder3D.cfg
@@ -5,7 +5,7 @@
% Author: ___________________________________________________________________ %
% Institution: ______________________________________________________________ %
% Date: __________ %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/disc_adj_euler/oneram6/inv_ONERAM6.cfg b/TestCases/disc_adj_euler/oneram6/inv_ONERAM6.cfg
index 6fdb1488a472..5d8e074f9860 100644
--- a/TestCases/disc_adj_euler/oneram6/inv_ONERAM6.cfg
+++ b/TestCases/disc_adj_euler/oneram6/inv_ONERAM6.cfg
@@ -5,7 +5,7 @@
% Author: Francisco Palacios, Heather Kline %
% Institution: Stanford University %
% Date: 01.17.2017 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/disc_adj_fea/configAD_fem.cfg b/TestCases/disc_adj_fea/configAD_fem.cfg
index 1b95335b5587..9af53320d4a7 100644
--- a/TestCases/disc_adj_fea/configAD_fem.cfg
+++ b/TestCases/disc_adj_fea/configAD_fem.cfg
@@ -4,7 +4,7 @@
% Author: R.Sanchez %
% Institution: Imperial College London %
% Date: 2017.11.29 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
SOLVER= ELASTICITY
diff --git a/TestCases/disc_adj_fsi/configFEA.cfg b/TestCases/disc_adj_fsi/configFEA.cfg
index e2420a0df47b..f59304b922dd 100644
--- a/TestCases/disc_adj_fsi/configFEA.cfg
+++ b/TestCases/disc_adj_fsi/configFEA.cfg
@@ -4,7 +4,7 @@
% Author: R.Sanchez %
% Institution: Imperial College London %
% Date: 2017.11.29 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
SOLVER= ELASTICITY
diff --git a/TestCases/disc_adj_fsi/configFlow.cfg b/TestCases/disc_adj_fsi/configFlow.cfg
index 2a4947c28283..fbc40b9c629c 100644
--- a/TestCases/disc_adj_fsi/configFlow.cfg
+++ b/TestCases/disc_adj_fsi/configFlow.cfg
@@ -4,7 +4,7 @@
% Author: R.Sanchez %
% Institution: Imperial College London %
% Date: 2017.11.29 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
SOLVER= NAVIER_STOKES
diff --git a/TestCases/disc_adj_heat/disc_adj_heat.cfg b/TestCases/disc_adj_heat/disc_adj_heat.cfg
index 8b16c9477156..67ed2b44cd3e 100644
--- a/TestCases/disc_adj_heat/disc_adj_heat.cfg
+++ b/TestCases/disc_adj_heat/disc_adj_heat.cfg
@@ -6,7 +6,7 @@
% Author: Ole Burghardt %
% Institution: Chair for Scientific Computing, TU Kaiserslautern %
% Date: November 26th, 2018 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/disc_adj_heat/primal.cfg b/TestCases/disc_adj_heat/primal.cfg
index 5f83d5fbf884..f68f9e92e0f6 100644
--- a/TestCases/disc_adj_heat/primal.cfg
+++ b/TestCases/disc_adj_heat/primal.cfg
@@ -5,7 +5,7 @@
% Author: Ole Burghardt %
% Institution: Chair for Scientific Computing, TU Kaiserslautern %
% Date: November 26th, 2018 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/disc_adj_incomp_euler/naca0012/incomp_NACA0012_disc.cfg b/TestCases/disc_adj_incomp_euler/naca0012/incomp_NACA0012_disc.cfg
index 549bb1c62c60..78466f7e488a 100644
--- a/TestCases/disc_adj_incomp_euler/naca0012/incomp_NACA0012_disc.cfg
+++ b/TestCases/disc_adj_incomp_euler/naca0012/incomp_NACA0012_disc.cfg
@@ -4,7 +4,7 @@
% Case description: Subsonic incompressible inviscid flow around a NACA0012 %
% Author: Thomas D. Economon %
% Date: 2018.10.30 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/disc_adj_incomp_navierstokes/cylinder/heated_cylinder.cfg b/TestCases/disc_adj_incomp_navierstokes/cylinder/heated_cylinder.cfg
index 650a9667d7c6..9b22e78d7dd5 100644
--- a/TestCases/disc_adj_incomp_navierstokes/cylinder/heated_cylinder.cfg
+++ b/TestCases/disc_adj_incomp_navierstokes/cylinder/heated_cylinder.cfg
@@ -4,7 +4,7 @@
% Case description: Steady incompressible laminar flow past a heated cylinder %
% Author: Thomas D. Economon %
% Date: 2018.06.10 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/disc_adj_incomp_rans/naca0012/turb_naca0012_sa.cfg b/TestCases/disc_adj_incomp_rans/naca0012/turb_naca0012_sa.cfg
index 083021fce149..2e9fc50fbb54 100755
--- a/TestCases/disc_adj_incomp_rans/naca0012/turb_naca0012_sa.cfg
+++ b/TestCases/disc_adj_incomp_rans/naca0012/turb_naca0012_sa.cfg
@@ -5,7 +5,7 @@
% http://turbmodels.larc.nasa.gov/naca0012_val_sa.html %
% Author: Thomas D. Economon & Francisco Palacios %
% Date: 2018.06.10 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/disc_adj_incomp_rans/naca0012/turb_naca0012_sst.cfg b/TestCases/disc_adj_incomp_rans/naca0012/turb_naca0012_sst.cfg
index eb79ba3ca054..979c9e6cc1a8 100755
--- a/TestCases/disc_adj_incomp_rans/naca0012/turb_naca0012_sst.cfg
+++ b/TestCases/disc_adj_incomp_rans/naca0012/turb_naca0012_sst.cfg
@@ -5,7 +5,7 @@
% http://turbmodels.larc.nasa.gov/naca0012_val_sst.html %
% Author: Thomas D. Economon & Francisco Palacios %
% Date: 2018.06.10 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/disc_adj_rans/cylinder/cylinder.cfg b/TestCases/disc_adj_rans/cylinder/cylinder.cfg
index bc2a507fd6f7..d5e0e82f2475 100644
--- a/TestCases/disc_adj_rans/cylinder/cylinder.cfg
+++ b/TestCases/disc_adj_rans/cylinder/cylinder.cfg
@@ -5,7 +5,7 @@
% Author: Tim Albring %
% Institution: TU Kaiserslautern %
% Date: 2016.06.14 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/disc_adj_rans/cylinder/cylinder_Windowing.cfg b/TestCases/disc_adj_rans/cylinder/cylinder_Windowing.cfg
index 91abfe93eec6..b2d3312b7934 100644
--- a/TestCases/disc_adj_rans/cylinder/cylinder_Windowing.cfg
+++ b/TestCases/disc_adj_rans/cylinder/cylinder_Windowing.cfg
@@ -5,7 +5,7 @@
% Author: Tim Albring %
% Institution: TU Kaiserslautern %
% Date: 2016.06.14 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/disc_adj_rans/cylinder/cylinder_Windowing_AD.cfg b/TestCases/disc_adj_rans/cylinder/cylinder_Windowing_AD.cfg
index 8eeedb3cddcf..8c81793d48ea 100644
--- a/TestCases/disc_adj_rans/cylinder/cylinder_Windowing_AD.cfg
+++ b/TestCases/disc_adj_rans/cylinder/cylinder_Windowing_AD.cfg
@@ -5,7 +5,7 @@
% Author: Tim Albring %
% Institution: TU Kaiserslautern %
% Date: 2016.06.14 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/disc_adj_rans/cylinder_DT_1ST/cylinder.cfg b/TestCases/disc_adj_rans/cylinder_DT_1ST/cylinder.cfg
index b888083fe49f..12f6a9e1840a 100644
--- a/TestCases/disc_adj_rans/cylinder_DT_1ST/cylinder.cfg
+++ b/TestCases/disc_adj_rans/cylinder_DT_1ST/cylinder.cfg
@@ -5,7 +5,7 @@
% Author: Tim Albring %
% Institution: TU Kaiserslautern %
% Date: 2016.06.14 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/disc_adj_rans/naca0012/naca0012.cfg b/TestCases/disc_adj_rans/naca0012/naca0012.cfg
index bb85d8d2bc77..db9360a58529 100644
--- a/TestCases/disc_adj_rans/naca0012/naca0012.cfg
+++ b/TestCases/disc_adj_rans/naca0012/naca0012.cfg
@@ -5,7 +5,7 @@
% Author: Steffen Schotthöfer %
% Institution: TU Kaiserslautern %
% Date: Mar 16, 2017 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/disc_adj_rans/naca0012/turb_NACA0012_sa.cfg b/TestCases/disc_adj_rans/naca0012/turb_NACA0012_sa.cfg
index f3f2802f715c..4d3e2a3de40c 100644
--- a/TestCases/disc_adj_rans/naca0012/turb_NACA0012_sa.cfg
+++ b/TestCases/disc_adj_rans/naca0012/turb_NACA0012_sa.cfg
@@ -6,7 +6,7 @@
% Author: Francisco Palacios %
% Institution: Stanford University %
% Date: Feb 18th, 2013 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/disc_adj_rans/naca0012/turb_NACA0012_sst.cfg b/TestCases/disc_adj_rans/naca0012/turb_NACA0012_sst.cfg
index 74facaed214b..9b185990bf93 100644
--- a/TestCases/disc_adj_rans/naca0012/turb_NACA0012_sst.cfg
+++ b/TestCases/disc_adj_rans/naca0012/turb_NACA0012_sst.cfg
@@ -6,7 +6,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: Feb 18th, 2013 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/disc_adj_turbomachinery/transonic_stator_2D/transonic_stator.cfg b/TestCases/disc_adj_turbomachinery/transonic_stator_2D/transonic_stator.cfg
index 24f04f9ca2ee..ed7563e85435 100644
--- a/TestCases/disc_adj_turbomachinery/transonic_stator_2D/transonic_stator.cfg
+++ b/TestCases/disc_adj_turbomachinery/transonic_stator_2D/transonic_stator.cfg
@@ -5,7 +5,7 @@
% Author: S. Vitale %
% Institution: Delft University of Technology %
% Date: 2017.03.01 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/euler/CRM/inv_CRM_JST.cfg b/TestCases/euler/CRM/inv_CRM_JST.cfg
index b41609d8c473..60083baeb8a9 100644
--- a/TestCases/euler/CRM/inv_CRM_JST.cfg
+++ b/TestCases/euler/CRM/inv_CRM_JST.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2012.10.07 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/euler/biparabolic/BIPARABOLIC.cfg b/TestCases/euler/biparabolic/BIPARABOLIC.cfg
index 7df9fa035b06..8bd845b430ee 100644
--- a/TestCases/euler/biparabolic/BIPARABOLIC.cfg
+++ b/TestCases/euler/biparabolic/BIPARABOLIC.cfg
@@ -5,7 +5,7 @@
% Author: Trent W. Lukaczyk %
% Institution: Stanford University %
% Date: 2012.08.16 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/euler/bluntbody/blunt.cfg b/TestCases/euler/bluntbody/blunt.cfg
index 71e3393667ac..fda2c10bc8ff 100644
--- a/TestCases/euler/bluntbody/blunt.cfg
+++ b/TestCases/euler/bluntbody/blunt.cfg
@@ -5,7 +5,7 @@
% Author: Amit Sachdeva %
% Institution: ADSG-VSSC %
% Date: 2019.01.23 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/euler/channel/inv_channel.cfg b/TestCases/euler/channel/inv_channel.cfg
index 3a7ec61b2d88..cfac9e17d95e 100644
--- a/TestCases/euler/channel/inv_channel.cfg
+++ b/TestCases/euler/channel/inv_channel.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2012.09.29 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/euler/channel/inv_channel_RK.cfg b/TestCases/euler/channel/inv_channel_RK.cfg
index 4593808d1e49..a719b413d731 100644
--- a/TestCases/euler/channel/inv_channel_RK.cfg
+++ b/TestCases/euler/channel/inv_channel_RK.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2012.10.07 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/euler/naca0012/inv_NACA0012.cfg b/TestCases/euler/naca0012/inv_NACA0012.cfg
index 78829fc86675..4376f85b66b4 100644
--- a/TestCases/euler/naca0012/inv_NACA0012.cfg
+++ b/TestCases/euler/naca0012/inv_NACA0012.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2014.06.11 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/euler/naca0012/inv_NACA0012_Roe.cfg b/TestCases/euler/naca0012/inv_NACA0012_Roe.cfg
index 1af177edf3e3..63932da5629b 100644
--- a/TestCases/euler/naca0012/inv_NACA0012_Roe.cfg
+++ b/TestCases/euler/naca0012/inv_NACA0012_Roe.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2012.10.07 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/euler/oneram6/inv_ONERAM6.cfg b/TestCases/euler/oneram6/inv_ONERAM6.cfg
index 8656c2ec09f0..b0a89c7b4896 100644
--- a/TestCases/euler/oneram6/inv_ONERAM6.cfg
+++ b/TestCases/euler/oneram6/inv_ONERAM6.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2015.08.25 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/euler/ramp/inv_ramp.cfg b/TestCases/euler/ramp/inv_ramp.cfg
index ee9aa387bf5a..d56bb2c5338a 100644
--- a/TestCases/euler/ramp/inv_ramp.cfg
+++ b/TestCases/euler/ramp/inv_ramp.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon, Amit Sachdeva %
% Institution: Stanford University %
% Date: 2023.04.08 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/euler/wedge/inv_wedge_HLLC.cfg b/TestCases/euler/wedge/inv_wedge_HLLC.cfg
index 260831908599..5c86e82487b7 100644
--- a/TestCases/euler/wedge/inv_wedge_HLLC.cfg
+++ b/TestCases/euler/wedge/inv_wedge_HLLC.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2012.10.07 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/fea_fsi/Airfoil_RBF/config.cfg b/TestCases/fea_fsi/Airfoil_RBF/config.cfg
index ac9281b402e2..999e3a74fd30 100755
--- a/TestCases/fea_fsi/Airfoil_RBF/config.cfg
+++ b/TestCases/fea_fsi/Airfoil_RBF/config.cfg
@@ -3,7 +3,7 @@
% Case description: 2D airfoil FSI with radial basis function interp. %
% Institution: Imperial College London %
% Date: 2015.08.12 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
SOLVER = MULTIPHYSICS
diff --git a/TestCases/fea_fsi/Airfoil_RBF/configFEA.cfg b/TestCases/fea_fsi/Airfoil_RBF/configFEA.cfg
index 3ee13d90a62c..f3285cdae44c 100644
--- a/TestCases/fea_fsi/Airfoil_RBF/configFEA.cfg
+++ b/TestCases/fea_fsi/Airfoil_RBF/configFEA.cfg
@@ -2,7 +2,7 @@
% SU2 configuration file %
% Case description: 2D airfoil FSI with radial basis function interp. %
% Institution: Imperial College London %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Interface options ---------------------------------------------------- %
diff --git a/TestCases/fea_fsi/Airfoil_RBF/configFlow.cfg b/TestCases/fea_fsi/Airfoil_RBF/configFlow.cfg
index a0e73df6f83c..3011b3a22ade 100644
--- a/TestCases/fea_fsi/Airfoil_RBF/configFlow.cfg
+++ b/TestCases/fea_fsi/Airfoil_RBF/configFlow.cfg
@@ -2,7 +2,7 @@
% SU2 configuration file %
% Case description: 2D airfoil FSI with radial basis function interp. %
% Institution: Imperial College London %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Interface options ---------------------------------------------------- %
diff --git a/TestCases/fea_fsi/DynBeam_2d/configBeam_2d.cfg b/TestCases/fea_fsi/DynBeam_2d/configBeam_2d.cfg
index 34516c8f3731..368c384adb84 100644
--- a/TestCases/fea_fsi/DynBeam_2d/configBeam_2d.cfg
+++ b/TestCases/fea_fsi/DynBeam_2d/configBeam_2d.cfg
@@ -4,7 +4,7 @@
% Author: Ruben Sanchez Fernandez %
% Institution: Imperial College London %
% Date: 2016.02.01 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
SOLVER= ELASTICITY
diff --git a/TestCases/fea_fsi/MixElemsKnowles/config.cfg b/TestCases/fea_fsi/MixElemsKnowles/config.cfg
index 432a13cc393a..a65bdff2b3e4 100644
--- a/TestCases/fea_fsi/MixElemsKnowles/config.cfg
+++ b/TestCases/fea_fsi/MixElemsKnowles/config.cfg
@@ -4,7 +4,7 @@
% Case description: Tip-loaded 3D cantilever beam, mix of element types, %
% nonlinear elasticity with Knowles material model. %
% Institution: Imperial College London %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/fea_fsi/SquareCyl_Beam/config.cfg b/TestCases/fea_fsi/SquareCyl_Beam/config.cfg
index 9bf509310122..e2125d72a146 100644
--- a/TestCases/fea_fsi/SquareCyl_Beam/config.cfg
+++ b/TestCases/fea_fsi/SquareCyl_Beam/config.cfg
@@ -5,7 +5,7 @@
% Author: Ruben Sanchez Fernandez %
% Institution: Imperial College London %
% Date: 2016.06.01 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/fea_fsi/StatBeam_3d/configBeam_3d.cfg b/TestCases/fea_fsi/StatBeam_3d/configBeam_3d.cfg
index 62b52adcefdd..8a8a69fbbe8a 100644
--- a/TestCases/fea_fsi/StatBeam_3d/configBeam_3d.cfg
+++ b/TestCases/fea_fsi/StatBeam_3d/configBeam_3d.cfg
@@ -4,7 +4,7 @@
% Author: Ruben Sanchez Fernandez %
% Institution: Imperial College London %
% Date: 2016.02.01 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
SOLVER= ELASTICITY
diff --git a/TestCases/fea_fsi/ThermalBeam_3d/configBeam_3d.cfg b/TestCases/fea_fsi/ThermalBeam_3d/configBeam_3d.cfg
index e927376eb251..aad8f94ae7f5 100644
--- a/TestCases/fea_fsi/ThermalBeam_3d/configBeam_3d.cfg
+++ b/TestCases/fea_fsi/ThermalBeam_3d/configBeam_3d.cfg
@@ -1,7 +1,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% SU2 configuration file %
% Case description: 3D beam with thermal expansion %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
SOLVER= ELASTICITY
diff --git a/TestCases/fea_fsi/VonMissesVerif/linear_plane_strain_2d.cfg b/TestCases/fea_fsi/VonMissesVerif/linear_plane_strain_2d.cfg
index 399c03dc5f29..5000a320ff07 100644
--- a/TestCases/fea_fsi/VonMissesVerif/linear_plane_strain_2d.cfg
+++ b/TestCases/fea_fsi/VonMissesVerif/linear_plane_strain_2d.cfg
@@ -1,7 +1,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% SU2 configuration file %
% Case description: Cantilever 2D beam in plane strain. %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
SOLVER= ELASTICITY
diff --git a/TestCases/fea_fsi/VonMissesVerif/nonlinear_plane_stress_2d.cfg b/TestCases/fea_fsi/VonMissesVerif/nonlinear_plane_stress_2d.cfg
index 5d91de45440a..64c652a4f53d 100644
--- a/TestCases/fea_fsi/VonMissesVerif/nonlinear_plane_stress_2d.cfg
+++ b/TestCases/fea_fsi/VonMissesVerif/nonlinear_plane_stress_2d.cfg
@@ -1,7 +1,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% SU2 configuration file %
% Case description: Cantilever 2D beam in plane stress. %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
SOLVER= ELASTICITY
diff --git a/TestCases/fea_topology/config.cfg b/TestCases/fea_topology/config.cfg
index 9c4200a410eb..fc037a2949a5 100644
--- a/TestCases/fea_topology/config.cfg
+++ b/TestCases/fea_topology/config.cfg
@@ -2,7 +2,7 @@
% SU2 configuration file %
% Case description: 4 by 1 cantilever optim. for stiff. @ 50% material %
% Institution: Imperial College London %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Optimization
diff --git a/TestCases/fixed_cl/naca0012/inv_NACA0012.cfg b/TestCases/fixed_cl/naca0012/inv_NACA0012.cfg
index 39d38aec1d37..d089c8622c8a 100644
--- a/TestCases/fixed_cl/naca0012/inv_NACA0012.cfg
+++ b/TestCases/fixed_cl/naca0012/inv_NACA0012.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2014.06.11 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/fixed_cl/naca0012/inv_NACA0012_ContAdj.cfg b/TestCases/fixed_cl/naca0012/inv_NACA0012_ContAdj.cfg
index b6fbabfe469a..e803c70bf495 100644
--- a/TestCases/fixed_cl/naca0012/inv_NACA0012_ContAdj.cfg
+++ b/TestCases/fixed_cl/naca0012/inv_NACA0012_ContAdj.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2014.06.11 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/flamelet/01_laminar_premixed_ch4_flame_cfd/lam_prem_ch4_cfd.cfg b/TestCases/flamelet/01_laminar_premixed_ch4_flame_cfd/lam_prem_ch4_cfd.cfg
index c22ac2efcd3c..12d6c6bf8615 100644
--- a/TestCases/flamelet/01_laminar_premixed_ch4_flame_cfd/lam_prem_ch4_cfd.cfg
+++ b/TestCases/flamelet/01_laminar_premixed_ch4_flame_cfd/lam_prem_ch4_cfd.cfg
@@ -4,7 +4,7 @@
% Author: Nijso Beishuizen %
% Institution: Bosch Thermotechnology %
% Date: 08/09/2021 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/flamelet/02_laminar_premixed_ch4_flame_hx_ad/lam_prem_ch4_hx_ad.cfg b/TestCases/flamelet/02_laminar_premixed_ch4_flame_hx_ad/lam_prem_ch4_hx_ad.cfg
index 6d943424d605..2c8724cafd46 100644
--- a/TestCases/flamelet/02_laminar_premixed_ch4_flame_hx_ad/lam_prem_ch4_hx_ad.cfg
+++ b/TestCases/flamelet/02_laminar_premixed_ch4_flame_hx_ad/lam_prem_ch4_hx_ad.cfg
@@ -11,7 +11,7 @@
% Institution b: Bosch Thermotechnology %
% %
% Date: 02/21/2023 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/flamelet/02_laminar_premixed_ch4_flame_hx_ad/lam_prem_ch4_hx_dot.cfg b/TestCases/flamelet/02_laminar_premixed_ch4_flame_hx_ad/lam_prem_ch4_hx_dot.cfg
index e5718c452a8a..120171d8e27c 100644
--- a/TestCases/flamelet/02_laminar_premixed_ch4_flame_hx_ad/lam_prem_ch4_hx_dot.cfg
+++ b/TestCases/flamelet/02_laminar_premixed_ch4_flame_hx_ad/lam_prem_ch4_hx_dot.cfg
@@ -11,7 +11,7 @@
% Institution b: Bosch Thermotechnology %
% %
% Date: 02/21/2023 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/flamelet/05_laminar_premixed_ch4_flame_cfd_axi/lam_prem_ch4_cfd_axi.cfg b/TestCases/flamelet/05_laminar_premixed_ch4_flame_cfd_axi/lam_prem_ch4_cfd_axi.cfg
index 51986fe7b7b1..d8ca68d94fd9 100644
--- a/TestCases/flamelet/05_laminar_premixed_ch4_flame_cfd_axi/lam_prem_ch4_cfd_axi.cfg
+++ b/TestCases/flamelet/05_laminar_premixed_ch4_flame_cfd_axi/lam_prem_ch4_cfd_axi.cfg
@@ -5,7 +5,7 @@
% Author: Nijso Beishuizen %
% Institution: Bosch Thermotechnology %
% Date: 08/09/2021 %
-% File Version 8.3.0 "Harrier", %
+% File Version 8.4.0 "Harrier", %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/flamelet/06_laminar_partial_premixed_ch4_flame_cfd/lam_partial_prem_ch4_cfd.cfg b/TestCases/flamelet/06_laminar_partial_premixed_ch4_flame_cfd/lam_partial_prem_ch4_cfd.cfg
index 06194170d4ff..6d5fded99026 100644
--- a/TestCases/flamelet/06_laminar_partial_premixed_ch4_flame_cfd/lam_partial_prem_ch4_cfd.cfg
+++ b/TestCases/flamelet/06_laminar_partial_premixed_ch4_flame_cfd/lam_partial_prem_ch4_cfd.cfg
@@ -4,7 +4,7 @@
% Author: Nijso Beishuizen %
% Institution: Bosch Thermotechnology %
% Date: 16/06/2023 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/grad_smooth/naca0012/inv_NACA0012_gradsmooth.cfg b/TestCases/grad_smooth/naca0012/inv_NACA0012_gradsmooth.cfg
index 5f6a82363445..4cbcfc330e86 100644
--- a/TestCases/grad_smooth/naca0012/inv_NACA0012_gradsmooth.cfg
+++ b/TestCases/grad_smooth/naca0012/inv_NACA0012_gradsmooth.cfg
@@ -4,7 +4,7 @@
% Case description: Sobolev smoothing for gradient on the NACA 0012 airfoil %
% Author: Thomas Dick (TU Kaiserslautern) %
% Date: 11.11.2021 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/grad_smooth/oneram6/ONERAM6_gradsmooth.cfg b/TestCases/grad_smooth/oneram6/ONERAM6_gradsmooth.cfg
index 56e6bc2090de..6688c77e8160 100644
--- a/TestCases/grad_smooth/oneram6/ONERAM6_gradsmooth.cfg
+++ b/TestCases/grad_smooth/oneram6/ONERAM6_gradsmooth.cfg
@@ -4,7 +4,7 @@
% Case description: Sobolev smoothing for gradient on the ONERA M6 wing %
% Author: Thomas Dick (TU Kaiserslautern) %
% Date: 11.11.2021 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/gust/cosine_gust_zdir.cfg b/TestCases/gust/cosine_gust_zdir.cfg
index 18f57115c4ff..f997d5bc84dc 100644
--- a/TestCases/gust/cosine_gust_zdir.cfg
+++ b/TestCases/gust/cosine_gust_zdir.cfg
@@ -5,7 +5,7 @@
% Author: Arne Voß %
% Institution: DLR %
% Date: 25.05.2023 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/gust/gust_with_mesh_deformation.cfg b/TestCases/gust/gust_with_mesh_deformation.cfg
index 68fe79d3d43b..ac4f068f345c 100644
--- a/TestCases/gust/gust_with_mesh_deformation.cfg
+++ b/TestCases/gust/gust_with_mesh_deformation.cfg
@@ -5,7 +5,7 @@
% Author: Arne Voß %
% Institution: DLR %
% Date: 25.05.2023 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/gust/inv_gust_NACA0012.cfg b/TestCases/gust/inv_gust_NACA0012.cfg
index 8cf153057898..1d73d4005350 100644
--- a/TestCases/gust/inv_gust_NACA0012.cfg
+++ b/TestCases/gust/inv_gust_NACA0012.cfg
@@ -5,7 +5,7 @@
% Author: Santiago Padron %
% Institution: Stanford University %
% Date: 06-26-2015 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/harmonic_balance/HB.cfg b/TestCases/harmonic_balance/HB.cfg
index fa4735371cce..1459598b0dc0 100644
--- a/TestCases/harmonic_balance/HB.cfg
+++ b/TestCases/harmonic_balance/HB.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2016.20.09 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/harmonic_balance/hb_rans_preconditioning/davis.cfg b/TestCases/harmonic_balance/hb_rans_preconditioning/davis.cfg
index b2adb0fa94d8..ca04c9e44da4 100644
--- a/TestCases/harmonic_balance/hb_rans_preconditioning/davis.cfg
+++ b/TestCases/harmonic_balance/hb_rans_preconditioning/davis.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2016.20.09 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/hom_euler/NACA0012_3D_Hybrid_4thOrder/fem_NACA0012.cfg b/TestCases/hom_euler/NACA0012_3D_Hybrid_4thOrder/fem_NACA0012.cfg
index 32ace9a00315..4242f8db85db 100644
--- a/TestCases/hom_euler/NACA0012_3D_Hybrid_4thOrder/fem_NACA0012.cfg
+++ b/TestCases/hom_euler/NACA0012_3D_Hybrid_4thOrder/fem_NACA0012.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2014.06.11 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/hom_euler/NACA0012_5thOrder/fem_NACA0012.cfg b/TestCases/hom_euler/NACA0012_5thOrder/fem_NACA0012.cfg
index e8baec05f91a..f1e292922c2b 100644
--- a/TestCases/hom_euler/NACA0012_5thOrder/fem_NACA0012.cfg
+++ b/TestCases/hom_euler/NACA0012_5thOrder/fem_NACA0012.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2014.06.11 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/hom_euler/NACA0012_5thOrder/fem_NACA0012_reg.cfg b/TestCases/hom_euler/NACA0012_5thOrder/fem_NACA0012_reg.cfg
index 8a1808e8f8f7..4db4cbb317db 100644
--- a/TestCases/hom_euler/NACA0012_5thOrder/fem_NACA0012_reg.cfg
+++ b/TestCases/hom_euler/NACA0012_5thOrder/fem_NACA0012_reg.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2014.06.11 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/hom_euler/Sphere_4thOrder_Hexa/fem_Sphere.cfg b/TestCases/hom_euler/Sphere_4thOrder_Hexa/fem_Sphere.cfg
index cb374ec39dbd..f4b6849d6f05 100644
--- a/TestCases/hom_euler/Sphere_4thOrder_Hexa/fem_Sphere.cfg
+++ b/TestCases/hom_euler/Sphere_4thOrder_Hexa/fem_Sphere.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2014.06.11 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/hom_euler/Sphere_4thOrder_Tet/fem_Sphere.cfg b/TestCases/hom_euler/Sphere_4thOrder_Tet/fem_Sphere.cfg
index 4561e5b96e4b..7bcf2804e681 100644
--- a/TestCases/hom_euler/Sphere_4thOrder_Tet/fem_Sphere.cfg
+++ b/TestCases/hom_euler/Sphere_4thOrder_Tet/fem_Sphere.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2014.06.11 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/hom_euler/SubsonicChannel/nPoly1/fem_SubsonicChannel.cfg b/TestCases/hom_euler/SubsonicChannel/nPoly1/fem_SubsonicChannel.cfg
index 75aee857d0ba..c5f5b110dc9a 100644
--- a/TestCases/hom_euler/SubsonicChannel/nPoly1/fem_SubsonicChannel.cfg
+++ b/TestCases/hom_euler/SubsonicChannel/nPoly1/fem_SubsonicChannel.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2014.06.11 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/hom_euler/SubsonicChannel/nPoly1/fem_SubsonicChannel_Farfield.cfg b/TestCases/hom_euler/SubsonicChannel/nPoly1/fem_SubsonicChannel_Farfield.cfg
index 18e830666865..7d8001f90d9b 100644
--- a/TestCases/hom_euler/SubsonicChannel/nPoly1/fem_SubsonicChannel_Farfield.cfg
+++ b/TestCases/hom_euler/SubsonicChannel/nPoly1/fem_SubsonicChannel_Farfield.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2014.06.11 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/hom_euler/SubsonicChannel/nPoly2/fem_SubsonicChannel.cfg b/TestCases/hom_euler/SubsonicChannel/nPoly2/fem_SubsonicChannel.cfg
index 7a62a1103b3f..2b2e9114b2e0 100644
--- a/TestCases/hom_euler/SubsonicChannel/nPoly2/fem_SubsonicChannel.cfg
+++ b/TestCases/hom_euler/SubsonicChannel/nPoly2/fem_SubsonicChannel.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2014.06.11 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/hom_euler/SubsonicChannel/nPoly2/fem_SubsonicChannel_Farfield.cfg b/TestCases/hom_euler/SubsonicChannel/nPoly2/fem_SubsonicChannel_Farfield.cfg
index d78e36f226e9..f0efccdbe152 100644
--- a/TestCases/hom_euler/SubsonicChannel/nPoly2/fem_SubsonicChannel_Farfield.cfg
+++ b/TestCases/hom_euler/SubsonicChannel/nPoly2/fem_SubsonicChannel_Farfield.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2014.06.11 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/hom_euler/SubsonicChannel/nPoly4/fem_SubsonicChannel.cfg b/TestCases/hom_euler/SubsonicChannel/nPoly4/fem_SubsonicChannel.cfg
index fe42edd54275..3fca2443ae2a 100644
--- a/TestCases/hom_euler/SubsonicChannel/nPoly4/fem_SubsonicChannel.cfg
+++ b/TestCases/hom_euler/SubsonicChannel/nPoly4/fem_SubsonicChannel.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2014.06.11 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/hom_euler/SubsonicChannel/nPoly4/fem_SubsonicChannel_Farfield.cfg b/TestCases/hom_euler/SubsonicChannel/nPoly4/fem_SubsonicChannel_Farfield.cfg
index 9d0120aa59dc..95e918270774 100644
--- a/TestCases/hom_euler/SubsonicChannel/nPoly4/fem_SubsonicChannel_Farfield.cfg
+++ b/TestCases/hom_euler/SubsonicChannel/nPoly4/fem_SubsonicChannel_Farfield.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2014.06.11 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/hom_navierstokes/CylinderViscous/nPoly3/fem_Cylinder_reg.cfg b/TestCases/hom_navierstokes/CylinderViscous/nPoly3/fem_Cylinder_reg.cfg
index 807f52c9eacd..4ad06da59706 100644
--- a/TestCases/hom_navierstokes/CylinderViscous/nPoly3/fem_Cylinder_reg.cfg
+++ b/TestCases/hom_navierstokes/CylinderViscous/nPoly3/fem_Cylinder_reg.cfg
@@ -5,7 +5,7 @@
% Author: Edwin van der Weide %
% Institution: University of Twente %
% Date: 2016.07.15 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/hom_navierstokes/FlatPlate/nPoly4/lam_flatplate_reg.cfg b/TestCases/hom_navierstokes/FlatPlate/nPoly4/lam_flatplate_reg.cfg
index 80b35384fddf..0e698e4bd34b 100644
--- a/TestCases/hom_navierstokes/FlatPlate/nPoly4/lam_flatplate_reg.cfg
+++ b/TestCases/hom_navierstokes/FlatPlate/nPoly4/lam_flatplate_reg.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2013.09.30 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/hom_navierstokes/SphereViscous/nPoly3_QuadDominant/fem_Sphere_reg.cfg b/TestCases/hom_navierstokes/SphereViscous/nPoly3_QuadDominant/fem_Sphere_reg.cfg
index e85d77391564..ef39ed82388d 100644
--- a/TestCases/hom_navierstokes/SphereViscous/nPoly3_QuadDominant/fem_Sphere_reg.cfg
+++ b/TestCases/hom_navierstokes/SphereViscous/nPoly3_QuadDominant/fem_Sphere_reg.cfg
@@ -5,7 +5,7 @@
% Author: Edwin van der Weide %
% Institution: University of Twente %
% Date: 2016.07.15 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/hom_navierstokes/SphereViscous/nPoly3_QuadDominant/fem_Sphere_reg_ADER.cfg b/TestCases/hom_navierstokes/SphereViscous/nPoly3_QuadDominant/fem_Sphere_reg_ADER.cfg
index c08a1f096c71..a23d95e650a6 100644
--- a/TestCases/hom_navierstokes/SphereViscous/nPoly3_QuadDominant/fem_Sphere_reg_ADER.cfg
+++ b/TestCases/hom_navierstokes/SphereViscous/nPoly3_QuadDominant/fem_Sphere_reg_ADER.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2014.06.11 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/hom_navierstokes/UnsteadyCylinder/nPoly4/fem_unst_cylinder.cfg b/TestCases/hom_navierstokes/UnsteadyCylinder/nPoly4/fem_unst_cylinder.cfg
index 35868769711a..e35c9d2a7ab3 100644
--- a/TestCases/hom_navierstokes/UnsteadyCylinder/nPoly4/fem_unst_cylinder.cfg
+++ b/TestCases/hom_navierstokes/UnsteadyCylinder/nPoly4/fem_unst_cylinder.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2014.06.11 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/hom_navierstokes/UnsteadyCylinder/nPoly4/fem_unst_cylinder_ADER.cfg b/TestCases/hom_navierstokes/UnsteadyCylinder/nPoly4/fem_unst_cylinder_ADER.cfg
index c6195348c375..73110ce9c093 100644
--- a/TestCases/hom_navierstokes/UnsteadyCylinder/nPoly4/fem_unst_cylinder_ADER.cfg
+++ b/TestCases/hom_navierstokes/UnsteadyCylinder/nPoly4/fem_unst_cylinder_ADER.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2014.06.11 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/hybrid_regression.py b/TestCases/hybrid_regression.py
index 6805d80c0afb..04c8ccffa1a5 100644
--- a/TestCases/hybrid_regression.py
+++ b/TestCases/hybrid_regression.py
@@ -3,7 +3,7 @@
## \file hybrid_regression.py
# \brief Python script for automated regression testing of SU2 examples
# \author A. Aranake, A. Campos, T. Economon, T. Lukaczyk, S. Padron
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/TestCases/hybrid_regression_AD.py b/TestCases/hybrid_regression_AD.py
index c522a2a6bd1d..21f86015e12d 100644
--- a/TestCases/hybrid_regression_AD.py
+++ b/TestCases/hybrid_regression_AD.py
@@ -3,7 +3,7 @@
## \file hybrid_regression_AD.py
# \brief Python script for automated regression testing of SU2 examples
# \author A. Aranake, A. Campos, T. Economon, T. Lukaczyk, S. Padron
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/TestCases/incomp_euler/naca0012/incomp_NACA0012.cfg b/TestCases/incomp_euler/naca0012/incomp_NACA0012.cfg
index f5e3c9db1d60..a8bf56c8d2b3 100644
--- a/TestCases/incomp_euler/naca0012/incomp_NACA0012.cfg
+++ b/TestCases/incomp_euler/naca0012/incomp_NACA0012.cfg
@@ -5,7 +5,7 @@
% Author: Francisco Palacios %
% Institution: Stanford University %
% Date: 09/18/2011 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/incomp_euler/nozzle/inv_nozzle.cfg b/TestCases/incomp_euler/nozzle/inv_nozzle.cfg
index f1a54965d6fa..1205675bb954 100644
--- a/TestCases/incomp_euler/nozzle/inv_nozzle.cfg
+++ b/TestCases/incomp_euler/nozzle/inv_nozzle.cfg
@@ -4,7 +4,7 @@
% Case description: Inv. inc. nozzle with pressure inlet and mass flow outlet %
% Author: Thomas D. Economon %
% Date: 2018.11.30 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/incomp_navierstokes/buoyancy_cavity/lam_buoyancy_cavity.cfg b/TestCases/incomp_navierstokes/buoyancy_cavity/lam_buoyancy_cavity.cfg
index f7d53887c85f..4b96a702c560 100644
--- a/TestCases/incomp_navierstokes/buoyancy_cavity/lam_buoyancy_cavity.cfg
+++ b/TestCases/incomp_navierstokes/buoyancy_cavity/lam_buoyancy_cavity.cfg
@@ -4,7 +4,7 @@
% Case description: Buoyancy-driven flow inside a cavity %
% Author: Thomas D. Economon %
% Date: 2018.06.10 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/incomp_navierstokes/cylinder/incomp_cylinder.cfg b/TestCases/incomp_navierstokes/cylinder/incomp_cylinder.cfg
index 1e749944f04f..8283abd2531a 100644
--- a/TestCases/incomp_navierstokes/cylinder/incomp_cylinder.cfg
+++ b/TestCases/incomp_navierstokes/cylinder/incomp_cylinder.cfg
@@ -5,7 +5,7 @@
% Author: Francisco Palacios %
% Institution: Stanford University %
% Date: 2012.03.14 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/incomp_navierstokes/cylinder/poly_cylinder.cfg b/TestCases/incomp_navierstokes/cylinder/poly_cylinder.cfg
index e5dbb6b33d82..5038a138681a 100644
--- a/TestCases/incomp_navierstokes/cylinder/poly_cylinder.cfg
+++ b/TestCases/incomp_navierstokes/cylinder/poly_cylinder.cfg
@@ -5,7 +5,7 @@
% custom fluid using polynomial fluid models. %
% Author: Thomas D. Economon %
% Date: 2018.12.02 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/incomp_navierstokes/cylinder_split/cylinder_split.cfg b/TestCases/incomp_navierstokes/cylinder_split/cylinder_split.cfg
index bcf34012576c..ba25e8ed2809 100644
--- a/TestCases/incomp_navierstokes/cylinder_split/cylinder_split.cfg
+++ b/TestCases/incomp_navierstokes/cylinder_split/cylinder_split.cfg
@@ -5,7 +5,7 @@
% Author: Nijso Beishuizen %
% Institution: TU Eindhoven %
% Date: 2025.03.16 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/incomp_navierstokes/sphere/sphere.cfg b/TestCases/incomp_navierstokes/sphere/sphere.cfg
index 0e24619ca1f8..e558dc3c3df4 100644
--- a/TestCases/incomp_navierstokes/sphere/sphere.cfg
+++ b/TestCases/incomp_navierstokes/sphere/sphere.cfg
@@ -5,7 +5,7 @@
% Author: Nijso Beishuizen %
% Institution: Technische Universiteit Eindhoven %
% Date: 2024.05.05 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/incomp_navierstokes/streamwise_periodic/chtPinArray_2d/BC_HeatTransfer.cfg b/TestCases/incomp_navierstokes/streamwise_periodic/chtPinArray_2d/BC_HeatTransfer.cfg
index 456da5af5886..07c33509e592 100644
--- a/TestCases/incomp_navierstokes/streamwise_periodic/chtPinArray_2d/BC_HeatTransfer.cfg
+++ b/TestCases/incomp_navierstokes/streamwise_periodic/chtPinArray_2d/BC_HeatTransfer.cfg
@@ -5,7 +5,7 @@
% Author: T. Kattmann %
% Institution: Robert Bosch GmbH %
% Date: 2020.12.15 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/incomp_navierstokes/streamwise_periodic/chtPinArray_2d/DA_configMaster.cfg b/TestCases/incomp_navierstokes/streamwise_periodic/chtPinArray_2d/DA_configMaster.cfg
index 1da45e0d05c8..6369a8f59c3c 100644
--- a/TestCases/incomp_navierstokes/streamwise_periodic/chtPinArray_2d/DA_configMaster.cfg
+++ b/TestCases/incomp_navierstokes/streamwise_periodic/chtPinArray_2d/DA_configMaster.cfg
@@ -5,7 +5,7 @@
% Author: T. Kattmann %
% Institution: Robert Bosch GmbH %
% Date: 2020.12.15 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/incomp_navierstokes/streamwise_periodic/chtPinArray_2d/FD_configMaster.cfg b/TestCases/incomp_navierstokes/streamwise_periodic/chtPinArray_2d/FD_configMaster.cfg
index f00e49f8eb5d..6f6b69d31264 100644
--- a/TestCases/incomp_navierstokes/streamwise_periodic/chtPinArray_2d/FD_configMaster.cfg
+++ b/TestCases/incomp_navierstokes/streamwise_periodic/chtPinArray_2d/FD_configMaster.cfg
@@ -5,7 +5,7 @@
% Author: T. Kattmann %
% Institution: Robert Bosch GmbH %
% Date: 2020.12.15 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/incomp_navierstokes/streamwise_periodic/chtPinArray_2d/configFluid.cfg b/TestCases/incomp_navierstokes/streamwise_periodic/chtPinArray_2d/configFluid.cfg
index 3b0a48548864..121888b6c4b7 100644
--- a/TestCases/incomp_navierstokes/streamwise_periodic/chtPinArray_2d/configFluid.cfg
+++ b/TestCases/incomp_navierstokes/streamwise_periodic/chtPinArray_2d/configFluid.cfg
@@ -5,7 +5,7 @@
% Author: T. Kattmann %
% Institution: Robert Bosch GmbH %
% Date: 2020.12.15 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/incomp_navierstokes/streamwise_periodic/chtPinArray_2d/configMaster.cfg b/TestCases/incomp_navierstokes/streamwise_periodic/chtPinArray_2d/configMaster.cfg
index 229ca813cb04..94e05f206f22 100644
--- a/TestCases/incomp_navierstokes/streamwise_periodic/chtPinArray_2d/configMaster.cfg
+++ b/TestCases/incomp_navierstokes/streamwise_periodic/chtPinArray_2d/configMaster.cfg
@@ -5,7 +5,7 @@
% Author: T. Kattmann %
% Institution: Robert Bosch GmbH %
% Date: 2020.12.15 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/incomp_navierstokes/streamwise_periodic/chtPinArray_2d/configSolid.cfg b/TestCases/incomp_navierstokes/streamwise_periodic/chtPinArray_2d/configSolid.cfg
index e7cb726ee3cb..71dffb05648c 100644
--- a/TestCases/incomp_navierstokes/streamwise_periodic/chtPinArray_2d/configSolid.cfg
+++ b/TestCases/incomp_navierstokes/streamwise_periodic/chtPinArray_2d/configSolid.cfg
@@ -5,7 +5,7 @@
% Author: T. Kattmann %
% Institution: Robert Bosch GmbH %
% Date: 2020.12.15 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/incomp_navierstokes/streamwise_periodic/chtPinArray_3d/configFluid.cfg b/TestCases/incomp_navierstokes/streamwise_periodic/chtPinArray_3d/configFluid.cfg
index 8083f0574dfd..56298552589a 100644
--- a/TestCases/incomp_navierstokes/streamwise_periodic/chtPinArray_3d/configFluid.cfg
+++ b/TestCases/incomp_navierstokes/streamwise_periodic/chtPinArray_3d/configFluid.cfg
@@ -5,7 +5,7 @@
% Author: T. Kattmann %
% Institution: Robert Bosch GmbH %
% Date: 07.06.2019 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/incomp_navierstokes/streamwise_periodic/chtPinArray_3d/configMaster.cfg b/TestCases/incomp_navierstokes/streamwise_periodic/chtPinArray_3d/configMaster.cfg
index b8b591c13dc0..89c00af65f7e 100644
--- a/TestCases/incomp_navierstokes/streamwise_periodic/chtPinArray_3d/configMaster.cfg
+++ b/TestCases/incomp_navierstokes/streamwise_periodic/chtPinArray_3d/configMaster.cfg
@@ -5,7 +5,7 @@
% Author: T. Kattmann %
% Institution: Robert Bosch GmbH %
% Date: 2020.12.15 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/incomp_navierstokes/streamwise_periodic/chtPinArray_3d/configSolid.cfg b/TestCases/incomp_navierstokes/streamwise_periodic/chtPinArray_3d/configSolid.cfg
index 74fb08b0d360..7b73ff2b9889 100644
--- a/TestCases/incomp_navierstokes/streamwise_periodic/chtPinArray_3d/configSolid.cfg
+++ b/TestCases/incomp_navierstokes/streamwise_periodic/chtPinArray_3d/configSolid.cfg
@@ -5,7 +5,7 @@
% Author: T. Kattmann %
% Institution: Robert Bosch GmbH %
% Date: 07.06.2019 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/incomp_navierstokes/streamwise_periodic/dp-adjoint_chtPinArray_2d/configFluid.cfg b/TestCases/incomp_navierstokes/streamwise_periodic/dp-adjoint_chtPinArray_2d/configFluid.cfg
index caa9d6a1b656..bd23f7583354 100644
--- a/TestCases/incomp_navierstokes/streamwise_periodic/dp-adjoint_chtPinArray_2d/configFluid.cfg
+++ b/TestCases/incomp_navierstokes/streamwise_periodic/dp-adjoint_chtPinArray_2d/configFluid.cfg
@@ -4,7 +4,7 @@
% Case description: Unit Cell flow around pin array (fluid) %
% Author: T. Kattmann %
% Date: 2022.02.10 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/incomp_navierstokes/streamwise_periodic/dp-adjoint_chtPinArray_2d/configMaster.cfg b/TestCases/incomp_navierstokes/streamwise_periodic/dp-adjoint_chtPinArray_2d/configMaster.cfg
index 772f965ee9c8..b39203de2fa1 100644
--- a/TestCases/incomp_navierstokes/streamwise_periodic/dp-adjoint_chtPinArray_2d/configMaster.cfg
+++ b/TestCases/incomp_navierstokes/streamwise_periodic/dp-adjoint_chtPinArray_2d/configMaster.cfg
@@ -5,7 +5,7 @@
% Author: T. Kattmann %
% Institution: None %
% Date: 2022.02.10 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/incomp_navierstokes/streamwise_periodic/dp-adjoint_chtPinArray_2d/configSolid.cfg b/TestCases/incomp_navierstokes/streamwise_periodic/dp-adjoint_chtPinArray_2d/configSolid.cfg
index d28490881889..73a95d2a4499 100644
--- a/TestCases/incomp_navierstokes/streamwise_periodic/dp-adjoint_chtPinArray_2d/configSolid.cfg
+++ b/TestCases/incomp_navierstokes/streamwise_periodic/dp-adjoint_chtPinArray_2d/configSolid.cfg
@@ -5,7 +5,7 @@
% Author: T. Kattmann %
% Institution: None %
% Date: 2022.02.10 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/incomp_navierstokes/streamwise_periodic/pipeSlice_3d/sp_pipeSlice_3d_dp_hf_tp.cfg b/TestCases/incomp_navierstokes/streamwise_periodic/pipeSlice_3d/sp_pipeSlice_3d_dp_hf_tp.cfg
index cb7a0f946cec..0eaafcfaae36 100644
--- a/TestCases/incomp_navierstokes/streamwise_periodic/pipeSlice_3d/sp_pipeSlice_3d_dp_hf_tp.cfg
+++ b/TestCases/incomp_navierstokes/streamwise_periodic/pipeSlice_3d/sp_pipeSlice_3d_dp_hf_tp.cfg
@@ -5,7 +5,7 @@
% Author: T. Kattmann %
% Institution: Robert Bosch GmbH %
% Date: 2020.12.14 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/incomp_rans/naca0012/naca0012.cfg b/TestCases/incomp_rans/naca0012/naca0012.cfg
index 1ef87a5a4a48..5c8a47fcf7d2 100644
--- a/TestCases/incomp_rans/naca0012/naca0012.cfg
+++ b/TestCases/incomp_rans/naca0012/naca0012.cfg
@@ -6,7 +6,7 @@
% Author: Francisco Palacios %
% Institution: Stanford University %
% Date: Feb 18th, 2013 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/incomp_rans/naca0012/naca0012_SST_SUST.cfg b/TestCases/incomp_rans/naca0012/naca0012_SST_SUST.cfg
index 9b4113517152..36fc685610ce 100644
--- a/TestCases/incomp_rans/naca0012/naca0012_SST_SUST.cfg
+++ b/TestCases/incomp_rans/naca0012/naca0012_SST_SUST.cfg
@@ -6,7 +6,7 @@
% Author: Francisco Palacios %
% Institution: Stanford University %
% Date: Feb 18th, 2013 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/incomp_rans/rough_flatplate/rough_flatplate_incomp.cfg b/TestCases/incomp_rans/rough_flatplate/rough_flatplate_incomp.cfg
index 73f0ba9dd15a..e71c46237e62 100644
--- a/TestCases/incomp_rans/rough_flatplate/rough_flatplate_incomp.cfg
+++ b/TestCases/incomp_rans/rough_flatplate/rough_flatplate_incomp.cfg
@@ -5,7 +5,7 @@
% pressure gradient %
% Author: Akshay Koodly %
% Date: 2020.07.07 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/mms/dg_ringleb/ringleb_dg.cfg b/TestCases/mms/dg_ringleb/ringleb_dg.cfg
index f9df34b2d8d2..1c4eaa141937 100644
--- a/TestCases/mms/dg_ringleb/ringleb_dg.cfg
+++ b/TestCases/mms/dg_ringleb/ringleb_dg.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2014.06.11 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/mms/fvm_euler/inv_mms_vortex.cfg b/TestCases/mms/fvm_euler/inv_mms_vortex.cfg
index f839ceb2ab52..5a71f30d2a67 100644
--- a/TestCases/mms/fvm_euler/inv_mms_vortex.cfg
+++ b/TestCases/mms/fvm_euler/inv_mms_vortex.cfg
@@ -4,7 +4,7 @@
% Case description: Isentropic vortex (FVM) %
% Author: Brian Munguía %
% Date: 2025.25.06 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/mms/fvm_incomp_euler/inv_mms_jst.cfg b/TestCases/mms/fvm_incomp_euler/inv_mms_jst.cfg
index 4f4f15fc6735..de643ccbc9ff 100755
--- a/TestCases/mms/fvm_incomp_euler/inv_mms_jst.cfg
+++ b/TestCases/mms/fvm_incomp_euler/inv_mms_jst.cfg
@@ -4,7 +4,7 @@
% Case description: Incompressible inviscid MMS test case %
% Author: Thomas D. Economon %
% Date: 2019.04.09 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/mms/fvm_incomp_navierstokes/lam_mms_fds.cfg b/TestCases/mms/fvm_incomp_navierstokes/lam_mms_fds.cfg
index 740e8c215023..67959bb6a34a 100755
--- a/TestCases/mms/fvm_incomp_navierstokes/lam_mms_fds.cfg
+++ b/TestCases/mms/fvm_incomp_navierstokes/lam_mms_fds.cfg
@@ -4,7 +4,7 @@
% Case description: Incompressible laminar MMS test case %
% Author: Thomas D. Economon %
% Date: 2019.04.09 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/mms/fvm_navierstokes/lam_mms_roe.cfg b/TestCases/mms/fvm_navierstokes/lam_mms_roe.cfg
index ca3a7c837cd9..3bf394a49608 100755
--- a/TestCases/mms/fvm_navierstokes/lam_mms_roe.cfg
+++ b/TestCases/mms/fvm_navierstokes/lam_mms_roe.cfg
@@ -4,7 +4,7 @@
% Case description: Compressible laminar MMS test case %
% Author: Thomas D. Economon %
% Date: 2019.04.09 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/moving_wall/cavity/lam_cavity.cfg b/TestCases/moving_wall/cavity/lam_cavity.cfg
index 816bba7563ee..9f70ebd2257b 100644
--- a/TestCases/moving_wall/cavity/lam_cavity.cfg
+++ b/TestCases/moving_wall/cavity/lam_cavity.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2013.10.01 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/moving_wall/spinning_cylinder/spinning_cylinder.cfg b/TestCases/moving_wall/spinning_cylinder/spinning_cylinder.cfg
index 28279a67543d..921f445e012a 100644
--- a/TestCases/moving_wall/spinning_cylinder/spinning_cylinder.cfg
+++ b/TestCases/moving_wall/spinning_cylinder/spinning_cylinder.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2013.08.21 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/multiple_ffd/naca0012/inv_NACA0012_ffd.cfg b/TestCases/multiple_ffd/naca0012/inv_NACA0012_ffd.cfg
index 65d1073c1c83..ecf2a35c3874 100644
--- a/TestCases/multiple_ffd/naca0012/inv_NACA0012_ffd.cfg
+++ b/TestCases/multiple_ffd/naca0012/inv_NACA0012_ffd.cfg
@@ -5,7 +5,7 @@
% Author: Francisco Palacios, Charanya Venkatesan-Crome %
% Institution: Stanford University %
% Date: 2018.07.23 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/navierstokes/cylinder/cylinder_lowmach.cfg b/TestCases/navierstokes/cylinder/cylinder_lowmach.cfg
index 44b7aa566f0e..7a282c5fee84 100644
--- a/TestCases/navierstokes/cylinder/cylinder_lowmach.cfg
+++ b/TestCases/navierstokes/cylinder/cylinder_lowmach.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2013.09.30 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/navierstokes/cylinder/lam_cylinder.cfg b/TestCases/navierstokes/cylinder/lam_cylinder.cfg
index 97287591057f..17d3d8c567b0 100644
--- a/TestCases/navierstokes/cylinder/lam_cylinder.cfg
+++ b/TestCases/navierstokes/cylinder/lam_cylinder.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2013.09.30 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/navierstokes/flatplate/lam_flatplate.cfg b/TestCases/navierstokes/flatplate/lam_flatplate.cfg
index aa12424e1efc..949fcc0df287 100644
--- a/TestCases/navierstokes/flatplate/lam_flatplate.cfg
+++ b/TestCases/navierstokes/flatplate/lam_flatplate.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2013.09.30 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/navierstokes/flatplate/lam_flatplate_unst.cfg b/TestCases/navierstokes/flatplate/lam_flatplate_unst.cfg
index d088956934cb..e464a0fd6a2c 100644
--- a/TestCases/navierstokes/flatplate/lam_flatplate_unst.cfg
+++ b/TestCases/navierstokes/flatplate/lam_flatplate_unst.cfg
@@ -2,7 +2,7 @@
% %
% SU2 configuration file %
% Case description: Test interp. restart, and auto time-step for dual-time %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/navierstokes/naca0012/lam_NACA0012.cfg b/TestCases/navierstokes/naca0012/lam_NACA0012.cfg
index 57cc0f3684dc..6c1c5b79037e 100644
--- a/TestCases/navierstokes/naca0012/lam_NACA0012.cfg
+++ b/TestCases/navierstokes/naca0012/lam_NACA0012.cfg
@@ -5,7 +5,7 @@
% Author: Francisco Palacios %
% Institution: Stanford University %
% Date: Sep 28, 2012 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/navierstokes/poiseuille/lam_poiseuille.cfg b/TestCases/navierstokes/poiseuille/lam_poiseuille.cfg
index 0dcab7620621..cf39f3e78778 100644
--- a/TestCases/navierstokes/poiseuille/lam_poiseuille.cfg
+++ b/TestCases/navierstokes/poiseuille/lam_poiseuille.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2017.02.27 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/navierstokes/poiseuille/profile_poiseuille.cfg b/TestCases/navierstokes/poiseuille/profile_poiseuille.cfg
index 63b45686b8ec..917a53b98d2b 100644
--- a/TestCases/navierstokes/poiseuille/profile_poiseuille.cfg
+++ b/TestCases/navierstokes/poiseuille/profile_poiseuille.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Robert Bosch LLC %
% Date: 2018.03.19 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/nicf/LS89/turb_SA_PR.cfg b/TestCases/nicf/LS89/turb_SA_PR.cfg
index ef9a08f0319f..1e6ba192fc37 100644
--- a/TestCases/nicf/LS89/turb_SA_PR.cfg
+++ b/TestCases/nicf/LS89/turb_SA_PR.cfg
@@ -5,7 +5,7 @@
% Author: M. Pini, S. Vitale %
% Institution: Delft University of Technology %
% Date: Feb 18th, 2013 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/nicf/LS89/turb_SST_PR.cfg b/TestCases/nicf/LS89/turb_SST_PR.cfg
index 864bc8180693..d130326fe128 100644
--- a/TestCases/nicf/LS89/turb_SST_PR.cfg
+++ b/TestCases/nicf/LS89/turb_SST_PR.cfg
@@ -5,7 +5,7 @@
% Author: M. Pini, S. Vitale %
% Institution: Delft University of Technology %
% Date: Feb 18th, 2013 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/nicf/coolprop/fluidModel.cfg b/TestCases/nicf/coolprop/fluidModel.cfg
index 9e83df613006..7ee009071b0d 100644
--- a/TestCases/nicf/coolprop/fluidModel.cfg
+++ b/TestCases/nicf/coolprop/fluidModel.cfg
@@ -6,7 +6,7 @@
% Author: Peng Yan, Alberto Guardone %
% Institution: Politecnico di Milano %
% Date: 2022.10.8 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/nicf/coolprop/transportModel.cfg b/TestCases/nicf/coolprop/transportModel.cfg
index 0b28c711c273..a0a0e00f23d0 100644
--- a/TestCases/nicf/coolprop/transportModel.cfg
+++ b/TestCases/nicf/coolprop/transportModel.cfg
@@ -6,7 +6,7 @@
% Author: Peng Yan, Alberto Guardone %
% Institution: Politecnico di Milano %
% Date: 2022.11.26 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/nicf/datadriven/datadriven_nozzle.cfg b/TestCases/nicf/datadriven/datadriven_nozzle.cfg
index 375c8f91eff1..27145a4687ea 100644
--- a/TestCases/nicf/datadriven/datadriven_nozzle.cfg
+++ b/TestCases/nicf/datadriven/datadriven_nozzle.cfg
@@ -7,7 +7,7 @@
% Author: Evert Bunschoten %
% Institution: Delft University of Technology %
% Date: 2022.10.8 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/nicf/edge/edge_PPR.cfg b/TestCases/nicf/edge/edge_PPR.cfg
index 8ec58d02ebb0..7effeebc6130 100644
--- a/TestCases/nicf/edge/edge_PPR.cfg
+++ b/TestCases/nicf/edge/edge_PPR.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2012.09.29 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/nicf/edge/edge_VW.cfg b/TestCases/nicf/edge/edge_VW.cfg
index b045d89ae202..8d6eb4a13f1e 100644
--- a/TestCases/nicf/edge/edge_VW.cfg
+++ b/TestCases/nicf/edge/edge_VW.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2012.09.29 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/nonequilibrium/invwedge/invwedge_ausm.cfg b/TestCases/nonequilibrium/invwedge/invwedge_ausm.cfg
index 49e249d93432..3b9d97b73806 100644
--- a/TestCases/nonequilibrium/invwedge/invwedge_ausm.cfg
+++ b/TestCases/nonequilibrium/invwedge/invwedge_ausm.cfg
@@ -5,7 +5,7 @@
% Author: C. Garbacz %
% Institution: Strathclyde University %
% Date: 2020.11.01 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/nonequilibrium/invwedge/invwedge_ausmplusup2.cfg b/TestCases/nonequilibrium/invwedge/invwedge_ausmplusup2.cfg
index 643fa3ea137c..e95b09a0e13d 100644
--- a/TestCases/nonequilibrium/invwedge/invwedge_ausmplusup2.cfg
+++ b/TestCases/nonequilibrium/invwedge/invwedge_ausmplusup2.cfg
@@ -2,7 +2,7 @@
% %
% SU2 configuration file %
% Case description: Mach 5 inviscid flow over a 10deg wedge- AUSM+-Up2 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/nonequilibrium/invwedge/invwedge_lax.cfg b/TestCases/nonequilibrium/invwedge/invwedge_lax.cfg
index 05bea0fb4cf9..6a14490cf5cf 100644
--- a/TestCases/nonequilibrium/invwedge/invwedge_lax.cfg
+++ b/TestCases/nonequilibrium/invwedge/invwedge_lax.cfg
@@ -2,7 +2,7 @@
% %
% SU2 configuration file %
% Case description: Mach 5 inviscid flow over a 10deg wedge-LAX %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/nonequilibrium/invwedge/invwedge_msw.cfg b/TestCases/nonequilibrium/invwedge/invwedge_msw.cfg
index 02f092ef04e9..c711835e75b7 100644
--- a/TestCases/nonequilibrium/invwedge/invwedge_msw.cfg
+++ b/TestCases/nonequilibrium/invwedge/invwedge_msw.cfg
@@ -2,7 +2,7 @@
% %
% SU2 configuration file %
% Case description: Mach 5 inviscid flow over a 10deg wedge-MSW %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/nonequilibrium/invwedge/invwedge_roe.cfg b/TestCases/nonequilibrium/invwedge/invwedge_roe.cfg
index ce336e0ade72..989e34317a0e 100644
--- a/TestCases/nonequilibrium/invwedge/invwedge_roe.cfg
+++ b/TestCases/nonequilibrium/invwedge/invwedge_roe.cfg
@@ -2,7 +2,7 @@
% %
% SU2 configuration file %
% Case description: Mach 5 inviscid flow over a 10deg wedge-ROE %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/nonequilibrium/invwedge/invwedge_ss_inlet.cfg b/TestCases/nonequilibrium/invwedge/invwedge_ss_inlet.cfg
index 3cf9eade21e5..c163a627fefe 100644
--- a/TestCases/nonequilibrium/invwedge/invwedge_ss_inlet.cfg
+++ b/TestCases/nonequilibrium/invwedge/invwedge_ss_inlet.cfg
@@ -5,7 +5,7 @@
% Author: J. Needels %
% Institution: Stanford University %
% Date: 2022.1.11 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/nonequilibrium/thermalbath/finitechemistry/thermalbath.cfg b/TestCases/nonequilibrium/thermalbath/finitechemistry/thermalbath.cfg
index f6d9a1d08249..49aeb32aae89 100644
--- a/TestCases/nonequilibrium/thermalbath/finitechemistry/thermalbath.cfg
+++ b/TestCases/nonequilibrium/thermalbath/finitechemistry/thermalbath.cfg
@@ -7,7 +7,7 @@
% Author: C. Garbacz %
% Institution: Strathclyde University %
% Date: 2019.04.10 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/nonequilibrium/thermalbath/frozen/thermalbath_frozen.cfg b/TestCases/nonequilibrium/thermalbath/frozen/thermalbath_frozen.cfg
index 0cd924cd3b53..385efcf90b68 100644
--- a/TestCases/nonequilibrium/thermalbath/frozen/thermalbath_frozen.cfg
+++ b/TestCases/nonequilibrium/thermalbath/frozen/thermalbath_frozen.cfg
@@ -6,7 +6,7 @@
% Author: C. Garbacz %
% Institution: Strathclyde University %
% Date: 2019.04.10 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/nonequilibrium/visc_wedge/axi_visccone.cfg b/TestCases/nonequilibrium/visc_wedge/axi_visccone.cfg
index a8661855f19e..c82df231747b 100644
--- a/TestCases/nonequilibrium/visc_wedge/axi_visccone.cfg
+++ b/TestCases/nonequilibrium/visc_wedge/axi_visccone.cfg
@@ -4,7 +4,7 @@
% Case description: Mach 5 viscous flow over a 10deg axisymmetric cone %
% Author: C. Garbacz %
% Institution: Strathclyde University %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/nonequilibrium/visc_wedge/partial_cat.cfg b/TestCases/nonequilibrium/visc_wedge/partial_cat.cfg
index f5e0c6dbdfeb..2747d24ba86b 100644
--- a/TestCases/nonequilibrium/visc_wedge/partial_cat.cfg
+++ b/TestCases/nonequilibrium/visc_wedge/partial_cat.cfg
@@ -5,7 +5,7 @@
% catalytic walls - gamma model, effeciency = 0.2 %
% Author: J. Needels %
% Institution: Stanford University %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/nonequilibrium/visc_wedge/super_cat.cfg b/TestCases/nonequilibrium/visc_wedge/super_cat.cfg
index 29cd12f0260a..f479cc37fe18 100644
--- a/TestCases/nonequilibrium/visc_wedge/super_cat.cfg
+++ b/TestCases/nonequilibrium/visc_wedge/super_cat.cfg
@@ -5,7 +5,7 @@
% catalytic walls - gamma model, effeciency = 0.2 %
% Author: J. Needels %
% Institution: Stanford University %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/nonequilibrium/viscwedge_mpp/viscwedge_mpp.cfg b/TestCases/nonequilibrium/viscwedge_mpp/viscwedge_mpp.cfg
index bf40fb342110..22bab3213437 100644
--- a/TestCases/nonequilibrium/viscwedge_mpp/viscwedge_mpp.cfg
+++ b/TestCases/nonequilibrium/viscwedge_mpp/viscwedge_mpp.cfg
@@ -5,7 +5,7 @@
% Author: C. Garbacz %
% Institution: Strathclyde University %
% Date: 2020.11.01 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/optimization_euler/equivalentarea_naca64206/NACA64206.cfg b/TestCases/optimization_euler/equivalentarea_naca64206/NACA64206.cfg
index 6cfbbe215053..a0a648a87536 100644
--- a/TestCases/optimization_euler/equivalentarea_naca64206/NACA64206.cfg
+++ b/TestCases/optimization_euler/equivalentarea_naca64206/NACA64206.cfg
@@ -5,7 +5,7 @@
% Author: Yuki Utsumi %
% Institution: Individual %
% Date: 2021.08.07 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/optimization_euler/multiobjective_wedge/inv_wedge_ROE_2surf_1obj.cfg b/TestCases/optimization_euler/multiobjective_wedge/inv_wedge_ROE_2surf_1obj.cfg
index b920d3c96cc6..62728da55a69 100644
--- a/TestCases/optimization_euler/multiobjective_wedge/inv_wedge_ROE_2surf_1obj.cfg
+++ b/TestCases/optimization_euler/multiobjective_wedge/inv_wedge_ROE_2surf_1obj.cfg
@@ -7,7 +7,7 @@
% Author: H.L. Kline, modified from inviscid wedge by Thomas D. Economon %
% Institution: Stanford University %
% Date: 2018.01.07 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/optimization_euler/multiobjective_wedge/inv_wedge_ROE_multiobj.cfg b/TestCases/optimization_euler/multiobjective_wedge/inv_wedge_ROE_multiobj.cfg
index ac18053015e8..435729bcf38b 100644
--- a/TestCases/optimization_euler/multiobjective_wedge/inv_wedge_ROE_multiobj.cfg
+++ b/TestCases/optimization_euler/multiobjective_wedge/inv_wedge_ROE_multiobj.cfg
@@ -8,7 +8,7 @@
% Author: H.L. Kline, modified from inviscid wedge by Thomas D. Economon %
% Institution: Stanford University %
% Date: 2018.01.07 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/optimization_euler/multiobjective_wedge/inv_wedge_ROE_multiobj_1surf.cfg b/TestCases/optimization_euler/multiobjective_wedge/inv_wedge_ROE_multiobj_1surf.cfg
index 55ee66a4c3f3..5e9d114473d7 100644
--- a/TestCases/optimization_euler/multiobjective_wedge/inv_wedge_ROE_multiobj_1surf.cfg
+++ b/TestCases/optimization_euler/multiobjective_wedge/inv_wedge_ROE_multiobj_1surf.cfg
@@ -8,7 +8,7 @@
% Author: H.L. Kline, modified from inviscid wedge by Thomas D. Economon %
% Institution: Stanford University %
% Date: 2018.01.07 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/optimization_euler/multiobjective_wedge/inv_wedge_ROE_multiobj_combo.cfg b/TestCases/optimization_euler/multiobjective_wedge/inv_wedge_ROE_multiobj_combo.cfg
index 00c985ad14af..0f62bc8e5312 100644
--- a/TestCases/optimization_euler/multiobjective_wedge/inv_wedge_ROE_multiobj_combo.cfg
+++ b/TestCases/optimization_euler/multiobjective_wedge/inv_wedge_ROE_multiobj_combo.cfg
@@ -10,7 +10,7 @@
% Author: H.L. Kline, modified from inviscid wedge by Thomas D. Economon %
% Institution: Stanford University %
% Date: 2018.01.07 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/optimization_euler/multipoint_naca0012/inv_NACA0012_multipoint.cfg b/TestCases/optimization_euler/multipoint_naca0012/inv_NACA0012_multipoint.cfg
index ff95bc3158b8..857fe48b10b0 100644
--- a/TestCases/optimization_euler/multipoint_naca0012/inv_NACA0012_multipoint.cfg
+++ b/TestCases/optimization_euler/multipoint_naca0012/inv_NACA0012_multipoint.cfg
@@ -5,7 +5,7 @@
% Author: Indiana Stokes %
% Institution: %
% Date: 2017.07.03 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/optimization_euler/pitching_naca64a010/pitching_NACA64A010.cfg b/TestCases/optimization_euler/pitching_naca64a010/pitching_NACA64A010.cfg
index 32b2e9d21fe0..e00f144cc94e 100644
--- a/TestCases/optimization_euler/pitching_naca64a010/pitching_NACA64A010.cfg
+++ b/TestCases/optimization_euler/pitching_naca64a010/pitching_NACA64A010.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2011.11.02 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/optimization_euler/pitching_oneram6/pitching_ONERAM6.cfg b/TestCases/optimization_euler/pitching_oneram6/pitching_ONERAM6.cfg
index 6cf8ec308603..e5a075994811 100644
--- a/TestCases/optimization_euler/pitching_oneram6/pitching_ONERAM6.cfg
+++ b/TestCases/optimization_euler/pitching_oneram6/pitching_ONERAM6.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 09.07.2011 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/optimization_euler/rotating_naca0012/rotating_NACA0012.cfg b/TestCases/optimization_euler/rotating_naca0012/rotating_NACA0012.cfg
index c7fb32804112..efa3212084e9 100644
--- a/TestCases/optimization_euler/rotating_naca0012/rotating_NACA0012.cfg
+++ b/TestCases/optimization_euler/rotating_naca0012/rotating_NACA0012.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2013.03.06 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/optimization_euler/steady_inverse_design/inv_NACA0012.cfg b/TestCases/optimization_euler/steady_inverse_design/inv_NACA0012.cfg
index 58bba5a0ff76..b057ab0feba9 100644
--- a/TestCases/optimization_euler/steady_inverse_design/inv_NACA0012.cfg
+++ b/TestCases/optimization_euler/steady_inverse_design/inv_NACA0012.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2014.06.11 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/optimization_euler/steady_naca0012/inv_NACA0012_adv.cfg b/TestCases/optimization_euler/steady_naca0012/inv_NACA0012_adv.cfg
index e9561d6050d4..5931802d7c07 100644
--- a/TestCases/optimization_euler/steady_naca0012/inv_NACA0012_adv.cfg
+++ b/TestCases/optimization_euler/steady_naca0012/inv_NACA0012_adv.cfg
@@ -5,7 +5,7 @@
% Author: Francisco Palacios %
% Institution: Stanford University %
% Date: 2013.09.29 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/optimization_euler/steady_naca0012/inv_NACA0012_basic.cfg b/TestCases/optimization_euler/steady_naca0012/inv_NACA0012_basic.cfg
index e9138cbcbadc..c5514bff6f7e 100644
--- a/TestCases/optimization_euler/steady_naca0012/inv_NACA0012_basic.cfg
+++ b/TestCases/optimization_euler/steady_naca0012/inv_NACA0012_basic.cfg
@@ -5,7 +5,7 @@
% Author: Francisco Palacios %
% Institution: Stanford University %
% Date: 2013.09.29 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/optimization_euler/steady_oneram6/inv_ONERAM6_adv.cfg b/TestCases/optimization_euler/steady_oneram6/inv_ONERAM6_adv.cfg
index ed8e41eee365..f9e7084f0183 100644
--- a/TestCases/optimization_euler/steady_oneram6/inv_ONERAM6_adv.cfg
+++ b/TestCases/optimization_euler/steady_oneram6/inv_ONERAM6_adv.cfg
@@ -5,7 +5,7 @@
% Author: Francisco Palacios, Heather Kline %
% Institution: Stanford University %
% Date: 01.17.2017 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/optimization_euler/steady_oneram6/inv_ONERAM6_basic.cfg b/TestCases/optimization_euler/steady_oneram6/inv_ONERAM6_basic.cfg
index 1da53c800602..0321f2451e02 100644
--- a/TestCases/optimization_euler/steady_oneram6/inv_ONERAM6_basic.cfg
+++ b/TestCases/optimization_euler/steady_oneram6/inv_ONERAM6_basic.cfg
@@ -5,7 +5,7 @@
% Author: Francisco Palacios, Heather Kline %
% Institution: Stanford University %
% Date: 01.17.2017 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/optimization_rans/naca0012/naca0012.cfg b/TestCases/optimization_rans/naca0012/naca0012.cfg
index d8b063ac5e2b..a966567cdf48 100644
--- a/TestCases/optimization_rans/naca0012/naca0012.cfg
+++ b/TestCases/optimization_rans/naca0012/naca0012.cfg
@@ -5,7 +5,7 @@
% Author: Steffen Schotthöfer %
% Institution: TU Kaiserslautern %
% Date: Mar 16, 2017 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/optimization_rans/pitching_naca64a010/turb_NACA64A010.cfg b/TestCases/optimization_rans/pitching_naca64a010/turb_NACA64A010.cfg
index b1f6fa83a6c0..f7cde94623c0 100644
--- a/TestCases/optimization_rans/pitching_naca64a010/turb_NACA64A010.cfg
+++ b/TestCases/optimization_rans/pitching_naca64a010/turb_NACA64A010.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2011.11.02 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/optimization_rans/pitching_oneram6/turb_ONERAM6.cfg b/TestCases/optimization_rans/pitching_oneram6/turb_ONERAM6.cfg
index 5e00ac2ca32b..e73cd0120660 100644
--- a/TestCases/optimization_rans/pitching_oneram6/turb_ONERAM6.cfg
+++ b/TestCases/optimization_rans/pitching_oneram6/turb_ONERAM6.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2011.11.02 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/optimization_rans/steady_oneram6/turb_ONERAM6.cfg b/TestCases/optimization_rans/steady_oneram6/turb_ONERAM6.cfg
index d978e017db4c..448fc73964db 100644
--- a/TestCases/optimization_rans/steady_oneram6/turb_ONERAM6.cfg
+++ b/TestCases/optimization_rans/steady_oneram6/turb_ONERAM6.cfg
@@ -5,7 +5,7 @@
% Author: Francisco Palacios %
% Institution: Stanford University %
% Date: 2011.11.02 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/optimization_rans/steady_rae2822/turb_SA_RAE2822.cfg b/TestCases/optimization_rans/steady_rae2822/turb_SA_RAE2822.cfg
index f81abe7fa242..191e7219f518 100644
--- a/TestCases/optimization_rans/steady_rae2822/turb_SA_RAE2822.cfg
+++ b/TestCases/optimization_rans/steady_rae2822/turb_SA_RAE2822.cfg
@@ -5,7 +5,7 @@
% Author: Francisco Palacios %
% Institution: Stanford University %
% Date: 5/15/2013 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/parallel_regression.py b/TestCases/parallel_regression.py
index 8205d708c67f..37e3a5756dec 100755
--- a/TestCases/parallel_regression.py
+++ b/TestCases/parallel_regression.py
@@ -3,7 +3,7 @@
## \file parallel_regression.py
# \brief Python script for automated regression testing of SU2 examples
# \author A. Aranake, A. Campos, T. Economon, T. Lukaczyk, S. Padron
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/TestCases/parallel_regression_AD.py b/TestCases/parallel_regression_AD.py
index e4ef8ad8330b..b3679519a97d 100644
--- a/TestCases/parallel_regression_AD.py
+++ b/TestCases/parallel_regression_AD.py
@@ -3,7 +3,7 @@
## \file parallel_regression.py
# \brief Python script for automated regression testing of SU2 examples
# \author A. Aranake, A. Campos, T. Economon, T. Lukaczyk, S. Padron
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/TestCases/pastix_support/config.cfg b/TestCases/pastix_support/config.cfg
index 98cbba098695..83b9c95b8a95 100644
--- a/TestCases/pastix_support/config.cfg
+++ b/TestCases/pastix_support/config.cfg
@@ -2,7 +2,7 @@
% SU2 configuration file %
% PaStiX options (http://pastix.gforge.inria.fr/files/README-txt.html) %
% Institution: Imperial College London %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Intro:
diff --git a/TestCases/pastix_support/readme.txt b/TestCases/pastix_support/readme.txt
index 98222ac5d5e7..5b3d30968696 100644
--- a/TestCases/pastix_support/readme.txt
+++ b/TestCases/pastix_support/readme.txt
@@ -2,7 +2,7 @@
% SU2 configuration file %
% PaStiX support build instructions. %
% Institution: Imperial College London %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% 1 - Download
diff --git a/TestCases/polar/naca0012/inv_NACA0012.cfg b/TestCases/polar/naca0012/inv_NACA0012.cfg
index ea90f1c7e77a..f5a3fffd6bb6 100644
--- a/TestCases/polar/naca0012/inv_NACA0012.cfg
+++ b/TestCases/polar/naca0012/inv_NACA0012.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2014.06.11 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/py_wrapper/custom_heat_flux/run_ad.py b/TestCases/py_wrapper/custom_heat_flux/run_ad.py
index 8e4fef6fd43b..09dfb83f21dd 100644
--- a/TestCases/py_wrapper/custom_heat_flux/run_ad.py
+++ b/TestCases/py_wrapper/custom_heat_flux/run_ad.py
@@ -2,7 +2,7 @@
## \file run.py
# \brief Unsteady adjoint heat transfer case with custom heat flux.
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/TestCases/py_wrapper/custom_heat_source/run.py b/TestCases/py_wrapper/custom_heat_source/run.py
index 5711105c7350..99a9913a1784 100644
--- a/TestCases/py_wrapper/custom_heat_source/run.py
+++ b/TestCases/py_wrapper/custom_heat_source/run.py
@@ -2,7 +2,7 @@
## \file run.py
# \brief Unsteady heat transfer case with custom source term.
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/TestCases/py_wrapper/custom_inlet/run.py b/TestCases/py_wrapper/custom_inlet/run.py
index b9d0d6187374..4cf3d8ee42a6 100644
--- a/TestCases/py_wrapper/custom_inlet/run.py
+++ b/TestCases/py_wrapper/custom_inlet/run.py
@@ -2,7 +2,7 @@
## \file run.py
# \brief Unsteady inlet boundary conditions.
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/TestCases/py_wrapper/custom_load_fea/config.cfg b/TestCases/py_wrapper/custom_load_fea/config.cfg
index 19449694fe9c..c2f2cc32b955 100644
--- a/TestCases/py_wrapper/custom_load_fea/config.cfg
+++ b/TestCases/py_wrapper/custom_load_fea/config.cfg
@@ -1,7 +1,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% SU2 configuration file %
% Case description: 2D Beam with custom load via Python wrapper %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
SOLVER= ELASTICITY
diff --git a/TestCases/py_wrapper/custom_load_fea/run.py b/TestCases/py_wrapper/custom_load_fea/run.py
index 2d9208e13b1b..678cafcfb22c 100755
--- a/TestCases/py_wrapper/custom_load_fea/run.py
+++ b/TestCases/py_wrapper/custom_load_fea/run.py
@@ -2,7 +2,7 @@
## \file run.py
# \brief FEA case with custom load.
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/TestCases/py_wrapper/custom_load_fea/run_ad.py b/TestCases/py_wrapper/custom_load_fea/run_ad.py
index 667aad24a4c1..2fb38b7ac31f 100644
--- a/TestCases/py_wrapper/custom_load_fea/run_ad.py
+++ b/TestCases/py_wrapper/custom_load_fea/run_ad.py
@@ -2,7 +2,7 @@
## \file run.py
# \brief Unsteady adjoint FEA case with custom load.
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/TestCases/py_wrapper/deforming_bump_in_channel/run.py b/TestCases/py_wrapper/deforming_bump_in_channel/run.py
index fedd5b80088a..63c196ae2a61 100755
--- a/TestCases/py_wrapper/deforming_bump_in_channel/run.py
+++ b/TestCases/py_wrapper/deforming_bump_in_channel/run.py
@@ -2,7 +2,7 @@
## \file run.py
# \brief Deforming bump in channel.
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/TestCases/py_wrapper/disc_adj_fea/flow_load_sens/run_adjoint.py b/TestCases/py_wrapper/disc_adj_fea/flow_load_sens/run_adjoint.py
index e050e61496b4..6f08496c0611 100755
--- a/TestCases/py_wrapper/disc_adj_fea/flow_load_sens/run_adjoint.py
+++ b/TestCases/py_wrapper/disc_adj_fea/flow_load_sens/run_adjoint.py
@@ -3,7 +3,7 @@
## \file run_adjoint.py
# \brief Python script to launch SU2_CFD_AD and compute the sensitivity of the FEA problem respect to flow loads.
# \author Ruben Sanchez
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/TestCases/py_wrapper/disc_adj_flow/mesh_disp_sens/run_adjoint.py b/TestCases/py_wrapper/disc_adj_flow/mesh_disp_sens/run_adjoint.py
index 44dcb8c87ab4..70e2b6410396 100755
--- a/TestCases/py_wrapper/disc_adj_flow/mesh_disp_sens/run_adjoint.py
+++ b/TestCases/py_wrapper/disc_adj_flow/mesh_disp_sens/run_adjoint.py
@@ -3,7 +3,7 @@
## \file run_adjoint.py
# \brief Python script to launch SU2_CFD_AD
# \author Ruben Sanchez
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/TestCases/py_wrapper/dyn_fsi/run.py b/TestCases/py_wrapper/dyn_fsi/run.py
index 400c8df5b81d..c2fe338ea894 100644
--- a/TestCases/py_wrapper/dyn_fsi/run.py
+++ b/TestCases/py_wrapper/dyn_fsi/run.py
@@ -2,7 +2,7 @@
## \file run.py
# \brief Unsteady FSI case with custom load.
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/TestCases/py_wrapper/flatPlate_rigidMotion/flatPlate_rigidMotion_Conf.cfg b/TestCases/py_wrapper/flatPlate_rigidMotion/flatPlate_rigidMotion_Conf.cfg
index 0848b3e51fcc..f9d1668144e8 100644
--- a/TestCases/py_wrapper/flatPlate_rigidMotion/flatPlate_rigidMotion_Conf.cfg
+++ b/TestCases/py_wrapper/flatPlate_rigidMotion/flatPlate_rigidMotion_Conf.cfg
@@ -5,7 +5,7 @@
% Author: ___________________________________________________________________ %
% Institution: ______________________________________________________________ %
% Date: __________ %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/py_wrapper/flatPlate_rigidMotion/launch_flatPlate_rigidMotion.py b/TestCases/py_wrapper/flatPlate_rigidMotion/launch_flatPlate_rigidMotion.py
index f31ebad28228..286f170b0442 100755
--- a/TestCases/py_wrapper/flatPlate_rigidMotion/launch_flatPlate_rigidMotion.py
+++ b/TestCases/py_wrapper/flatPlate_rigidMotion/launch_flatPlate_rigidMotion.py
@@ -3,7 +3,7 @@
## \file flatPlate_rigidMotion.py
# \brief Python script to launch SU2_CFD with customized unsteady boundary conditions using the Python wrapper.
# \author David Thomas
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/TestCases/py_wrapper/flatPlate_unsteady_CHT/launch_unsteady_CHT_FlatPlate.py b/TestCases/py_wrapper/flatPlate_unsteady_CHT/launch_unsteady_CHT_FlatPlate.py
index d5da3cd080bc..8ceff23fc30d 100755
--- a/TestCases/py_wrapper/flatPlate_unsteady_CHT/launch_unsteady_CHT_FlatPlate.py
+++ b/TestCases/py_wrapper/flatPlate_unsteady_CHT/launch_unsteady_CHT_FlatPlate.py
@@ -3,7 +3,7 @@
## \file launch_unsteady_CHT_FlatPlate.py
# \brief Python script to launch SU2_CFD with customized unsteady boundary conditions using the Python wrapper.
# \author David Thomas
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/TestCases/py_wrapper/flatPlate_unsteady_CHT/unsteady_CHT_FlatPlate_Conf.cfg b/TestCases/py_wrapper/flatPlate_unsteady_CHT/unsteady_CHT_FlatPlate_Conf.cfg
index c8d3fdcadf2f..96b457d28c6c 100644
--- a/TestCases/py_wrapper/flatPlate_unsteady_CHT/unsteady_CHT_FlatPlate_Conf.cfg
+++ b/TestCases/py_wrapper/flatPlate_unsteady_CHT/unsteady_CHT_FlatPlate_Conf.cfg
@@ -5,7 +5,7 @@
% Author: David THOMAS %
% Institution: University of Liège %
% Date: 12/12/2017 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/py_wrapper/wavy_wall/run_steady.py b/TestCases/py_wrapper/wavy_wall/run_steady.py
index 3abbf787bb04..b85427f20e86 100644
--- a/TestCases/py_wrapper/wavy_wall/run_steady.py
+++ b/TestCases/py_wrapper/wavy_wall/run_steady.py
@@ -2,7 +2,7 @@
## \file run.py
# \brief Channel with wave-like motion on walls (steady state version).
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/TestCases/radiation/p1adjoint/configp1adjoint.cfg b/TestCases/radiation/p1adjoint/configp1adjoint.cfg
index 0b33737de0b4..567ee4204e1f 100644
--- a/TestCases/radiation/p1adjoint/configp1adjoint.cfg
+++ b/TestCases/radiation/p1adjoint/configp1adjoint.cfg
@@ -4,7 +4,7 @@
% Case description: Coupled CFD-RHT adjoint problem %
% Author: Ruben Sanchez (TU Kaiserslautern) %
% Date: 2020-02-13 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/radiation/p1model/configp1.cfg b/TestCases/radiation/p1model/configp1.cfg
index be5787656d31..0a9664d3f3f3 100644
--- a/TestCases/radiation/p1model/configp1.cfg
+++ b/TestCases/radiation/p1model/configp1.cfg
@@ -5,7 +5,7 @@
% Author: Ruben Sanchez %
% Institution: Chair for Scientific Computing, TU Kaiserslautern %
% Date: 2019-01-29 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/rans/actuatordisk_bem/actuatordisk_bem.cfg b/TestCases/rans/actuatordisk_bem/actuatordisk_bem.cfg
index 0976ebd83039..886e9313a4cd 100644
--- a/TestCases/rans/actuatordisk_bem/actuatordisk_bem.cfg
+++ b/TestCases/rans/actuatordisk_bem/actuatordisk_bem.cfg
@@ -8,7 +8,7 @@
% Academy of Scientific and Innovative Research, Ghaziabad %
% Comments : %
% Date: 23/09/2023 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/rans/actuatordisk_variable_load/propeller_variable_load.cfg b/TestCases/rans/actuatordisk_variable_load/propeller_variable_load.cfg
index 2ccf28fde3a6..86dd14a8a9f3 100644
--- a/TestCases/rans/actuatordisk_variable_load/propeller_variable_load.cfg
+++ b/TestCases/rans/actuatordisk_variable_load/propeller_variable_load.cfg
@@ -8,7 +8,7 @@
% Comments: Grid file and propeller data courtesy of Mauro Minervino, %
% Centro Italiano Ricerche Aerospaziali (CIRA) %
% Date: 07/08/2020 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/rans/flatplate/roughness/bc_aupoix/turb_SST_flatplate_roughBCAupoix.cfg b/TestCases/rans/flatplate/roughness/bc_aupoix/turb_SST_flatplate_roughBCAupoix.cfg
index d56cec712e04..ab4ba54e7116 100644
--- a/TestCases/rans/flatplate/roughness/bc_aupoix/turb_SST_flatplate_roughBCAupoix.cfg
+++ b/TestCases/rans/flatplate/roughness/bc_aupoix/turb_SST_flatplate_roughBCAupoix.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2011.11.10 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/rans/flatplate/roughness/bc_knopp/turb_SST_flatplate_roughBCKnopp.cfg b/TestCases/rans/flatplate/roughness/bc_knopp/turb_SST_flatplate_roughBCKnopp.cfg
index cb769768039a..a7e5f8432500 100644
--- a/TestCases/rans/flatplate/roughness/bc_knopp/turb_SST_flatplate_roughBCKnopp.cfg
+++ b/TestCases/rans/flatplate/roughness/bc_knopp/turb_SST_flatplate_roughBCKnopp.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2011.11.10 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/rans/flatplate/roughness/bc_wilcox2006/turb_SST_flatplate_roughBCWilcox2006.cfg b/TestCases/rans/flatplate/roughness/bc_wilcox2006/turb_SST_flatplate_roughBCWilcox2006.cfg
index 66bdcca9710e..261015e4cae0 100644
--- a/TestCases/rans/flatplate/roughness/bc_wilcox2006/turb_SST_flatplate_roughBCWilcox2006.cfg
+++ b/TestCases/rans/flatplate/roughness/bc_wilcox2006/turb_SST_flatplate_roughBCWilcox2006.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2011.11.10 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/rans/flatplate/turb_SA_flatplate.cfg b/TestCases/rans/flatplate/turb_SA_flatplate.cfg
index 4432d34fe84c..c90b5c2bef3c 100644
--- a/TestCases/rans/flatplate/turb_SA_flatplate.cfg
+++ b/TestCases/rans/flatplate/turb_SA_flatplate.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2011.11.10 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/rans/flatplate/turb_SA_flatplate_species.cfg b/TestCases/rans/flatplate/turb_SA_flatplate_species.cfg
index 6bbca0278fc4..c364ddd07ace 100644
--- a/TestCases/rans/flatplate/turb_SA_flatplate_species.cfg
+++ b/TestCases/rans/flatplate/turb_SA_flatplate_species.cfg
@@ -6,7 +6,7 @@
% Author: T. Kattmann %
% Institution: Bosch Thermotechmniek B.V. %
% Date: 2021.11.30 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/rans/flatplate/turb_SST_flatplate.cfg b/TestCases/rans/flatplate/turb_SST_flatplate.cfg
index af9051a3dd03..0e3ee25f4e0b 100644
--- a/TestCases/rans/flatplate/turb_SST_flatplate.cfg
+++ b/TestCases/rans/flatplate/turb_SST_flatplate.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2011.11.10 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/rans/flatplate/turb_SST_flatplate_compressibility_Sarkar.cfg b/TestCases/rans/flatplate/turb_SST_flatplate_compressibility_Sarkar.cfg
index 4f752b1db86a..4927880d3a1f 100644
--- a/TestCases/rans/flatplate/turb_SST_flatplate_compressibility_Sarkar.cfg
+++ b/TestCases/rans/flatplate/turb_SST_flatplate_compressibility_Sarkar.cfg
@@ -5,7 +5,7 @@
% Author: Sunoh. Kang %
% Institution: Pusan National University %
% Date: 2024.04.30 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/rans/flatplate/turb_SST_flatplate_compressibility_Wilcox.cfg b/TestCases/rans/flatplate/turb_SST_flatplate_compressibility_Wilcox.cfg
index 81a9c243ecb0..5bc0d85cb126 100644
--- a/TestCases/rans/flatplate/turb_SST_flatplate_compressibility_Wilcox.cfg
+++ b/TestCases/rans/flatplate/turb_SST_flatplate_compressibility_Wilcox.cfg
@@ -5,7 +5,7 @@
% Author: Sunoh. Kang %
% Institution: Pusan National University %
% Date: 2024.04.30 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/rans/naca0012/turb_NACA0012_sa.cfg b/TestCases/rans/naca0012/turb_NACA0012_sa.cfg
index 2b4a755cffbb..f44bcfe236df 100644
--- a/TestCases/rans/naca0012/turb_NACA0012_sa.cfg
+++ b/TestCases/rans/naca0012/turb_NACA0012_sa.cfg
@@ -6,7 +6,7 @@
% Author: Francisco Palacios %
% Institution: Stanford University %
% Date: Feb 18th, 2013 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/rans/naca0012/turb_NACA0012_sst.cfg b/TestCases/rans/naca0012/turb_NACA0012_sst.cfg
index 24d990a01a4a..e1b1f65259e0 100644
--- a/TestCases/rans/naca0012/turb_NACA0012_sst.cfg
+++ b/TestCases/rans/naca0012/turb_NACA0012_sst.cfg
@@ -6,7 +6,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: Feb 18th, 2013 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/rans/naca0012/turb_NACA0012_sst_1994-KLm.cfg b/TestCases/rans/naca0012/turb_NACA0012_sst_1994-KLm.cfg
index dc34fea6efef..cf7b9854ae98 100644
--- a/TestCases/rans/naca0012/turb_NACA0012_sst_1994-KLm.cfg
+++ b/TestCases/rans/naca0012/turb_NACA0012_sst_1994-KLm.cfg
@@ -3,7 +3,7 @@
% SU2 configuration file %
% Case description: 2D NACA 0012 Airfoil Validation Case (compressible) %
% SST-1994-KLm implementation %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/rans/naca0012/turb_NACA0012_sst_2003-Vm.cfg b/TestCases/rans/naca0012/turb_NACA0012_sst_2003-Vm.cfg
index fe1b161ffa92..a6749e8c89cd 100644
--- a/TestCases/rans/naca0012/turb_NACA0012_sst_2003-Vm.cfg
+++ b/TestCases/rans/naca0012/turb_NACA0012_sst_2003-Vm.cfg
@@ -3,7 +3,7 @@
% SU2 configuration file %
% Case description: 2D NACA 0012 Airfoil Validation Case (compressible) %
% SST-2003-Vm implementation %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/rans/naca0012/turb_NACA0012_sst_2003m.cfg b/TestCases/rans/naca0012/turb_NACA0012_sst_2003m.cfg
index 4dc05bbcfa1c..9907207fc96d 100644
--- a/TestCases/rans/naca0012/turb_NACA0012_sst_2003m.cfg
+++ b/TestCases/rans/naca0012/turb_NACA0012_sst_2003m.cfg
@@ -1,7 +1,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% SU2 configuration file, NACA0012 RANS SST-2003m %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/rans/naca0012/turb_NACA0012_sst_expliciteuler.cfg b/TestCases/rans/naca0012/turb_NACA0012_sst_expliciteuler.cfg
index 6ed54687a508..c36318671909 100644
--- a/TestCases/rans/naca0012/turb_NACA0012_sst_expliciteuler.cfg
+++ b/TestCases/rans/naca0012/turb_NACA0012_sst_expliciteuler.cfg
@@ -5,7 +5,7 @@
% Author: Max Aehle %
% Institution: TU Kaiserslautern %
% Date: Nov 17th, 2021 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/rans/naca0012/turb_NACA0012_sst_fixedvalues.cfg b/TestCases/rans/naca0012/turb_NACA0012_sst_fixedvalues.cfg
index 3ecb4ad181fa..31e9adcc27c6 100644
--- a/TestCases/rans/naca0012/turb_NACA0012_sst_fixedvalues.cfg
+++ b/TestCases/rans/naca0012/turb_NACA0012_sst_fixedvalues.cfg
@@ -5,7 +5,7 @@
% Author: Max Aehle %
% Institution: TU Kaiserslautern %
% Date: Mar 17th, 2021 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/rans/oneram6/turb_ONERAM6.cfg b/TestCases/rans/oneram6/turb_ONERAM6.cfg
index 061aa9f4cd26..7b470675113f 100644
--- a/TestCases/rans/oneram6/turb_ONERAM6.cfg
+++ b/TestCases/rans/oneram6/turb_ONERAM6.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2014.06.14 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/rans/oneram6/turb_ONERAM6_nk.cfg b/TestCases/rans/oneram6/turb_ONERAM6_nk.cfg
index d798ac4b2a84..8fe97b179542 100644
--- a/TestCases/rans/oneram6/turb_ONERAM6_nk.cfg
+++ b/TestCases/rans/oneram6/turb_ONERAM6_nk.cfg
@@ -2,7 +2,7 @@
% %
% SU2 configuration file %
% Case description: Turbulent flow, ONERA M6, Newton-Krylov solver %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/rans/oneram6/turb_ONERAM6_vc.cfg b/TestCases/rans/oneram6/turb_ONERAM6_vc.cfg
index 9df928e35a03..f6a754c3ad73 100644
--- a/TestCases/rans/oneram6/turb_ONERAM6_vc.cfg
+++ b/TestCases/rans/oneram6/turb_ONERAM6_vc.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2014.06.14 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/rans/propeller/propeller.cfg b/TestCases/rans/propeller/propeller.cfg
index 519aaffd03a3..4f06a8d2fbb6 100644
--- a/TestCases/rans/propeller/propeller.cfg
+++ b/TestCases/rans/propeller/propeller.cfg
@@ -5,7 +5,7 @@
% Author: %
% Institution: %
% Date: %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/rans/rae2822/turb_SA_RAE2822.cfg b/TestCases/rans/rae2822/turb_SA_RAE2822.cfg
index b0c86cd4b1a8..68071ae47dad 100644
--- a/TestCases/rans/rae2822/turb_SA_RAE2822.cfg
+++ b/TestCases/rans/rae2822/turb_SA_RAE2822.cfg
@@ -5,7 +5,7 @@
% Author: Francisco Palacios %
% Institution: Stanford University %
% Date: 5/15/2013 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/rans/rae2822/turb_SST_RAE2822.cfg b/TestCases/rans/rae2822/turb_SST_RAE2822.cfg
index b88bbd82a804..097ebd6c42ea 100644
--- a/TestCases/rans/rae2822/turb_SST_RAE2822.cfg
+++ b/TestCases/rans/rae2822/turb_SST_RAE2822.cfg
@@ -5,7 +5,7 @@
% Author: Francisco Palacios %
% Institution: Stanford University %
% Date: 5/15/2013 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/rans/rae2822/turb_SST_SUST_RAE2822.cfg b/TestCases/rans/rae2822/turb_SST_SUST_RAE2822.cfg
index e4405e1ca1d6..db88f0e394ec 100644
--- a/TestCases/rans/rae2822/turb_SST_SUST_RAE2822.cfg
+++ b/TestCases/rans/rae2822/turb_SST_SUST_RAE2822.cfg
@@ -5,7 +5,7 @@
% Author: Francisco Palacios %
% Institution: Stanford University %
% Date: 5/15/2013 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/rans/restart_directdiff_naca/naca0012.cfg b/TestCases/rans/restart_directdiff_naca/naca0012.cfg
index a7526142172e..2c529d45cace 100644
--- a/TestCases/rans/restart_directdiff_naca/naca0012.cfg
+++ b/TestCases/rans/restart_directdiff_naca/naca0012.cfg
@@ -5,7 +5,7 @@
% Author: Steffen Schotthöfer %
% Institution: TU Kaiserslautern %
% Date: Mar 16, 2017 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/rans/s809/trans_s809.cfg b/TestCases/rans/s809/trans_s809.cfg
index f96a9966be94..4f8e375058ef 100644
--- a/TestCases/rans/s809/trans_s809.cfg
+++ b/TestCases/rans/s809/trans_s809.cfg
@@ -5,7 +5,7 @@
% Author: Francisco Palacios %
% Institution: Stanford University %
% Date: 5/15/2013 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/rans/s809/turb_S809.cfg b/TestCases/rans/s809/turb_S809.cfg
index 96d7804d606a..277ddd21d834 100644
--- a/TestCases/rans/s809/turb_S809.cfg
+++ b/TestCases/rans/s809/turb_S809.cfg
@@ -5,7 +5,7 @@
% Author: Francisco Palacios %
% Institution: Stanford University %
% Date: 5/15/2013 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/rans/vki_turbine/turb_vki.cfg b/TestCases/rans/vki_turbine/turb_vki.cfg
index f712e729255b..3727d901461e 100644
--- a/TestCases/rans/vki_turbine/turb_vki.cfg
+++ b/TestCases/rans/vki_turbine/turb_vki.cfg
@@ -5,7 +5,7 @@
% Author: Francisco Palacios, Thomas D. Economon %
% Institution: Stanford University %
% Date: Feb 18th, 2013 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/rans_uq/naca0012/turb_NACA0012_uq.cfg b/TestCases/rans_uq/naca0012/turb_NACA0012_uq.cfg
index a7c72098c5d7..bc37230c88e7 100644
--- a/TestCases/rans_uq/naca0012/turb_NACA0012_uq.cfg
+++ b/TestCases/rans_uq/naca0012/turb_NACA0012_uq.cfg
@@ -6,7 +6,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: Feb 18th, 2013 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/rans_uq/naca0012/turb_NACA0012_uq_1c.cfg b/TestCases/rans_uq/naca0012/turb_NACA0012_uq_1c.cfg
index 495a04ee8b94..03875d188730 100644
--- a/TestCases/rans_uq/naca0012/turb_NACA0012_uq_1c.cfg
+++ b/TestCases/rans_uq/naca0012/turb_NACA0012_uq_1c.cfg
@@ -6,7 +6,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: Feb 18th, 2013 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/rans_uq/naca0012/turb_NACA0012_uq_2c.cfg b/TestCases/rans_uq/naca0012/turb_NACA0012_uq_2c.cfg
index 36e200112c54..b7405c84f3bd 100644
--- a/TestCases/rans_uq/naca0012/turb_NACA0012_uq_2c.cfg
+++ b/TestCases/rans_uq/naca0012/turb_NACA0012_uq_2c.cfg
@@ -6,7 +6,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: Feb 18th, 2013 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/rans_uq/naca0012/turb_NACA0012_uq_3c.cfg b/TestCases/rans_uq/naca0012/turb_NACA0012_uq_3c.cfg
index ff3414873c10..c7fe5943b968 100644
--- a/TestCases/rans_uq/naca0012/turb_NACA0012_uq_3c.cfg
+++ b/TestCases/rans_uq/naca0012/turb_NACA0012_uq_3c.cfg
@@ -6,7 +6,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: Feb 18th, 2013 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/rans_uq/naca0012/turb_NACA0012_uq_p1c1.cfg b/TestCases/rans_uq/naca0012/turb_NACA0012_uq_p1c1.cfg
index 29c81aaaf3c2..871ef1dcb4cc 100644
--- a/TestCases/rans_uq/naca0012/turb_NACA0012_uq_p1c1.cfg
+++ b/TestCases/rans_uq/naca0012/turb_NACA0012_uq_p1c1.cfg
@@ -6,7 +6,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: Feb 18th, 2013 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/rans_uq/naca0012/turb_NACA0012_uq_p1c2.cfg b/TestCases/rans_uq/naca0012/turb_NACA0012_uq_p1c2.cfg
index 669b352993b6..429a3a0d3f29 100644
--- a/TestCases/rans_uq/naca0012/turb_NACA0012_uq_p1c2.cfg
+++ b/TestCases/rans_uq/naca0012/turb_NACA0012_uq_p1c2.cfg
@@ -6,7 +6,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: Feb 18th, 2013 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/rotating/caradonna_tung/rot_caradonna_tung.cfg b/TestCases/rotating/caradonna_tung/rot_caradonna_tung.cfg
index 403b42fea47e..6506ca23c270 100644
--- a/TestCases/rotating/caradonna_tung/rot_caradonna_tung.cfg
+++ b/TestCases/rotating/caradonna_tung/rot_caradonna_tung.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2020.05.24 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/rotating/naca0012/rot_NACA0012.cfg b/TestCases/rotating/naca0012/rot_NACA0012.cfg
index 53c4a84fcb14..847ac151b32e 100644
--- a/TestCases/rotating/naca0012/rot_NACA0012.cfg
+++ b/TestCases/rotating/naca0012/rot_NACA0012.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2020.06.06 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/serial_regression.py b/TestCases/serial_regression.py
index 987ab2a7dac2..d648bb852c76 100755
--- a/TestCases/serial_regression.py
+++ b/TestCases/serial_regression.py
@@ -3,7 +3,7 @@
## \file serial_regression.py
# \brief Python script for automated regression testing of SU2 examples
# \author A. Aranake, A. Campos, T. Economon, T. Lukaczyk, S. Padron
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/TestCases/serial_regression_AD.py b/TestCases/serial_regression_AD.py
index 413836c50665..9826e95cd1f4 100644
--- a/TestCases/serial_regression_AD.py
+++ b/TestCases/serial_regression_AD.py
@@ -3,7 +3,7 @@
## \file serial_regression.py
# \brief Python script for automated regression testing of SU2 examples
# \author A. Aranake, A. Campos, T. Economon, T. Lukaczyk, S. Padron
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/TestCases/sliding_interface/bars_SST_2D/bars.cfg b/TestCases/sliding_interface/bars_SST_2D/bars.cfg
index 899cd17ea333..c1eeb710783d 100644
--- a/TestCases/sliding_interface/bars_SST_2D/bars.cfg
+++ b/TestCases/sliding_interface/bars_SST_2D/bars.cfg
@@ -5,7 +5,7 @@
% Author: A. Rubino %
% Institution: Delft University of Technology %
% Date: Feb 27th, 2017 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/sliding_interface/bars_SST_2D/zone_1.cfg b/TestCases/sliding_interface/bars_SST_2D/zone_1.cfg
index bde5d5142a3e..f68575c0e41f 100644
--- a/TestCases/sliding_interface/bars_SST_2D/zone_1.cfg
+++ b/TestCases/sliding_interface/bars_SST_2D/zone_1.cfg
@@ -5,7 +5,7 @@
% Author: A. Rubino %
% Institution: Delft University of Technology %
% Date: Feb 27th, 2017 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/sliding_interface/bars_SST_2D/zone_2.cfg b/TestCases/sliding_interface/bars_SST_2D/zone_2.cfg
index d2c0b538fc92..bca3e1de8a3a 100644
--- a/TestCases/sliding_interface/bars_SST_2D/zone_2.cfg
+++ b/TestCases/sliding_interface/bars_SST_2D/zone_2.cfg
@@ -5,7 +5,7 @@
% Author: A. Rubino %
% Institution: Delft University of Technology %
% Date: Feb 27th, 2017 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/sliding_interface/bars_SST_2D/zone_3.cfg b/TestCases/sliding_interface/bars_SST_2D/zone_3.cfg
index 1ac387481162..287e6d9e4ce3 100644
--- a/TestCases/sliding_interface/bars_SST_2D/zone_3.cfg
+++ b/TestCases/sliding_interface/bars_SST_2D/zone_3.cfg
@@ -5,7 +5,7 @@
% Author: A. Rubino %
% Institution: Delft University of Technology %
% Date: Feb 27th, 2017 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/sliding_interface/channel_2D/channel_2D_NN.cfg b/TestCases/sliding_interface/channel_2D/channel_2D_NN.cfg
index bc11b359f111..aa5bbef31ca0 100644
--- a/TestCases/sliding_interface/channel_2D/channel_2D_NN.cfg
+++ b/TestCases/sliding_interface/channel_2D/channel_2D_NN.cfg
@@ -6,7 +6,7 @@
% Author: G. Gori %
% Institution: Politecnico di Milano %
% Date: Oct 5th, 2016 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/sliding_interface/channel_2D/channel_2D_WA.cfg b/TestCases/sliding_interface/channel_2D/channel_2D_WA.cfg
index b295ad03f737..d84dac415089 100644
--- a/TestCases/sliding_interface/channel_2D/channel_2D_WA.cfg
+++ b/TestCases/sliding_interface/channel_2D/channel_2D_WA.cfg
@@ -6,7 +6,7 @@
% Author: G. Gori %
% Institution: Politecnico di Milano %
% Date: Oct 5th, 2016 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/sliding_interface/channel_2D/zone_2.cfg b/TestCases/sliding_interface/channel_2D/zone_2.cfg
index 8c82638ded7a..e6e84f54f537 100644
--- a/TestCases/sliding_interface/channel_2D/zone_2.cfg
+++ b/TestCases/sliding_interface/channel_2D/zone_2.cfg
@@ -5,7 +5,7 @@
% Author: A. Rubino %
% Institution: Delft University of Technology %
% Date: Feb 27th, 2017 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/sliding_interface/channel_2D/zone_3.cfg b/TestCases/sliding_interface/channel_2D/zone_3.cfg
index 1ac387481162..287e6d9e4ce3 100644
--- a/TestCases/sliding_interface/channel_2D/zone_3.cfg
+++ b/TestCases/sliding_interface/channel_2D/zone_3.cfg
@@ -5,7 +5,7 @@
% Author: A. Rubino %
% Institution: Delft University of Technology %
% Date: Feb 27th, 2017 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/sliding_interface/channel_3D/channel_3D_NN.cfg b/TestCases/sliding_interface/channel_3D/channel_3D_NN.cfg
index fa0a89aed579..919be6fc980b 100644
--- a/TestCases/sliding_interface/channel_3D/channel_3D_NN.cfg
+++ b/TestCases/sliding_interface/channel_3D/channel_3D_NN.cfg
@@ -6,7 +6,7 @@
% Author: G. Gori %
% Institution: Politecnico di Milano %
% Date: Oct 5th, 2016 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/sliding_interface/channel_3D/channel_3D_WA.cfg b/TestCases/sliding_interface/channel_3D/channel_3D_WA.cfg
index fad98a5c7d48..7d409db2f2bf 100644
--- a/TestCases/sliding_interface/channel_3D/channel_3D_WA.cfg
+++ b/TestCases/sliding_interface/channel_3D/channel_3D_WA.cfg
@@ -6,7 +6,7 @@
% Author: G. Gori %
% Institution: Politecnico di Milano %
% Date: Oct 5th, 2016 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/sliding_interface/channel_3D/zone_1.cfg b/TestCases/sliding_interface/channel_3D/zone_1.cfg
index 95cb390b8ce7..60fde5394ec2 100644
--- a/TestCases/sliding_interface/channel_3D/zone_1.cfg
+++ b/TestCases/sliding_interface/channel_3D/zone_1.cfg
@@ -6,7 +6,7 @@
% Author: G. Gori %
% Institution: Politecnico di Milano %
% Date: Oct 5th, 2016 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/sliding_interface/channel_3D/zone_2.cfg b/TestCases/sliding_interface/channel_3D/zone_2.cfg
index b6e23788d5e2..c9025500a22b 100644
--- a/TestCases/sliding_interface/channel_3D/zone_2.cfg
+++ b/TestCases/sliding_interface/channel_3D/zone_2.cfg
@@ -6,7 +6,7 @@
% Author: G. Gori %
% Institution: Politecnico di Milano %
% Date: Oct 5th, 2016 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/sliding_interface/channel_3D/zone_3.cfg b/TestCases/sliding_interface/channel_3D/zone_3.cfg
index 4068fda6b52d..9cdc0b73cd32 100644
--- a/TestCases/sliding_interface/channel_3D/zone_3.cfg
+++ b/TestCases/sliding_interface/channel_3D/zone_3.cfg
@@ -6,7 +6,7 @@
% Author: G. Gori %
% Institution: Politecnico di Milano %
% Date: Oct 5th, 2016 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/sliding_interface/incompressible_steady/config.cfg b/TestCases/sliding_interface/incompressible_steady/config.cfg
index 75d55128827f..9a90d15f4d3e 100644
--- a/TestCases/sliding_interface/incompressible_steady/config.cfg
+++ b/TestCases/sliding_interface/incompressible_steady/config.cfg
@@ -5,7 +5,7 @@
% Author: Ruben Sanchez %
% Institution: Chair for Scientific Computing, TU Kaiserslautern %
% Date: January 28th, 2018 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/sliding_interface/incompressible_steady/configCircle.cfg b/TestCases/sliding_interface/incompressible_steady/configCircle.cfg
index 48cf9a0b904f..9144b5acf736 100644
--- a/TestCases/sliding_interface/incompressible_steady/configCircle.cfg
+++ b/TestCases/sliding_interface/incompressible_steady/configCircle.cfg
@@ -5,7 +5,7 @@
% Author: Ruben Sanchez %
% Institution: Chair for Scientific Computing, TU Kaiserslautern %
% Date: January 28th, 2018 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/sliding_interface/incompressible_steady/configOut.cfg b/TestCases/sliding_interface/incompressible_steady/configOut.cfg
index d46bc5e4bf49..3c18797b7375 100644
--- a/TestCases/sliding_interface/incompressible_steady/configOut.cfg
+++ b/TestCases/sliding_interface/incompressible_steady/configOut.cfg
@@ -5,7 +5,7 @@
% Author: Ruben Sanchez %
% Institution: Chair for Scientific Computing, TU Kaiserslautern %
% Date: January 28th, 2018 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/sliding_interface/incompressible_unsteady/config.cfg b/TestCases/sliding_interface/incompressible_unsteady/config.cfg
index def54072ebac..69b0851191ac 100644
--- a/TestCases/sliding_interface/incompressible_unsteady/config.cfg
+++ b/TestCases/sliding_interface/incompressible_unsteady/config.cfg
@@ -5,7 +5,7 @@
% Author: Ruben Sanchez %
% Institution: Chair for Scientific Computing, TU Kaiserslautern %
% Date: January 28th, 2018 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/sliding_interface/incompressible_unsteady/configCircle.cfg b/TestCases/sliding_interface/incompressible_unsteady/configCircle.cfg
index 372c6773992b..e333712ff777 100644
--- a/TestCases/sliding_interface/incompressible_unsteady/configCircle.cfg
+++ b/TestCases/sliding_interface/incompressible_unsteady/configCircle.cfg
@@ -5,7 +5,7 @@
% Author: Ruben Sanchez %
% Institution: Chair for Scientific Computing, TU Kaiserslautern %
% Date: January 28th, 2018 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/sliding_interface/incompressible_unsteady/configOut.cfg b/TestCases/sliding_interface/incompressible_unsteady/configOut.cfg
index 28ca8c39bc22..07f409b9d38e 100644
--- a/TestCases/sliding_interface/incompressible_unsteady/configOut.cfg
+++ b/TestCases/sliding_interface/incompressible_unsteady/configOut.cfg
@@ -5,7 +5,7 @@
% Author: Ruben Sanchez %
% Institution: Chair for Scientific Computing, TU Kaiserslautern %
% Date: January 28th, 2018 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/sliding_interface/pipe/pipe_NN.cfg b/TestCases/sliding_interface/pipe/pipe_NN.cfg
index a454de76623a..c1aec3c50429 100644
--- a/TestCases/sliding_interface/pipe/pipe_NN.cfg
+++ b/TestCases/sliding_interface/pipe/pipe_NN.cfg
@@ -6,7 +6,7 @@
% Author: G. Gori %
% Institution: Politecnico di Milano %
% Date: Oct 5th, 2016 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/sliding_interface/pipe/pipe_WA.cfg b/TestCases/sliding_interface/pipe/pipe_WA.cfg
index 1d38efdaafb4..16ec1b93f1f2 100644
--- a/TestCases/sliding_interface/pipe/pipe_WA.cfg
+++ b/TestCases/sliding_interface/pipe/pipe_WA.cfg
@@ -6,7 +6,7 @@
% Author: G. Gori %
% Institution: Politecnico di Milano %
% Date: Oct 5th, 2016 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/sliding_interface/pipe/zone_1.cfg b/TestCases/sliding_interface/pipe/zone_1.cfg
index ce939f5348ec..b898003fd116 100644
--- a/TestCases/sliding_interface/pipe/zone_1.cfg
+++ b/TestCases/sliding_interface/pipe/zone_1.cfg
@@ -6,7 +6,7 @@
% Author: G. Gori %
% Institution: Politecnico di Milano %
% Date: Oct 5th, 2016 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/sliding_interface/pipe/zone_2.cfg b/TestCases/sliding_interface/pipe/zone_2.cfg
index af40b43d0893..4dde33205152 100644
--- a/TestCases/sliding_interface/pipe/zone_2.cfg
+++ b/TestCases/sliding_interface/pipe/zone_2.cfg
@@ -6,7 +6,7 @@
% Author: G. Gori %
% Institution: Politecnico di Milano %
% Date: Oct 5th, 2016 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/sliding_interface/pipe/zone_3.cfg b/TestCases/sliding_interface/pipe/zone_3.cfg
index 4b44c67d8db9..aca6a76792fe 100644
--- a/TestCases/sliding_interface/pipe/zone_3.cfg
+++ b/TestCases/sliding_interface/pipe/zone_3.cfg
@@ -6,7 +6,7 @@
% Author: G. Gori %
% Institution: Politecnico di Milano %
% Date: Oct 5th, 2016 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/sliding_interface/pipe/zone_4.cfg b/TestCases/sliding_interface/pipe/zone_4.cfg
index cb09451ff441..5effd39e45a5 100644
--- a/TestCases/sliding_interface/pipe/zone_4.cfg
+++ b/TestCases/sliding_interface/pipe/zone_4.cfg
@@ -6,7 +6,7 @@
% Author: G. Gori %
% Institution: Politecnico di Milano %
% Date: Oct 5th, 2016 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/sliding_interface/pipe/zone_5.cfg b/TestCases/sliding_interface/pipe/zone_5.cfg
index af40b43d0893..4dde33205152 100644
--- a/TestCases/sliding_interface/pipe/zone_5.cfg
+++ b/TestCases/sliding_interface/pipe/zone_5.cfg
@@ -6,7 +6,7 @@
% Author: G. Gori %
% Institution: Politecnico di Milano %
% Date: Oct 5th, 2016 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/sliding_interface/rotating_cylinders/rot_cylinders_NN.cfg b/TestCases/sliding_interface/rotating_cylinders/rot_cylinders_NN.cfg
index 7de3dbcef3cb..39ea7eb2f86b 100644
--- a/TestCases/sliding_interface/rotating_cylinders/rot_cylinders_NN.cfg
+++ b/TestCases/sliding_interface/rotating_cylinders/rot_cylinders_NN.cfg
@@ -5,7 +5,7 @@
% Author: G. Gori %
% Institution: Politecnico di Milano %
% Date: Oct 5th, 2016 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/sliding_interface/rotating_cylinders/rot_cylinders_WA.cfg b/TestCases/sliding_interface/rotating_cylinders/rot_cylinders_WA.cfg
index 0d04be6989bc..43e1f4dad843 100644
--- a/TestCases/sliding_interface/rotating_cylinders/rot_cylinders_WA.cfg
+++ b/TestCases/sliding_interface/rotating_cylinders/rot_cylinders_WA.cfg
@@ -5,7 +5,7 @@
% Author: G. Gori %
% Institution: Politecnico di Milano %
% Date: Oct 5th, 2016 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/sliding_interface/single_stage/single_stage_NN.cfg b/TestCases/sliding_interface/single_stage/single_stage_NN.cfg
index 1a93972b2f44..b95f8b756c49 100644
--- a/TestCases/sliding_interface/single_stage/single_stage_NN.cfg
+++ b/TestCases/sliding_interface/single_stage/single_stage_NN.cfg
@@ -6,7 +6,7 @@
% Author: G. Gori %
% Institution: Politecnico di Milano %
% Date: Oct 5th, 2016 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/sliding_interface/single_stage/single_stage_WA.cfg b/TestCases/sliding_interface/single_stage/single_stage_WA.cfg
index acdc58093411..5e4f75eeb84e 100644
--- a/TestCases/sliding_interface/single_stage/single_stage_WA.cfg
+++ b/TestCases/sliding_interface/single_stage/single_stage_WA.cfg
@@ -6,7 +6,7 @@
% Author: G. Gori %
% Institution: Politecnico di Milano %
% Date: Oct 5th, 2016 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/sliding_interface/single_stage/zone_1.cfg b/TestCases/sliding_interface/single_stage/zone_1.cfg
index 38275ded8d1a..d91ecfebca4b 100644
--- a/TestCases/sliding_interface/single_stage/zone_1.cfg
+++ b/TestCases/sliding_interface/single_stage/zone_1.cfg
@@ -6,7 +6,7 @@
% Author: G. Gori %
% Institution: Politecnico di Milano %
% Date: Oct 5th, 2016 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/sliding_interface/single_stage/zone_2.cfg b/TestCases/sliding_interface/single_stage/zone_2.cfg
index da58efa460af..05c459f8b2d0 100644
--- a/TestCases/sliding_interface/single_stage/zone_2.cfg
+++ b/TestCases/sliding_interface/single_stage/zone_2.cfg
@@ -6,7 +6,7 @@
% Author: G. Gori %
% Institution: Politecnico di Milano %
% Date: Oct 5th, 2016 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/sliding_interface/supersonic_vortex_shedding/sup_vor_shed_NN.cfg b/TestCases/sliding_interface/supersonic_vortex_shedding/sup_vor_shed_NN.cfg
index ab582a9a6b1b..473de50943bf 100644
--- a/TestCases/sliding_interface/supersonic_vortex_shedding/sup_vor_shed_NN.cfg
+++ b/TestCases/sliding_interface/supersonic_vortex_shedding/sup_vor_shed_NN.cfg
@@ -6,7 +6,7 @@
% Author: G. Gori %
% Institution: Politecnico di Milano %
% Date: Oct 5th, 2016 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/sliding_interface/supersonic_vortex_shedding/sup_vor_shed_WA.cfg b/TestCases/sliding_interface/supersonic_vortex_shedding/sup_vor_shed_WA.cfg
index 87e166e68d2b..31d996710f18 100644
--- a/TestCases/sliding_interface/supersonic_vortex_shedding/sup_vor_shed_WA.cfg
+++ b/TestCases/sliding_interface/supersonic_vortex_shedding/sup_vor_shed_WA.cfg
@@ -6,7 +6,7 @@
% Author: G. Gori %
% Institution: Politecnico di Milano %
% Date: Oct 5th, 2016 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/sliding_interface/supersonic_vortex_shedding/zone_1.cfg b/TestCases/sliding_interface/supersonic_vortex_shedding/zone_1.cfg
index 63cb66e0bcda..35da5669832e 100644
--- a/TestCases/sliding_interface/supersonic_vortex_shedding/zone_1.cfg
+++ b/TestCases/sliding_interface/supersonic_vortex_shedding/zone_1.cfg
@@ -6,7 +6,7 @@
% Author: G. Gori %
% Institution: Politecnico di Milano %
% Date: Oct 5th, 2016 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/sliding_interface/supersonic_vortex_shedding/zone_2.cfg b/TestCases/sliding_interface/supersonic_vortex_shedding/zone_2.cfg
index 856af576f1f2..47fdd53969e4 100644
--- a/TestCases/sliding_interface/supersonic_vortex_shedding/zone_2.cfg
+++ b/TestCases/sliding_interface/supersonic_vortex_shedding/zone_2.cfg
@@ -6,7 +6,7 @@
% Author: G. Gori %
% Institution: Politecnico di Milano %
% Date: Oct 5th, 2016 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/sliding_interface/uniform_flow/uniform_NN.cfg b/TestCases/sliding_interface/uniform_flow/uniform_NN.cfg
index 86f348065694..de53eafb26d9 100644
--- a/TestCases/sliding_interface/uniform_flow/uniform_NN.cfg
+++ b/TestCases/sliding_interface/uniform_flow/uniform_NN.cfg
@@ -6,7 +6,7 @@
% Author: G. Gori %
% Institution: Politecnico di Milano %
% Date: Oct 5th, 2016 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/sliding_interface/uniform_flow/uniform_WA.cfg b/TestCases/sliding_interface/uniform_flow/uniform_WA.cfg
index 7273a029bbbd..c5e290a7eb0f 100644
--- a/TestCases/sliding_interface/uniform_flow/uniform_WA.cfg
+++ b/TestCases/sliding_interface/uniform_flow/uniform_WA.cfg
@@ -6,7 +6,7 @@
% Author: G. Gori %
% Institution: Politecnico di Milano %
% Date: Oct 5th, 2016 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/sliding_interface/uniform_flow/zone_1.cfg b/TestCases/sliding_interface/uniform_flow/zone_1.cfg
index a35ab246b590..de2a6dd94bd9 100644
--- a/TestCases/sliding_interface/uniform_flow/zone_1.cfg
+++ b/TestCases/sliding_interface/uniform_flow/zone_1.cfg
@@ -6,7 +6,7 @@
% Author: G. Gori %
% Institution: Politecnico di Milano %
% Date: Oct 5th, 2016 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/sliding_interface/uniform_flow/zone_2.cfg b/TestCases/sliding_interface/uniform_flow/zone_2.cfg
index 9c4b0c2899b4..b788aa0360d9 100644
--- a/TestCases/sliding_interface/uniform_flow/zone_2.cfg
+++ b/TestCases/sliding_interface/uniform_flow/zone_2.cfg
@@ -6,7 +6,7 @@
% Author: G. Gori %
% Institution: Politecnico di Milano %
% Date: Oct 5th, 2016 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/solid_heat_conduction/periodic_pins/configSolid.cfg b/TestCases/solid_heat_conduction/periodic_pins/configSolid.cfg
index 531439190522..e04e7ba1fc57 100644
--- a/TestCases/solid_heat_conduction/periodic_pins/configSolid.cfg
+++ b/TestCases/solid_heat_conduction/periodic_pins/configSolid.cfg
@@ -5,7 +5,7 @@
% Author: T. Kattmann %
% Institution: Bosch Thermotechniek B.V. %
% Date: 2021.09.27 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/species_transport/multizone/configMaster.cfg b/TestCases/species_transport/multizone/configMaster.cfg
index 12888842904b..3e718f40ef7a 100644
--- a/TestCases/species_transport/multizone/configMaster.cfg
+++ b/TestCases/species_transport/multizone/configMaster.cfg
@@ -5,7 +5,7 @@
% Author: N. Beishuizen %
% Institution: Technische Universiteit Eindhoven %
% Date: November 1, 2022 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/species_transport/passive_transport_validation/passive_transport.cfg b/TestCases/species_transport/passive_transport_validation/passive_transport.cfg
index f578e590b667..e5af42b01d43 100644
--- a/TestCases/species_transport/passive_transport_validation/passive_transport.cfg
+++ b/TestCases/species_transport/passive_transport_validation/passive_transport.cfg
@@ -5,7 +5,7 @@
% Author: T. Kattmann %
% Institution: Bosch Thermotechniek B.V %
% Date: 2021.10.02 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/species_transport/venturi_primitive_3species/species2_primitiveVenturi.cfg b/TestCases/species_transport/venturi_primitive_3species/species2_primitiveVenturi.cfg
index 4387a34143bc..1a00f655317b 100644
--- a/TestCases/species_transport/venturi_primitive_3species/species2_primitiveVenturi.cfg
+++ b/TestCases/species_transport/venturi_primitive_3species/species2_primitiveVenturi.cfg
@@ -5,7 +5,7 @@
% Author: T. Kattmann %
% Institution: Bosch Thermotechniek B.V. %
% Date: 2021/10/14 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/species_transport/venturi_primitive_3species/species2_primitiveVenturi_boundedscalar.cfg b/TestCases/species_transport/venturi_primitive_3species/species2_primitiveVenturi_boundedscalar.cfg
index b9d26c3acdd1..205009b57fbb 100644
--- a/TestCases/species_transport/venturi_primitive_3species/species2_primitiveVenturi_boundedscalar.cfg
+++ b/TestCases/species_transport/venturi_primitive_3species/species2_primitiveVenturi_boundedscalar.cfg
@@ -5,7 +5,7 @@
% Author: T. Kattmann %
% Institution: Bosch Thermotechniek B.V. %
% Date: 2021/10/14 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/species_transport/venturi_primitive_3species/species2_primitiveVenturi_mixingmodel.cfg b/TestCases/species_transport/venturi_primitive_3species/species2_primitiveVenturi_mixingmodel.cfg
index 69894889b311..d3fd801cf569 100644
--- a/TestCases/species_transport/venturi_primitive_3species/species2_primitiveVenturi_mixingmodel.cfg
+++ b/TestCases/species_transport/venturi_primitive_3species/species2_primitiveVenturi_mixingmodel.cfg
@@ -7,7 +7,7 @@
% Author: Cristopher Morales Ubal %
% Institution: Eindhoven University of Technology %
% Date: 2022/06/15 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/species_transport/venturi_primitive_3species/species2_primitiveVenturi_mixingmodel_TURBULENT_MARKERS.cfg b/TestCases/species_transport/venturi_primitive_3species/species2_primitiveVenturi_mixingmodel_TURBULENT_MARKERS.cfg
index 5df86498d911..8dbb6ff6d47f 100644
--- a/TestCases/species_transport/venturi_primitive_3species/species2_primitiveVenturi_mixingmodel_TURBULENT_MARKERS.cfg
+++ b/TestCases/species_transport/venturi_primitive_3species/species2_primitiveVenturi_mixingmodel_TURBULENT_MARKERS.cfg
@@ -8,7 +8,7 @@
% Author: Cristopher Morales Ubal %
% Institution: Eindhoven University of Technology %
% Date: 2022/12/05 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/species_transport/venturi_primitive_3species/species2_primitiveVenturi_mixingmodel_boundedscalar.cfg b/TestCases/species_transport/venturi_primitive_3species/species2_primitiveVenturi_mixingmodel_boundedscalar.cfg
index 3265f70db95a..c80ec5088350 100644
--- a/TestCases/species_transport/venturi_primitive_3species/species2_primitiveVenturi_mixingmodel_boundedscalar.cfg
+++ b/TestCases/species_transport/venturi_primitive_3species/species2_primitiveVenturi_mixingmodel_boundedscalar.cfg
@@ -7,7 +7,7 @@
% Author: Cristopher Morales Ubal %
% Institution: Eindhoven University of Technology %
% Date: 2022/06/15 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/species_transport/venturi_primitive_3species/species2_primitiveVenturi_mixingmodel_heatcapacity_H2.cfg b/TestCases/species_transport/venturi_primitive_3species/species2_primitiveVenturi_mixingmodel_heatcapacity_H2.cfg
index 9c40a2c1aa6d..7d55656b64a4 100644
--- a/TestCases/species_transport/venturi_primitive_3species/species2_primitiveVenturi_mixingmodel_heatcapacity_H2.cfg
+++ b/TestCases/species_transport/venturi_primitive_3species/species2_primitiveVenturi_mixingmodel_heatcapacity_H2.cfg
@@ -8,7 +8,7 @@
% Author: Cristopher Morales Ubal %
% Institution: Eindhoven University of Technology %
% Date: 2022/09/12 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/species_transport/venturi_primitive_3species/species2_primitiveVenturi_mixingmodel_heatcapacity_H2_ND.cfg b/TestCases/species_transport/venturi_primitive_3species/species2_primitiveVenturi_mixingmodel_heatcapacity_H2_ND.cfg
index 73212fbb51d3..7feb95f422e5 100644
--- a/TestCases/species_transport/venturi_primitive_3species/species2_primitiveVenturi_mixingmodel_heatcapacity_H2_ND.cfg
+++ b/TestCases/species_transport/venturi_primitive_3species/species2_primitiveVenturi_mixingmodel_heatcapacity_H2_ND.cfg
@@ -9,7 +9,7 @@
% Author: Cristopher Morales Ubal %
% Institution: Eindhoven University of Technology %
% Date: 2022/10/12 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/species_transport/venturi_primitive_3species/species2_primitiveVenturi_mixingmodel_viscosity.cfg b/TestCases/species_transport/venturi_primitive_3species/species2_primitiveVenturi_mixingmodel_viscosity.cfg
index ac4bbb3b5b7a..a1117a029654 100644
--- a/TestCases/species_transport/venturi_primitive_3species/species2_primitiveVenturi_mixingmodel_viscosity.cfg
+++ b/TestCases/species_transport/venturi_primitive_3species/species2_primitiveVenturi_mixingmodel_viscosity.cfg
@@ -8,7 +8,7 @@
% Author: Cristopher Morales Ubal %
% Institution: Eindhoven University of Technology %
% Date: 2022/06/27 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/species_transport/venturi_primitive_3species/species3_primitiveVenturi_flux_value.cfg b/TestCases/species_transport/venturi_primitive_3species/species3_primitiveVenturi_flux_value.cfg
index 68880a6cbfca..01a6818db23a 100644
--- a/TestCases/species_transport/venturi_primitive_3species/species3_primitiveVenturi_flux_value.cfg
+++ b/TestCases/species_transport/venturi_primitive_3species/species3_primitiveVenturi_flux_value.cfg
@@ -6,7 +6,7 @@
% Author: N. Beishuizen %
% Institution: TU Eindhoven %
% Date: 17-12-2025 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/species_transport/venturi_primitive_3species/species3_primitiveVenturi_inletFile.cfg b/TestCases/species_transport/venturi_primitive_3species/species3_primitiveVenturi_inletFile.cfg
index 8467bcc3f95c..cb5eda8a5d5d 100644
--- a/TestCases/species_transport/venturi_primitive_3species/species3_primitiveVenturi_inletFile.cfg
+++ b/TestCases/species_transport/venturi_primitive_3species/species3_primitiveVenturi_inletFile.cfg
@@ -6,7 +6,7 @@
% Author: T. Kattmann %
% Institution: Bosch Thermotechniek B.V. %
% Date: 2021/10/14 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/transition/E387_Airfoil/transitional_BC_model_ConfigFile.cfg b/TestCases/transition/E387_Airfoil/transitional_BC_model_ConfigFile.cfg
index 6874cd9f28f0..f3fbd24ada12 100644
--- a/TestCases/transition/E387_Airfoil/transitional_BC_model_ConfigFile.cfg
+++ b/TestCases/transition/E387_Airfoil/transitional_BC_model_ConfigFile.cfg
@@ -6,7 +6,7 @@
% Institution: TOBB University of Economics and Technology %
% TAI-TUSAS Turkish Aerospace Industries %
% Date: Oct 10th, 2016 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/transition/Schubauer_Klebanoff/transitional_BC_model_ConfigFile.cfg b/TestCases/transition/Schubauer_Klebanoff/transitional_BC_model_ConfigFile.cfg
index de8fefc55678..bb91c790f4cd 100644
--- a/TestCases/transition/Schubauer_Klebanoff/transitional_BC_model_ConfigFile.cfg
+++ b/TestCases/transition/Schubauer_Klebanoff/transitional_BC_model_ConfigFile.cfg
@@ -6,7 +6,7 @@
% Institution: TOBB University of Economics and Technology %
% TAI-TUSAS Turkish Aerospace Industries %
% Date: Oct 10th, 2016 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/transition/T3A_FlatPlate/transitional_BC_model_ConfigFile.cfg b/TestCases/transition/T3A_FlatPlate/transitional_BC_model_ConfigFile.cfg
index fbad144d911c..528a86a3a5cb 100644
--- a/TestCases/transition/T3A_FlatPlate/transitional_BC_model_ConfigFile.cfg
+++ b/TestCases/transition/T3A_FlatPlate/transitional_BC_model_ConfigFile.cfg
@@ -6,7 +6,7 @@
% Institution: TOBB University of Economics and Technology %
% TAI-TUSAS Turkish Aerospace Industries %
% Date: Oct 10th, 2016 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/turbomachinery/APU_turbocharger/Jones_restart.cfg b/TestCases/turbomachinery/APU_turbocharger/Jones_restart.cfg
index 33c5ed7eb9cf..f817324335a2 100755
--- a/TestCases/turbomachinery/APU_turbocharger/Jones_restart.cfg
+++ b/TestCases/turbomachinery/APU_turbocharger/Jones_restart.cfg
@@ -5,7 +5,7 @@
% Author: S. Vitale %
% Institution: Delft University of Technology %
% Date: Jun 28th, 2017 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/turbomachinery/axial_stage_2D/Axial_stage2D.cfg b/TestCases/turbomachinery/axial_stage_2D/Axial_stage2D.cfg
index 957d2fdb6e1f..468b46a3f241 100755
--- a/TestCases/turbomachinery/axial_stage_2D/Axial_stage2D.cfg
+++ b/TestCases/turbomachinery/axial_stage_2D/Axial_stage2D.cfg
@@ -5,7 +5,7 @@
% Author: S. Vitale %
% Institution: Delft University of Technology %
% Date: Feb 28th, 2017 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/turbomachinery/axial_stage_2D/zone_1.cfg b/TestCases/turbomachinery/axial_stage_2D/zone_1.cfg
index 036afb5f9ec3..c2bbe1bff6a4 100644
--- a/TestCases/turbomachinery/axial_stage_2D/zone_1.cfg
+++ b/TestCases/turbomachinery/axial_stage_2D/zone_1.cfg
@@ -5,7 +5,7 @@
% Author: S. Vitale %
% Institution: Delft University of Technology %
% Date: Feb 28th, 2017 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/turbomachinery/axial_stage_2D/zone_2.cfg b/TestCases/turbomachinery/axial_stage_2D/zone_2.cfg
index 5bf4c9f61659..84e8c8bdad32 100644
--- a/TestCases/turbomachinery/axial_stage_2D/zone_2.cfg
+++ b/TestCases/turbomachinery/axial_stage_2D/zone_2.cfg
@@ -5,7 +5,7 @@
% Author: S. Vitale %
% Institution: Delft University of Technology %
% Date: Feb 28th, 2017 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/turbomachinery/centrifugal_blade/centrifugal_blade.cfg b/TestCases/turbomachinery/centrifugal_blade/centrifugal_blade.cfg
index 2cdfeb2735fc..87cbcf8b35de 100755
--- a/TestCases/turbomachinery/centrifugal_blade/centrifugal_blade.cfg
+++ b/TestCases/turbomachinery/centrifugal_blade/centrifugal_blade.cfg
@@ -5,7 +5,7 @@
% Author:S. Vitale %
% Institution: Delft University of Technology %
% Date: Oct 26th, 2015 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/turbomachinery/centrifugal_stage/centrifugal_stage.cfg b/TestCases/turbomachinery/centrifugal_stage/centrifugal_stage.cfg
index 1ba1d118251f..77a1caa8e2f1 100755
--- a/TestCases/turbomachinery/centrifugal_stage/centrifugal_stage.cfg
+++ b/TestCases/turbomachinery/centrifugal_stage/centrifugal_stage.cfg
@@ -5,7 +5,7 @@
% Author: S. Vitale %
% Institution: Delft University of Technology %
% Date: Oct 28th, 2015 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/turbomachinery/multi_interface/multi_interface_rst.cfg b/TestCases/turbomachinery/multi_interface/multi_interface_rst.cfg
index f24ef32dd1ea..4c9a8a79c2e9 100644
--- a/TestCases/turbomachinery/multi_interface/multi_interface_rst.cfg
+++ b/TestCases/turbomachinery/multi_interface/multi_interface_rst.cfg
@@ -6,7 +6,7 @@
% Author: J. Kelly %
% Institution: University of Liverpool %
% Date: Sep 5th, 2024 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/turbomachinery/transonic_stator_2D/transonic_stator_restart.cfg b/TestCases/turbomachinery/transonic_stator_2D/transonic_stator_restart.cfg
index b4848269d329..a858cb47b102 100644
--- a/TestCases/turbomachinery/transonic_stator_2D/transonic_stator_restart.cfg
+++ b/TestCases/turbomachinery/transonic_stator_2D/transonic_stator_restart.cfg
@@ -5,7 +5,7 @@
% Author: S. Vitale %
% Institution: Delft University of Technology %
% Date: 2017.03.01 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/tutorials.py b/TestCases/tutorials.py
index ac43ddaf5b35..dcfbc0a0f44c 100644
--- a/TestCases/tutorials.py
+++ b/TestCases/tutorials.py
@@ -3,7 +3,7 @@
## \file parallel_regression.py
# \brief Python script for automated regression testing of SU2 examples
# \author A. Aranake, A. Campos, T. Economon, T. Lukaczyk, S. Padron
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/TestCases/unsteady/pitching_naca64a010_euler/pitching_NACA64A010.cfg b/TestCases/unsteady/pitching_naca64a010_euler/pitching_NACA64A010.cfg
index 814b8e7752c7..3db0541e9a88 100644
--- a/TestCases/unsteady/pitching_naca64a010_euler/pitching_NACA64A010.cfg
+++ b/TestCases/unsteady/pitching_naca64a010_euler/pitching_NACA64A010.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2011.11.02 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/unsteady/pitching_naca64a010_rans/turb_NACA64A010.cfg b/TestCases/unsteady/pitching_naca64a010_rans/turb_NACA64A010.cfg
index 15515387202b..ae230679efdd 100644
--- a/TestCases/unsteady/pitching_naca64a010_rans/turb_NACA64A010.cfg
+++ b/TestCases/unsteady/pitching_naca64a010_rans/turb_NACA64A010.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2011.11.02 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/unsteady/plunging_naca0012/plunging_NACA0012.cfg b/TestCases/unsteady/plunging_naca0012/plunging_NACA0012.cfg
index e236a0aae06c..6e4bc39ea5dd 100644
--- a/TestCases/unsteady/plunging_naca0012/plunging_NACA0012.cfg
+++ b/TestCases/unsteady/plunging_naca0012/plunging_NACA0012.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: Jun 12, 2014 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/unsteady/square_cylinder/turb_square.cfg b/TestCases/unsteady/square_cylinder/turb_square.cfg
index f01675b4f2bf..6a7b03a71866 100644
--- a/TestCases/unsteady/square_cylinder/turb_square.cfg
+++ b/TestCases/unsteady/square_cylinder/turb_square.cfg
@@ -5,7 +5,7 @@
% Author: Thomas D. Economon %
% Institution: Stanford University %
% Date: 2013.02.25 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/user_defined_functions/lam_flatplate.cfg b/TestCases/user_defined_functions/lam_flatplate.cfg
index 8a81158dad78..d3cc32e8f64e 100644
--- a/TestCases/user_defined_functions/lam_flatplate.cfg
+++ b/TestCases/user_defined_functions/lam_flatplate.cfg
@@ -4,7 +4,7 @@
% Case description: Test custom outputs and objective function. %
% Author: P. Gomes %
% Date: 5th Jan 2022 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/vandv.py b/TestCases/vandv.py
index 481170b1ebb4..b5a0ebdc3d78 100644
--- a/TestCases/vandv.py
+++ b/TestCases/vandv.py
@@ -6,7 +6,7 @@
# - Use the SU2 --dry_run mode for configs of large tests.
# - Restart from converged results for medium problems.
# - Run small cases (<20s) to convergence.
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/TestCases/vandv/species_transport/sandia_jet/validation.cfg b/TestCases/vandv/species_transport/sandia_jet/validation.cfg
index cc779f6e084e..42fd54500511 100644
--- a/TestCases/vandv/species_transport/sandia_jet/validation.cfg
+++ b/TestCases/vandv/species_transport/sandia_jet/validation.cfg
@@ -5,7 +5,7 @@
% Author: S.J.H. Bosmans %
% Institution: TU Eindhoven (TU/e) %
% Date: 2023/05/04 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/TestCases/wallfunctions/flatplate/compressible_SA/turb_SA_flatplate.cfg b/TestCases/wallfunctions/flatplate/compressible_SA/turb_SA_flatplate.cfg
index e44ebd97bdb4..909da7012dd0 100644
--- a/TestCases/wallfunctions/flatplate/compressible_SA/turb_SA_flatplate.cfg
+++ b/TestCases/wallfunctions/flatplate/compressible_SA/turb_SA_flatplate.cfg
@@ -6,7 +6,7 @@
% Author: Nijso Beishuizen, T. Kattmann %
% Institution: Bosch Thermotechnology %
% Date: 2021.09.01 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/wallfunctions/flatplate/compressible_SST/turb_SST_flatplate.cfg b/TestCases/wallfunctions/flatplate/compressible_SST/turb_SST_flatplate.cfg
index b2f9c515502f..3587bbfb22fb 100644
--- a/TestCases/wallfunctions/flatplate/compressible_SST/turb_SST_flatplate.cfg
+++ b/TestCases/wallfunctions/flatplate/compressible_SST/turb_SST_flatplate.cfg
@@ -6,7 +6,7 @@
% Author: Nijso Beishuizen, T. Kattmann %
% Institution: Bosch Thermotechnology %
% Date: 2021.09.01 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/wallfunctions/flatplate/incompressible_SA/turb_SA_flatplate.cfg b/TestCases/wallfunctions/flatplate/incompressible_SA/turb_SA_flatplate.cfg
index 37c298a40b05..6c926acceab1 100644
--- a/TestCases/wallfunctions/flatplate/incompressible_SA/turb_SA_flatplate.cfg
+++ b/TestCases/wallfunctions/flatplate/incompressible_SA/turb_SA_flatplate.cfg
@@ -6,7 +6,7 @@
% Author: Nijso Beishuizen, T. Kattmann %
% Institution: Bosch Thermotechnology %
% Date: 2021.09.01 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/TestCases/wallfunctions/flatplate/incompressible_SST/turb_SST_flatplate.cfg b/TestCases/wallfunctions/flatplate/incompressible_SST/turb_SST_flatplate.cfg
index 9080c3903c5c..05d20f2b7c4b 100644
--- a/TestCases/wallfunctions/flatplate/incompressible_SST/turb_SST_flatplate.cfg
+++ b/TestCases/wallfunctions/flatplate/incompressible_SST/turb_SST_flatplate.cfg
@@ -6,7 +6,7 @@
% Author: Nijso Beishuizen, T. Kattmann %
% Institution: Bosch Thermotechnology %
% Date: 2021.09.01 %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
diff --git a/UnitTests/Common/containers/CLookupTable_tests.cpp b/UnitTests/Common/containers/CLookupTable_tests.cpp
index 7e88a35144a0..826af9640937 100644
--- a/UnitTests/Common/containers/CLookupTable_tests.cpp
+++ b/UnitTests/Common/containers/CLookupTable_tests.cpp
@@ -2,7 +2,7 @@
* \file CLookupTable_tests.cpp
* \brief Unit tests for the lookup table.
* \author N. Beishuizen
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/UnitTests/Common/geometry/CGeometry_test.cpp b/UnitTests/Common/geometry/CGeometry_test.cpp
index 6be75eaf89e8..2e2ddd1cbdf5 100644
--- a/UnitTests/Common/geometry/CGeometry_test.cpp
+++ b/UnitTests/Common/geometry/CGeometry_test.cpp
@@ -2,7 +2,7 @@
* \file CGeometry_tests.cpp
* \brief Unit tests for CGeometry.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/UnitTests/Common/geometry/dual_grid/CDualGrid_tests.cpp b/UnitTests/Common/geometry/dual_grid/CDualGrid_tests.cpp
index b64a70be056d..0fc959af7336 100644
--- a/UnitTests/Common/geometry/dual_grid/CDualGrid_tests.cpp
+++ b/UnitTests/Common/geometry/dual_grid/CDualGrid_tests.cpp
@@ -2,7 +2,7 @@
* \file CDualGrid_tests.cpp
* \brief Unit tests for the dual grid classes
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/UnitTests/Common/geometry/primal_grid/CPrimalGrid_tests.cpp b/UnitTests/Common/geometry/primal_grid/CPrimalGrid_tests.cpp
index 0951b71e0b1d..7960b0819c93 100644
--- a/UnitTests/Common/geometry/primal_grid/CPrimalGrid_tests.cpp
+++ b/UnitTests/Common/geometry/primal_grid/CPrimalGrid_tests.cpp
@@ -2,7 +2,7 @@
* \file CPrimalGrid_tests.cpp
* \brief Unit tests for the primal grid classes
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/UnitTests/Common/simple_ad_test.cpp b/UnitTests/Common/simple_ad_test.cpp
index 6d56693c0708..6b9ef658211a 100644
--- a/UnitTests/Common/simple_ad_test.cpp
+++ b/UnitTests/Common/simple_ad_test.cpp
@@ -4,7 +4,7 @@
* basic functionality, this also serves as a regression test
* to make sure that AD works within unit testing.
* \author C. Pederson
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/UnitTests/Common/simple_directdiff_test.cpp b/UnitTests/Common/simple_directdiff_test.cpp
index 9256a88120e1..0bd3e7078aed 100644
--- a/UnitTests/Common/simple_directdiff_test.cpp
+++ b/UnitTests/Common/simple_directdiff_test.cpp
@@ -4,7 +4,7 @@
* basic functionality, this also serves as a regression test
* to make sure that DD works within unit testing.
* \author C. Pederson
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/UnitTests/Common/toolboxes/C1DInterpolation_tests.cpp b/UnitTests/Common/toolboxes/C1DInterpolation_tests.cpp
index 322f839dc8ff..e34b44de6923 100644
--- a/UnitTests/Common/toolboxes/C1DInterpolation_tests.cpp
+++ b/UnitTests/Common/toolboxes/C1DInterpolation_tests.cpp
@@ -2,7 +2,7 @@
* \file C1DInterpolation_tests.cpp
* \brief Unit tests for splines and what not.
* \author P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/UnitTests/Common/toolboxes/CQuasiNewtonInvLeastSquares_tests.cpp b/UnitTests/Common/toolboxes/CQuasiNewtonInvLeastSquares_tests.cpp
index 9129229c5525..2044c91aad51 100644
--- a/UnitTests/Common/toolboxes/CQuasiNewtonInvLeastSquares_tests.cpp
+++ b/UnitTests/Common/toolboxes/CQuasiNewtonInvLeastSquares_tests.cpp
@@ -3,7 +3,7 @@
* \brief Unit tests for the CQuasiNewtonInvLeastSquares class.
* Which should find the root of a n-d linear problem in n+1 iterations.
* \author P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/UnitTests/Common/toolboxes/multilayer_perceptron/CLookUp_ANN_tests.cpp b/UnitTests/Common/toolboxes/multilayer_perceptron/CLookUp_ANN_tests.cpp
index 94604b85df15..2d255f8ca5cb 100644
--- a/UnitTests/Common/toolboxes/multilayer_perceptron/CLookUp_ANN_tests.cpp
+++ b/UnitTests/Common/toolboxes/multilayer_perceptron/CLookUp_ANN_tests.cpp
@@ -2,7 +2,7 @@
* \file CLookUp_ANN_tests.cpp
* \brief Unit tests for CLookUp_ANN and CIOMap classes.
* \author E.C.Bunschoten
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/UnitTests/Common/toolboxes/ndflattener_tests.cpp b/UnitTests/Common/toolboxes/ndflattener_tests.cpp
index 50ebbe42348b..7a4d3aa8d086 100644
--- a/UnitTests/Common/toolboxes/ndflattener_tests.cpp
+++ b/UnitTests/Common/toolboxes/ndflattener_tests.cpp
@@ -2,7 +2,7 @@
* \file ndflattener_tests.cpp
* \brief Unit tests for NdFlattener template classes.
* \author M. Aehle
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/UnitTests/Common/vectorization.cpp b/UnitTests/Common/vectorization.cpp
index 46b60fa89969..61ae13e3a5c7 100644
--- a/UnitTests/Common/vectorization.cpp
+++ b/UnitTests/Common/vectorization.cpp
@@ -2,7 +2,7 @@
* \file vectorization.cpp
* \brief Unit tests for the SIMD type and associated expression templates.
* \author P. Gomes
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/UnitTests/SU2_CFD/fluid/CFluidModel_tests.cpp b/UnitTests/SU2_CFD/fluid/CFluidModel_tests.cpp
index c09c0943ecd0..2f86d65cfabe 100644
--- a/UnitTests/SU2_CFD/fluid/CFluidModel_tests.cpp
+++ b/UnitTests/SU2_CFD/fluid/CFluidModel_tests.cpp
@@ -2,7 +2,7 @@
* \file CFluidModel_tests.cpp
* \brief Unit tests for the fluid model classes.
* \author E.Bunschoten
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/UnitTests/SU2_CFD/fluid/CFluidModel_tests_AD.cpp b/UnitTests/SU2_CFD/fluid/CFluidModel_tests_AD.cpp
index dfcc806058a2..e87bbb350299 100644
--- a/UnitTests/SU2_CFD/fluid/CFluidModel_tests_AD.cpp
+++ b/UnitTests/SU2_CFD/fluid/CFluidModel_tests_AD.cpp
@@ -2,7 +2,7 @@
* \file CFluidModel_tests.cpp
* \brief AD unit tests for the fluid model classes.
* \author E.Bunschoten
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/UnitTests/SU2_CFD/gradients.cpp b/UnitTests/SU2_CFD/gradients.cpp
index 7017c5865ed1..2b600008b315 100644
--- a/UnitTests/SU2_CFD/gradients.cpp
+++ b/UnitTests/SU2_CFD/gradients.cpp
@@ -2,7 +2,7 @@
* \file gradients.cpp
* \brief Unit tests for gradient calculation.
* \author P. Gomes, T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/UnitTests/SU2_CFD/numerics/CNumerics_tests.cpp b/UnitTests/SU2_CFD/numerics/CNumerics_tests.cpp
index 8c6fda137717..64325dd2ef05 100644
--- a/UnitTests/SU2_CFD/numerics/CNumerics_tests.cpp
+++ b/UnitTests/SU2_CFD/numerics/CNumerics_tests.cpp
@@ -2,7 +2,7 @@
* \file CNumerics_tests.cpp
* \brief Unit tests for the numerics classes.
* \author C. Pederson
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/UnitTests/SU2_CFD/windowing.cpp b/UnitTests/SU2_CFD/windowing.cpp
index a90818eb7798..4edc4b72003e 100644
--- a/UnitTests/SU2_CFD/windowing.cpp
+++ b/UnitTests/SU2_CFD/windowing.cpp
@@ -2,7 +2,7 @@
* \file windowing.cpp
* \brief Unit tests for windowed time-averaging.
* \author C. Bauer
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/UnitTests/UnitQuadTestCase.hpp b/UnitTests/UnitQuadTestCase.hpp
index d2e7b0222a5b..9ddc6ece32cf 100644
--- a/UnitTests/UnitQuadTestCase.hpp
+++ b/UnitTests/UnitQuadTestCase.hpp
@@ -2,7 +2,7 @@
* \file UnitQuadTestCase.hpp
* \brief Simple unit quad test to be used in unit tests.
* \author T. Albring
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/UnitTests/test_driver.cpp b/UnitTests/test_driver.cpp
index 312193a9f105..74a3ea29e484 100644
--- a/UnitTests/test_driver.cpp
+++ b/UnitTests/test_driver.cpp
@@ -2,7 +2,7 @@
* \file test_driver.cpp
* \brief The main entry point for unit tests (the main()).
* \author C. Pederson
- * \version 8.3.0 "Harrier"
+ * \version 8.4.0 "Harrier"
*
* SU2 Project Website: https://su2code.github.io
*
diff --git a/config_template.cfg b/config_template.cfg
index 970609876827..e519f5971aaf 100644
--- a/config_template.cfg
+++ b/config_template.cfg
@@ -5,7 +5,7 @@
% Author: ___________________________________________________________________ %
% Institution: ______________________________________________________________ %
% Date: __________ %
-% File Version 8.3.0 "Harrier" %
+% File Version 8.4.0 "Harrier" %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/meson.build b/meson.build
index b8ee44144e6c..8ceab579b765 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('SU2', 'c', 'cpp',
- version: '8.3.0 "Harrier"',
+ version: '8.4.0 "Harrier"',
meson_version: '>=1.8.2',
license: 'LGPL2',
default_options: ['buildtype=release',
@@ -359,7 +359,7 @@ endif
message('''-------------------------------------------------------------------------
| ___ _ _ ___ |
- | / __| | | |_ ) Release 8.3.0 "Harrier" |
+ | / __| | | |_ ) Release 8.4.0 "Harrier" |
| \__ \ |_| |/ / |
| |___/\___//___| Meson Configuration Summary |
| |
diff --git a/meson.py b/meson.py
index 44ad4acd3958..46f54ebf22ec 100755
--- a/meson.py
+++ b/meson.py
@@ -3,7 +3,7 @@
## \file meson.py
# \brief An extended meson script for setting up the environment and running meson
# \author T. Albring and F. Poli
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/meson_scripts/init.py b/meson_scripts/init.py
index 31056076372c..334c1950024d 100755
--- a/meson_scripts/init.py
+++ b/meson_scripts/init.py
@@ -4,7 +4,7 @@
# \brief Initializes necessary dependencies for SU2 either using git or it
# fetches zip files.
# \author T. Albring and F. Poli
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/preconfigure.py b/preconfigure.py
index a36d7c8203cf..516fd43f903c 100755
--- a/preconfigure.py
+++ b/preconfigure.py
@@ -3,7 +3,7 @@
## \file preconfigure.py
# \brief An preconfigure script for setting up the build environment
# \author T. Albring and F. Poli
-# \version 8.3.0 "Harrier"
+# \version 8.4.0 "Harrier"
#
# SU2 Project Website: https://su2code.github.io
#
diff --git a/su2omp.syntax.json b/su2omp.syntax.json
index e0eeb8a5f918..6fc0943e1f35 100644
--- a/su2omp.syntax.json
+++ b/su2omp.syntax.json
@@ -4,7 +4,7 @@
"\\file su2omp.syntax.json",
"\\brief Definitions for the OpDiLib syntax checker",
"\\author J. Blühdorn",
- "\\version 8.3.0 \"Harrier\"",
+ "\\version 8.4.0 \"Harrier\"",
"SU2 Project Website: https://su2code.github.io",