Skip to content

Commit c723a13

Browse files
author
rois1995
committed
- Set debug quantities
1 parent e5a916c commit c723a13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SU2_CFD/src/solvers/CTurbSSTSolver.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1317,6 +1317,7 @@ void CTurbSSTSolver::SetDES_LengthScale(CSolver **solver, CGeometry *geometry, C
13171317

13181318
const su2double l_LES = C_DES * delta;
13191319
DES_lengthScale = l_RANS - f_d * max(0.0, l_RANS - l_LES);
1320+
nodes->SetDebug_Quantities(config, iPoint, f_d, l_RANS, l_LES, r_d);
13201321
}
13211322
}
13221323

0 commit comments

Comments
 (0)