@@ -80,15 +80,15 @@ def main():
8080 sp_pinArray_2d_mf_hf .cfg_dir = "../Tutorials/incompressible_flow/Inc_Streamwise_Periodic"
8181 sp_pinArray_2d_mf_hf .cfg_file = "sp_pinArray_2d_mf_hf.cfg"
8282 sp_pinArray_2d_mf_hf .test_iter = 25
83- sp_pinArray_2d_mf_hf .test_vals = [- 4.685979 , 1.388027 , - 0.755447 , 241.878868 ]
83+ sp_pinArray_2d_mf_hf .test_vals = [- 4.685950 , 1.388066 , - 0.755449 , 241.878890 ]
8484 test_list .append (sp_pinArray_2d_mf_hf )
8585
8686 # 2D pin case pressure drop periodic with heatflux BC and temperature periodicity
8787 sp_pinArray_2d_dp_hf_tp = TestCase ('sp_pinArray_2d_dp_hf_tp' )
8888 sp_pinArray_2d_dp_hf_tp .cfg_dir = "../Tutorials/incompressible_flow/Inc_Streamwise_Periodic"
8989 sp_pinArray_2d_dp_hf_tp .cfg_file = "sp_pinArray_2d_dp_hf_tp.cfg"
9090 sp_pinArray_2d_dp_hf_tp .test_iter = 25
91- sp_pinArray_2d_dp_hf_tp .test_vals = [- 4.732739 , 1.326248 , - 0.713419 , 208.023676 ]
91+ sp_pinArray_2d_dp_hf_tp .test_vals = [- 4.732729 , 1.326135 , - 0.713419 , 208.023676 ]
9292 test_list .append (sp_pinArray_2d_dp_hf_tp )
9393
9494 # 90 degree pipe bend with wall functions from the experiments of Sudo et al.
@@ -118,7 +118,7 @@ def main():
118118 sudo_design_adjoint .command = TestCase .Command ("mpirun -n 2" , "SU2_CFD_AD" )
119119 test_list .append (sudo_design_adjoint )
120120
121- # Laminar vortex shedding behind a cylinder (Re=120)
121+ # Laminar vortex shedding behind a cylinder (Re=120)
122122 von_karman_cylinder = TestCase ('von_karman_cylinder' )
123123 von_karman_cylinder .cfg_dir = "../Tutorials/incompressible_flow/Inc_Von_Karman_Cylinder"
124124 von_karman_cylinder .cfg_file = "unsteady_incomp_cylinder.cfg"
@@ -236,7 +236,7 @@ def main():
236236 tutorial_trans_flatplate_T3A .cfg_dir = "../Tutorials/compressible_flow/Transitional_Flat_Plate/Langtry_and_Menter/T3A"
237237 tutorial_trans_flatplate_T3A .cfg_file = "transitional_LM_model_ConfigFile.cfg"
238238 tutorial_trans_flatplate_T3A .test_iter = 20
239- tutorial_trans_flatplate_T3A .test_vals = [- 5.808996 , - 2.070606 , - 3.969766 , - 0.277943 , - 1.953109 , 1.708472 , - 3.514943 , 0.357411 ]
239+ tutorial_trans_flatplate_T3A .test_vals = [- 5.808996 , - 2.070606 , - 3.969765 , - 0.277943 , - 1.953093 , 1.708472 , - 3.514943 , 0.357411 ]
240240 tutorial_trans_flatplate_T3A .test_vals_aarch64 = [- 5.837368 , - 2.092246 , - 3.984172 , - 0.302357 , - 1.928108 , 1.667157 , - 3.496279 , 0.391610 ]
241241 tutorial_trans_flatplate_T3A .no_restart = True
242242 test_list .append (tutorial_trans_flatplate_T3A )
@@ -246,7 +246,7 @@ def main():
246246 tutorial_trans_flatplate_T3Am .cfg_dir = "../Tutorials/compressible_flow/Transitional_Flat_Plate/Langtry_and_Menter/T3A-"
247247 tutorial_trans_flatplate_T3Am .cfg_file = "transitional_LM_model_ConfigFile.cfg"
248248 tutorial_trans_flatplate_T3Am .test_iter = 20
249- tutorial_trans_flatplate_T3Am .test_vals = [- 5.538150 , - 1.681627 , - 2.877064 , - 0.055736 , - 3.695534 , 3.413620 , - 2.385344 , 1.103633 ]
249+ tutorial_trans_flatplate_T3Am .test_vals = [- 5.538098 , - 1.681627 , - 2.877016 , - 0.055689 , - 3.695534 , 3.413620 , - 2.385344 , 1.103633 ]
250250 tutorial_trans_flatplate_T3Am .test_vals_aarch64 = [- 6.063726 , - 1.945088 , - 3.946923 , - 0.549166 , - 3.863794 , 2.664439 , - 2.517601 , 1.112978 ]
251251 tutorial_trans_flatplate_T3Am .no_restart = True
252252 test_list .append (tutorial_trans_flatplate_T3Am )
0 commit comments