We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59d1b04 commit 4ee5fcdCopy full SHA for 4ee5fcd
SU2_CFD/include/numerics/turbulent/turb_diffusion.hpp
@@ -287,8 +287,6 @@ class CAvgGrad_TurbSST final : public CAvgGrad_Scalar<FlowIndices> {
287
288
const su2double diff_omega_T3 = -ScalarVar_i[1] * lambda_ij/w_ij;
289
290
- const su2double diff_omega = diff_omega_T1 + diff_omega_T2 + diff_omega_T3;
291
-
292
Flux[0] = diff_kine*Proj_Mean_GradScalarVar[0];
293
Flux[1] = diff_omega_T1*Proj_Mean_GradScalarVar[1] + (diff_omega_T2 + diff_omega_T3)*Proj_Mean_GradScalarVar[0];
294
0 commit comments