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 **Inlet_MassFrac; /*!< \brief Specified Mass fraction vectors for supersonic inlet boundaries (NEMO solver). */
285
288
su2double **Inlet_SpeciesVal; /*!< \brief Specified species vector for inlet boundaries. */
289
+
su2double **Inlet_TurbVal; /*!< \brief Specified turbulent intensity and viscosity ratio for inlet boundaries. */
286
290
su2double *EngineInflow_Target; /*!< \brief Specified fan face targets for nacelle boundaries. */
287
291
su2double *Inflow_Mach; /*!< \brief Specified fan face mach for nacelle boundaries. */
288
292
su2double *Inflow_Pressure; /*!< \brief Specified fan face pressure for nacelle boundaries. */
@@ -848,6 +852,7 @@ class CConfig {
848
852
array<su2double, N_POLY_COEFFS> CpPolyCoefficientsND{{0.0}}; /*!< \brief Definition of the non-dimensional temperature polynomial coefficients for specific heat Cp. */
849
853
array<su2double, N_POLY_COEFFS> MuPolyCoefficientsND{{0.0}}; /*!< \brief Definition of the non-dimensional temperature polynomial coefficients for viscosity. */
850
854
array<su2double, N_POLY_COEFFS> KtPolyCoefficientsND{{0.0}}; /*!< \brief Definition of the non-dimensional temperature polynomial coefficients for thermal conductivity. */
855
+
su2double TurbIntensityAndViscRatioFreeStream[2]; /*!< \brief Freestream turbulent intensity and viscosity ratio for turbulence and transition models. */
851
856
su2double Energy_FreeStream, /*!< \brief Free-stream total energy of the fluid. */
852
857
ModVel_FreeStream, /*!< \brief Magnitude of the free-stream velocity of the fluid. */
853
858
ModVel_FreeStreamND, /*!< \brief Non-dimensional magnitude of the free-stream velocity of the fluid. */
@@ -856,8 +861,6 @@ class CConfig {
856
861
Tke_FreeStream, /*!< \brief Total turbulent kinetic energy of the fluid. */
857
862
Intermittency_FreeStream, /*!< \brief Freestream intermittency (for sagt transition model) of the fluid. */
858
863
ReThetaT_FreeStream, /*!< \brief Freestream Transition Momentum Thickness Reynolds Number (for LM transition model) of the fluid. */
859
-
TurbulenceIntensity_FreeStream, /*!< \brief Freestream turbulent intensity (for sagt transition model) of the fluid. */
860
-
Turb2LamViscRatio_FreeStream, /*!< \brief Ratio of turbulent to laminar viscosity. */
861
864
NuFactor_FreeStream, /*!< \brief Ratio of turbulent to laminar viscosity. */
862
865
NuFactor_Engine, /*!< \brief Ratio of turbulent to laminar viscosity at the engine. */
863
866
SecondaryFlow_ActDisk, /*!< \brief Ratio of turbulent to laminar viscosity at the actuator disk. */
/*!\brief MARKER_RIEMANN \n DESCRIPTION: Riemann boundary marker(s) with the following formats, a unit vector.
1514
1526
* \n OPTIONS: See \link Riemann_Map \endlink. The variables indicated by the option and the flow direction unit vector must be specified. \ingroup Config*/
0 commit comments