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. */
@@ -852,6 +856,7 @@ class CConfig {
852
856
array<su2double, N_POLY_COEFFS> CpPolyCoefficientsND{{0.0}}; /*!< \brief Definition of the non-dimensional temperature polynomial coefficients for specific heat Cp. */
853
857
array<su2double, N_POLY_COEFFS> MuPolyCoefficientsND{{0.0}}; /*!< \brief Definition of the non-dimensional temperature polynomial coefficients for viscosity. */
854
858
array<su2double, N_POLY_COEFFS> KtPolyCoefficientsND{{0.0}}; /*!< \brief Definition of the non-dimensional temperature polynomial coefficients for thermal conductivity. */
859
+
su2double TurbIntensityAndViscRatioFreeStream[2]; /*!< \brief Freestream turbulent intensity and viscosity ratio for turbulence and transition models. */
855
860
su2double Energy_FreeStream, /*!< \brief Free-stream total energy of the fluid. */
856
861
ModVel_FreeStream, /*!< \brief Magnitude of the free-stream velocity of the fluid. */
857
862
ModVel_FreeStreamND, /*!< \brief Non-dimensional magnitude of the free-stream velocity of the fluid. */
@@ -860,8 +865,6 @@ class CConfig {
860
865
Tke_FreeStream, /*!< \brief Total turbulent kinetic energy of the fluid. */
861
866
Intermittency_FreeStream, /*!< \brief Freestream intermittency (for sagt transition model) of the fluid. */
862
867
ReThetaT_FreeStream, /*!< \brief Freestream Transition Momentum Thickness Reynolds Number (for LM transition model) of the fluid. */
863
-
TurbulenceIntensity_FreeStream, /*!< \brief Freestream turbulent intensity (for sagt transition model) of the fluid. */
864
-
Turb2LamViscRatio_FreeStream, /*!< \brief Ratio of turbulent to laminar viscosity. */
865
868
NuFactor_FreeStream, /*!< \brief Ratio of turbulent to laminar viscosity. */
866
869
NuFactor_Engine, /*!< \brief Ratio of turbulent to laminar viscosity at the engine. */
867
870
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.
1518
1530
* \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