We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b788562 commit 16604d7Copy full SHA for 16604d7
1 file changed
SU2_CFD/include/numerics/turbulent/turb_sources.hpp
@@ -185,7 +185,6 @@ class CSourceBase_TurbSA : public CNumerics {
185
const su2double re_v = density * var.dist_i_2 / laminar_viscosity * var.Omega;
186
const su2double re_theta = re_v / 2.193;
187
const su2double re_theta_t = 803.73 * pow(tu + 0.6067, -1.027); // MENTER correlation
188
- // re_theta_t = 163.0 + exp(6.91-tu); //ABU-GHANNAM & SHAW correlation
189
190
const su2double term1 = sqrt(max(re_theta - re_theta_t, 0.0) / (chi_1 * re_theta_t));
191
const su2double term2 = sqrt(max((nu_t * chi_2) / nu, 0.0));
0 commit comments