We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 854cde6 commit fe4df82Copy full SHA for fe4df82
1 file changed
SU2_CFD/src/numerics/NEMO/NEMO_sources.cpp
@@ -344,7 +344,6 @@ CNumerics::ResidualType<> CSource_NEMO::ComputeAxisymmetric(const CConfig *confi
344
residual[nSpecies+3] = yinv*rhov*U_i[nSpecies+nDim+1]/rho*Volume;
345
346
if (viscous) {
347
-
348
if (!rans){ turb_ke_i = 0.0; }
349
350
su2double sumJhs_y = 0.0;
0 commit comments