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 e4ceb0e commit 0d75465Copy full SHA for 0d75465
SU2_CFD/include/numerics/turbulent/turb_sources.hpp
@@ -985,7 +985,7 @@ class CSourcePieceWise_TurbSST final : public CNumerics {
985
if (!sstParsedOptions.modified) Jacobian_i[0][0] -= diverg * Volume*2.0/3.0;
986
Jacobian_i[0][1] = -beta_star * ScalarVar_i[0] * Volume * (1.0 + zetaFMt);
987
Jacobian_i[1][0] = 0.0;
988
- Jacobian_i[1][1] = -2.0 * beta_blended * ScalarVar_i[1] * Volume * (1.0 - 0.09/beta_blended * zetaFMt) - (1-F1_i) * CDkw_i / (Density_i*ScalarVar_i[1]);
+ Jacobian_i[1][1] = -2.0 * beta_blended * ScalarVar_i[1] * Volume * (1.0 - 0.09/beta_blended * zetaFMt);
989
}
990
991
AD::SetPreaccOut(Residual, nVar);
0 commit comments