Skip to content

Commit e7b6a1f

Browse files
Simplify comment and enable restart test for LM model
1 parent cc1a3a0 commit e7b6a1f

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

SU2_CFD/src/solvers/CTransLMSolver.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -549,8 +549,7 @@ void CTransLMSolver::LoadRestart(CGeometry** geometry, CSolver*** solver, CConfi
549549

550550
/*--- Note: Intermittency_Sep and Intermittency_Eff are derived variables computed in Postprocessing,
551551
* not solution variables stored in the restart file. They will be recomputed after this function
552-
* completes. Previously, this code incorrectly tried to read them from indices [index+2] and [index+3],
553-
* which caused a buffer overflow since only nVar=2 solution variables are stored per point. ---*/
552+
* completes. ---*/
554553

555554
/*--- Increment the overall counter for how many points have been loaded. ---*/
556555
counter++;

TestCases/tutorials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def main():
239239
tutorial_trans_flatplate_T3A.test_iter = 20
240240
tutorial_trans_flatplate_T3A.test_vals = [-5.808996, -2.070606, -3.969765, -0.277943, -1.953093, 1.708472, -3.514943, 0.357411]
241241
tutorial_trans_flatplate_T3A.test_vals_aarch64 = [-5.808996, -2.070606, -3.969765, -0.277943, -1.953289, 1.708472, -3.514943, 0.357411]
242-
tutorial_trans_flatplate_T3A.no_restart = True
242+
# Restart test enabled to verify LM transition model restart functionality (issue #2606)
243243
test_list.append(tutorial_trans_flatplate_T3A)
244244

245245
# Transitional FlatPlate T3Am

0 commit comments

Comments
 (0)