Skip to content

Commit a2a1855

Browse files
committed
Fixed missing preaccumulation of velocity component in axisymmetric residual of SST model.
1 parent 4c3311f commit a2a1855

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

SU2_CFD/include/numerics/turbulent/turb_sources.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,7 @@ class CSourcePieceWise_TurbSST final : public CNumerics {
599599
if (Coord_i[1] < EPS) return;
600600

601601
AD::SetPreaccIn(Coord_i[1]);
602+
AD::SetPreaccIn(V_i[2]);
602603

603604
const su2double yinv = 1.0 / Coord_i[1];
604605
const su2double rhov = Density_i * V_i[2];

0 commit comments

Comments
 (0)