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
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -756,9 +756,11 @@ 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
760
unsignedshort nSST_Options; /*!< \brief Number of SST options specified. */
760
761
unsignedshort nSA_Options; /*!< \brief Number of SA options specified. */
761
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. */
762
764
WALL_FUNCTIONS *Kind_WallFunctions; /*!< \brief The kind of wall function to use for the corresponding markers. */
763
765
unsignedshort **IntInfo_WallFunctions; /*!< \brief Additional integer information for the wall function markers. */
764
766
su2double **DoubleInfo_WallFunctions; /*!< \brief Additional double information for the wall function markers. */
@@ -1218,6 +1220,7 @@ class CConfig {
1218
1220
SST_ParsedOptions sstParsedOptions; /*!< \brief Additional parameters for the SST turbulence model. */
1219
1221
SA_ParsedOptions saParsedOptions; /*!< \brief Additional parameters for the SA turbulence model. */
1220
1222
LM_ParsedOptions lmParsedOptions; /*!< \brief Additional parameters for the LM transition model. */
1223
+
ROUGH_SST_ParsedOptions roughsstParsedOptions; /*!< \brief Additional parameters for the boundary conditions for rough walls for the SST turbulence model. */
1221
1224
su2double uq_delta_b; /*!< \brief Parameter used to perturb eigenvalues of Reynolds Stress Matrix */
1222
1225
unsignedshort eig_val_comp; /*!< \brief Parameter used to determine type of eigenvalue perturbation */
0 commit comments