@@ -96,7 +96,7 @@ def main():
9696 sudo_tutorial .cfg_dir = "../Tutorials/incompressible_flow/Inc_Turbulent_Bend_Wallfunctions"
9797 sudo_tutorial .cfg_file = "sudo.cfg"
9898 sudo_tutorial .test_iter = 10
99- sudo_tutorial .test_vals = [- 8.210119 , - 6.646677 , - 6.784147 , - 5.514093 , - 7.004763 , - 3.733794 , 15.000000 , - 2.183859 ]
99+ sudo_tutorial .test_vals = [- 14.286992 , - 12.868418 , - 13.150195 , - 11.400439 , - 13.027783 , - 9.510980 , 15.000000 , - 2.288151 ]
100100 sudo_tutorial .command = TestCase .Command ("mpirun -n 2" , "SU2_CFD" )
101101 test_list .append (sudo_tutorial )
102102
@@ -105,7 +105,7 @@ def main():
105105 sudo_design_primal .cfg_dir = "../Tutorials/design/Inc_Turbulent_Bend_Wallfunctions"
106106 sudo_design_primal .cfg_file = "sudo_primal.cfg"
107107 sudo_design_primal .test_iter = 10
108- sudo_design_primal .test_vals = [- 7.201063 , - 5.962407 , - 6.100521 , - 5.145615 , - 5.943001 , - 2.763220 , 84.102000 ]
108+ sudo_design_primal .test_vals = [- 12.064068 , - 11.348930 , - 11.059284 , - 10.029629 , - 11.437307 , - 8.258444 , 64.545000 ]
109109 sudo_design_primal .command = TestCase .Command ("mpirun -n 2" , "SU2_CFD" )
110110 test_list .append (sudo_design_primal )
111111
@@ -114,7 +114,7 @@ def main():
114114 sudo_design_adjoint .cfg_dir = "../Tutorials/design/Inc_Turbulent_Bend_Wallfunctions"
115115 sudo_design_adjoint .cfg_file = "sudo_adjoint.cfg"
116116 sudo_design_adjoint .test_iter = 10
117- sudo_design_adjoint .test_vals = [- 4.124471 , - 3.697225 , - 2.572913 , - 3.443123 , - 3.853499 , - 7.063656 ]
117+ sudo_design_adjoint .test_vals = [- 4.118073 , - 3.680088 , - 2.567859 , - 3.440055 , - 3.710829 , - 7.211066 ]
118118 sudo_design_adjoint .command = TestCase .Command ("mpirun -n 2" , "SU2_CFD_AD" )
119119 test_list .append (sudo_design_adjoint )
120120
0 commit comments