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
su2double *Roughness_Height; /*!< \brief Equivalent sand grain roughness for the marker according to config file. */
311
313
su2double *Displ_Value; /*!< \brief Specified displacement for displacement boundaries. */
312
314
su2double *Load_Value; /*!< \brief Specified force for load boundaries. */
313
315
su2double *Damper_Constant; /*!< \brief Specified constant for damper boundaries. */
@@ -555,6 +557,8 @@ class CConfig {
555
557
*Kind_Inc_Outlet,
556
558
*Kind_Data_Riemann,
557
559
*Kind_Data_Giles; /*!< \brief Kind of inlet boundary treatment. */
560
+
unsignedshort *Kind_Wall; /*!< \brief Type of wall treatment. */
561
+
unsignedshort nWall_Types; /*!< \brief Number of wall treatment types listed. */
558
562
unsignedshort nInc_Inlet; /*!< \brief Number of inlet boundary treatment types listed. */
559
563
unsignedshort nInc_Outlet; /*!< \brief Number of inlet boundary treatment types listed. */
560
564
su2double Inc_Inlet_Damping; /*!< \brief Damping factor applied to the iterative updates to the velocity at a pressure inlet in incompressible flow. */
@@ -918,7 +922,8 @@ class CConfig {
918
922
nMarkerPitching_Ampl, /*!< \brief Number of values provided for pitching amplitude of marker. */
919
923
nMarkerPitching_Phase, /*!< \brief Number of values provided for pitching phase offset of marker. */
920
924
nMarkerPlunging_Omega, /*!< \brief Number of values provided for angular frequency of marker. */
921
-
nMarkerPlunging_Ampl; /*!< \brief Number of values provided for plunging amplitude of marker. */
925
+
nMarkerPlunging_Ampl, /*!< \brief Number of values provided for plunging amplitude of marker. */
926
+
nRough_Wall; /*!< \brief Number of rough walls. */
922
927
su2double *Omega_HB; /*!< \brief Frequency for Harmonic Balance Operator (in rad/s). */
923
928
unsignedshort
924
929
nOmega_HB, /*!< \brief Number of frequencies in Harmonic Balance Operator. */
@@ -1077,7 +1082,8 @@ class CConfig {
1077
1082
default_body_force[3], /*!< \brief Default body force vector for the COption class. */
1078
1083
default_nacelle_location[5], /*!< \brief Location of the nacelle. */
1079
1084
default_hs_axes[3], /*!< \brief Default principal axes (x, y, z) of the ellipsoid containing the heat source. */
1080
-
default_hs_center[3]; /*!< \brief Default position of the center of the heat source. */
1085
+
default_hs_center[3], /*!< \brief Default position of the center of the heat source. */
1086
+
default_roughness[1];
1081
1087
1082
1088
unsignedshort Riemann_Solver_FEM; /*!< \brief Riemann solver chosen for the DG method. */
1083
1089
su2double Quadrature_Factor_Straight; /*!< \brief Factor applied during quadrature of elements with a constant Jacobian. */
0 commit comments