Skip to content
代码片段 群组 项目
提交 b0d0a195 编辑于 作者: rois1995's avatar rois1995
浏览文件

- Added term to the jacobian of SST

上级 d1d5bdfd
无相关合并请求
......@@ -866,6 +866,7 @@ class CSourcePieceWise_TurbSST final : public CNumerics {
/*--- Implicit part ---*/
Jacobian_i[0][0] = -beta_star * ScalarVar_i[1] * Volume;
if (sstParsedOptions.fullProd) Jacobian_i[0][0] -= diverg * Volume*2.0/3.0;
Jacobian_i[0][1] = -beta_star * ScalarVar_i[0] * Volume;
Jacobian_i[1][0] = 0.0;
Jacobian_i[1][1] = -2.0 * beta_blended * ScalarVar_i[1] * Volume;
......
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册