Skip to content

Commit 16604d7

Browse files
Update SU2_CFD/include/numerics/turbulent/turb_sources.hpp
Co-authored-by: TobiKattmann <31306376+TobiKattmann@users.noreply.github.com>
1 parent b788562 commit 16604d7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

SU2_CFD/include/numerics/turbulent/turb_sources.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ class CSourceBase_TurbSA : public CNumerics {
185185
const su2double re_v = density * var.dist_i_2 / laminar_viscosity * var.Omega;
186186
const su2double re_theta = re_v / 2.193;
187187
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
189188

190189
const su2double term1 = sqrt(max(re_theta - re_theta_t, 0.0) / (chi_1 * re_theta_t));
191190
const su2double term2 = sqrt(max((nu_t * chi_2) / nu, 0.0));

0 commit comments

Comments
 (0)