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
Inc_Density_Ref, /*!< \brief Reference density for custom incompressible non-dim. */
@@ -833,11 +831,13 @@ class CConfig {
833
831
nMu_S, /*!< \brief Number of species reference S for Sutherland model. */
834
832
nThermal_Conductivity_Constant,/*!< \brief Number of species constant thermal conductivity. */
835
833
nPrandtl_Lam, /*!< \brief Number of species laminar Prandtl number. */
836
-
nPrandtl_Turb; /*!< \brief Number of species turbulent Prandtl number. */
834
+
nPrandtl_Turb, /*!< \brief Number of species turbulent Prandtl number. */
835
+
nConstant_Lewis_Number; /*!< \brief Number of species Lewis Number. */
837
836
su2double Diffusivity_Constant; /*!< \brief Constant mass diffusivity for scalar transport. */
838
837
su2double Diffusivity_ConstantND; /*!< \brief Non-dim. constant mass diffusivity for scalar transport. */
839
838
su2double Schmidt_Number_Laminar; /*!< \brief Laminar Schmidt number for mass diffusion. */
840
839
su2double Schmidt_Number_Turbulent; /*!< \brief Turbulent Schmidt number for mass diffusion. */
840
+
su2double *Constant_Lewis_Number; /*!< \brief Different Lewis number for mass diffusion. */
841
841
array<su2double, N_POLY_COEFFS> CpPolyCoefficientsND{{0.0}}; /*!< \brief Definition of the non-dimensional temperature polynomial coefficients for specific heat Cp. */
842
842
array<su2double, N_POLY_COEFFS> MuPolyCoefficientsND{{0.0}}; /*!< \brief Definition of the non-dimensional temperature polynomial coefficients for viscosity. */
843
843
array<su2double, N_POLY_COEFFS> KtPolyCoefficientsND{{0.0}}; /*!< \brief Definition of the non-dimensional temperature polynomial coefficients for thermal conductivity. */
@@ -1622,25 +1622,13 @@ class CConfig {
1622
1622
* \brief Get the value of specific heat at constant pressure.
0 commit comments