You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Common/include/CConfig.hpp
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -756,11 +756,10 @@ class CConfig {
756
756
SST_OPTIONS *SST_Options; /*!< \brief List of modifications/corrections/versions of SST turbulence model.*/
757
757
SA_OPTIONS *SA_Options; /*!< \brief List of modifications/corrections/versions of SA turbulence model.*/
758
758
LM_OPTIONS *LM_Options; /*!< \brief List of modifications/corrections/versions of SA turbulence model.*/
759
-
ROUGHSST_OPTIONS *ROUGHSST_Options; /*!< \brief List of modifications/corrections/versions of rough-wall boundary conditions for SST turbulence model.*/
759
+
ROUGHSST_MODEL Kind_RoughSST_Model; /*!< \brief List of modifications/corrections/versions of rough-wall boundary conditions for SST turbulence model.*/
760
760
unsignedshort nSST_Options; /*!< \brief Number of SST options specified. */
761
761
unsignedshort nSA_Options; /*!< \brief Number of SA options specified. */
762
762
unsignedshort nLM_Options; /*!< \brief Number of SA options specified. */
763
-
unsignedshort nROUGHSST_Options; /*!< \brief Number of rough-wall boundary conditions for SST turbulence model options specified. */
764
763
WALL_FUNCTIONS *Kind_WallFunctions; /*!< \brief The kind of wall function to use for the corresponding markers. */
765
764
unsignedshort **IntInfo_WallFunctions; /*!< \brief Additional integer information for the wall function markers. */
766
765
su2double **DoubleInfo_WallFunctions; /*!< \brief Additional double information for the wall function markers. */
0 commit comments