We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc28fb4 commit 30a43bbCopy full SHA for 30a43bb
1 file changed
SU2_CFD/include/numerics/CNumerics.hpp
@@ -82,7 +82,7 @@ class CNumerics {
82
turb_ke_i, /*!< \brief Turbulent kinetic energy at point i. */
83
turb_ke_j; /*!< \brief Turbulent kinetic energy at point j. */
84
su2double
85
- intermittency_sep_i; /*!< \brief separation intermittency at point i. */
+ intermittency_eff_i; /*!< \brief effective intermittency at point i. */
86
87
Pressure_i, /*!< \brief Pressure at point i. */
88
Pressure_j; /*!< \brief Pressure at point j. */
0 commit comments