Skip to content

Commit d4708b8

Browse files
committed
serial
1 parent 45d940f commit d4708b8

1 file changed

Lines changed: 24 additions & 24 deletions

File tree

TestCases/serial_regression.py

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def main():
198198
poiseuille_profile.cfg_dir = "navierstokes/poiseuille"
199199
poiseuille_profile.cfg_file = "profile_poiseuille.cfg"
200200
poiseuille_profile.test_iter = 10
201-
poiseuille_profile.test_vals = [-12.008999, -7.262056, -0.000000, 2.089953]
201+
poiseuille_profile.test_vals = [-12.009004, -7.262034, -0.000000, 2.089953]
202202
poiseuille_profile.test_vals_aarch64 = [-12.009012, -7.262299, -0.000000, 2.089953] #last 4 columns
203203
test_list.append(poiseuille_profile)
204204

@@ -250,15 +250,15 @@ def main():
250250
turb_wallfunction_flatplate_sst.cfg_dir = "wallfunctions/flatplate/compressible_SST"
251251
turb_wallfunction_flatplate_sst.cfg_file = "turb_SST_flatplate.cfg"
252252
turb_wallfunction_flatplate_sst.test_iter = 10
253-
turb_wallfunction_flatplate_sst.test_vals = [-4.581446, -1.913566, -1.958042, 0.909602, -1.602844, 1.482035, 10.000000, -1.741580, 0.033323, 0.002425]
253+
turb_wallfunction_flatplate_sst.test_vals = [-4.036299, -1.916263, -1.821788, 1.443878, -1.579554, 1.521534, 10.000000, -2.351461, 0.030011, 0.002409]
254254
test_list.append(turb_wallfunction_flatplate_sst)
255255

256256
# FLAT PLATE, WALL FUNCTIONS, COMPRESSIBLE SA
257257
turb_wallfunction_flatplate_sa = TestCase('turb_sa_wallfunction_flatplate')
258258
turb_wallfunction_flatplate_sa.cfg_dir = "wallfunctions/flatplate/compressible_SA"
259259
turb_wallfunction_flatplate_sa.cfg_file = "turb_SA_flatplate.cfg"
260260
turb_wallfunction_flatplate_sa.test_iter = 10
261-
turb_wallfunction_flatplate_sa.test_vals = [-4.456430, -1.959113, -2.105871, 0.883035, -5.248648, 10.000000, -1.537437, 0.034538, 0.002637]
261+
turb_wallfunction_flatplate_sa.test_vals = [-3.585860, -1.859493, -1.508986, 1.892510, -5.259058, 10.000000, -2.551025, -0.296176, 0.002533]
262262
test_list.append(turb_wallfunction_flatplate_sa)
263263

264264
# ONERA M6 Wing
@@ -275,7 +275,7 @@ def main():
275275
turb_naca0012_sa.cfg_dir = "rans/naca0012"
276276
turb_naca0012_sa.cfg_file = "turb_NACA0012_sa.cfg"
277277
turb_naca0012_sa.test_iter = 5
278-
turb_naca0012_sa.test_vals = [-12.037293, -16.384159, 1.080346, 0.018385, 20.000000, -3.455719, 20.000000, -4.641238, 0.000000]
278+
turb_naca0012_sa.test_vals = [-12.037386, -16.384158, 1.080346, 0.018385, 20.000000, -3.455861, 20.000000, -4.641245, 0.000000]
279279
turb_naca0012_sa.test_vals_aarch64 = [-12.037297, -16.384158, 1.080346, 0.018385, 20.000000, -3.455886, 20.000000, -4.641247, 0.000000]
280280
turb_naca0012_sa.timeout = 3200
281281
test_list.append(turb_naca0012_sa)
@@ -285,7 +285,7 @@ def main():
285285
turb_naca0012_sst.cfg_dir = "rans/naca0012"
286286
turb_naca0012_sst.cfg_file = "turb_NACA0012_sst.cfg"
287287
turb_naca0012_sst.test_iter = 10
288-
turb_naca0012_sst.test_vals = [-12.076044, -15.246739, -5.861280, 1.070036, 0.015841, -3.297874, 0.000000]
288+
turb_naca0012_sst.test_vals = [-12.094423, -15.251083, -5.906366, 1.070413, 0.015775, -3.178803, 0.000000]
289289
turb_naca0012_sst.test_vals_aarch64 = [-12.076068, -15.246740, -5.861280, 1.070036, 0.015841, -3.297854, 0.000000]
290290
turb_naca0012_sst.timeout = 3200
291291
test_list.append(turb_naca0012_sst)
@@ -295,7 +295,7 @@ def main():
295295
turb_naca0012_sst_2003m.cfg_dir = "rans/naca0012"
296296
turb_naca0012_sst_2003m.cfg_file = "turb_NACA0012_sst_2003m.cfg"
297297
turb_naca0012_sst_2003m.test_iter = 10
298-
turb_naca0012_sst_2003m.test_vals = [-7.129452, -10.409135, -3.702101, 1.061316, 0.019081, -2.435608, 0.000000]
298+
turb_naca0012_sst_2003m.test_vals = [-7.129622, -10.410728, -3.699440, 1.061671, 0.019047, -2.435494, 0.000000]
299299
turb_naca0012_sst_2003m.timeout = 3200
300300
test_list.append(turb_naca0012_sst_2003m)
301301

@@ -304,7 +304,7 @@ def main():
304304
turb_naca0012_sst_sust_restart.cfg_dir = "rans/naca0012"
305305
turb_naca0012_sst_sust_restart.cfg_file = "turb_NACA0012_sst_sust.cfg"
306306
turb_naca0012_sst_sust_restart.test_iter = 10
307-
turb_naca0012_sst_sust_restart.test_vals = [-12.074114, -14.836725, -5.732398, 1.000050, 0.019144, -3.315832]
307+
turb_naca0012_sst_sust_restart.test_vals = [-12.080463, -14.837169, -5.733461, 1.000893, 0.019109, -2.634206]
308308
turb_naca0012_sst_sust_restart.test_vals_aarch64 = [-12.074189, -14.836725, -5.732398, 1.000050, 0.019144, -3.315560]
309309
turb_naca0012_sst_sust_restart.timeout = 3200
310310
test_list.append(turb_naca0012_sst_sust_restart)
@@ -314,7 +314,7 @@ def main():
314314
turb_naca0012_sst_fixedvalues.cfg_dir = "rans/naca0012"
315315
turb_naca0012_sst_fixedvalues.cfg_file = "turb_NACA0012_sst_fixedvalues.cfg"
316316
turb_naca0012_sst_fixedvalues.test_iter = 10
317-
turb_naca0012_sst_fixedvalues.test_vals = [-5.206627, -10.433897, 0.774232, 1.021995, 0.040553, -3.477594]
317+
turb_naca0012_sst_fixedvalues.test_vals = [-5.206619, -10.433888, 0.774232, 1.021995, 0.040553, -3.477598]
318318
turb_naca0012_sst_fixedvalues.timeout = 3200
319319
test_list.append(turb_naca0012_sst_fixedvalues)
320320

@@ -336,7 +336,7 @@ def main():
336336
axi_rans_air_nozzle_restart.cfg_dir = "axisymmetric_rans/air_nozzle"
337337
axi_rans_air_nozzle_restart.cfg_file = "air_nozzle_restart.cfg"
338338
axi_rans_air_nozzle_restart.test_iter = 10
339-
axi_rans_air_nozzle_restart.test_vals = [-14.141124, -9.127773, -10.848877, -5.776854, 0.000000]
339+
axi_rans_air_nozzle_restart.test_vals = [-12.067967, -7.554256, -8.815999, -3.734660, 0.000000]
340340
axi_rans_air_nozzle_restart.test_vals_aarch64 = [-14.143715, -9.170705, -10.848554, -5.776746, 0.000000]
341341
axi_rans_air_nozzle_restart.tol = 0.0001
342342
test_list.append(axi_rans_air_nozzle_restart)
@@ -678,7 +678,7 @@ def main():
678678
turb_naca0012_1c.cfg_dir = "rans_uq/naca0012"
679679
turb_naca0012_1c.cfg_file = "turb_NACA0012_uq_1c.cfg"
680680
turb_naca0012_1c.test_iter = 10
681-
turb_naca0012_1c.test_vals = [-4.992302, 1.342930, 0.558118, 0.003328]
681+
turb_naca0012_1c.test_vals = [-4.985486, 1.344249, 0.601107, 0.015762]
682682
turb_naca0012_1c.test_vals_aarch64 = [-4.992791, 1.342873, 0.557941, 0.003269]
683683
test_list.append(turb_naca0012_1c)
684684

@@ -687,23 +687,23 @@ def main():
687687
turb_naca0012_2c.cfg_dir = "rans_uq/naca0012"
688688
turb_naca0012_2c.cfg_file = "turb_NACA0012_uq_2c.cfg"
689689
turb_naca0012_2c.test_iter = 10
690-
turb_naca0012_2c.test_vals = [-5.484718, 1.263401, 0.446364, -0.030455]
690+
turb_naca0012_2c.test_vals = [-5.482877, 1.263877, 0.444556, -0.031131]
691691
test_list.append(turb_naca0012_2c)
692692

693693
# NACA0012 3c
694694
turb_naca0012_3c = TestCase('turb_naca0012_3c')
695695
turb_naca0012_3c.cfg_dir = "rans_uq/naca0012"
696696
turb_naca0012_3c.cfg_file = "turb_NACA0012_uq_3c.cfg"
697697
turb_naca0012_3c.test_iter = 10
698-
turb_naca0012_3c.test_vals = [-5.583767, 1.231735, 0.413049, -0.037990]
698+
turb_naca0012_3c.test_vals = [-5.583759, 1.231949, 0.428507, -0.034739]
699699
test_list.append(turb_naca0012_3c)
700700

701701
# NACA0012 p1c1
702702
turb_naca0012_p1c1 = TestCase('turb_naca0012_p1c1')
703703
turb_naca0012_p1c1.cfg_dir = "rans_uq/naca0012"
704704
turb_naca0012_p1c1.cfg_file = "turb_NACA0012_uq_p1c1.cfg"
705705
turb_naca0012_p1c1.test_iter = 10
706-
turb_naca0012_p1c1.test_vals = [-5.119769, 1.283940, 0.486285, -0.021511]
706+
turb_naca0012_p1c1.test_vals = [-5.127653, 1.286134, 0.782715, 0.085312]
707707
turb_naca0012_p1c1.test_vals_aarch64 = [-5.119942, 1.283920, 0.486264, -0.021518]
708708
test_list.append(turb_naca0012_p1c1)
709709

@@ -712,7 +712,7 @@ def main():
712712
turb_naca0012_p1c2.cfg_dir = "rans_uq/naca0012"
713713
turb_naca0012_p1c2.cfg_file = "turb_NACA0012_uq_p1c2.cfg"
714714
turb_naca0012_p1c2.test_iter = 10
715-
turb_naca0012_p1c2.test_vals = [-5.548631, 1.236601, 0.419149, -0.040387]
715+
turb_naca0012_p1c2.test_vals = [-5.553991, 1.237006, 0.523311, -0.006088]
716716
test_list.append(turb_naca0012_p1c2)
717717

718718
######################################
@@ -760,7 +760,7 @@ def main():
760760
spinning_cylinder.cfg_dir = "moving_wall/spinning_cylinder"
761761
spinning_cylinder.cfg_file = "spinning_cylinder.cfg"
762762
spinning_cylinder.test_iter = 25
763-
spinning_cylinder.test_vals = [-7.894516, -2.469078, 1.703821, 1.670411]
763+
spinning_cylinder.test_vals = [-7.894513, -2.469083, 1.703823, 1.670412]
764764
test_list.append(spinning_cylinder)
765765

766766
######################################
@@ -772,7 +772,7 @@ def main():
772772
square_cylinder.cfg_dir = "unsteady/square_cylinder"
773773
square_cylinder.cfg_file = "turb_square.cfg"
774774
square_cylinder.test_iter = 3
775-
square_cylinder.test_vals = [-2.560665, -1.175914, 0.062108, 1.399401, 2.220371, 1.399349, 2.218609, 0.000000]
775+
square_cylinder.test_vals = [-2.560678, -1.175979, 0.062202, 1.399351, 2.219234, 1.399297, 2.217479, 0.000000]
776776
square_cylinder.unsteady = True
777777
test_list.append(square_cylinder)
778778

@@ -808,7 +808,7 @@ def main():
808808
unst_inc_turb_naca0015_sa.cfg_dir = "unsteady/pitching_naca0015_rans_inc"
809809
unst_inc_turb_naca0015_sa.cfg_file = "config_incomp_turb_sa.cfg"
810810
unst_inc_turb_naca0015_sa.test_iter = 1
811-
unst_inc_turb_naca0015_sa.test_vals = [-3.007635, -6.879809, 1.445300, 0.419281]
811+
unst_inc_turb_naca0015_sa.test_vals = [-3.007635, -6.879816, 1.445300, 0.419281]
812812
unst_inc_turb_naca0015_sa.unsteady = True
813813
test_list.append(unst_inc_turb_naca0015_sa)
814814

@@ -830,7 +830,7 @@ def main():
830830
ls89_sa.cfg_dir = "nicf/LS89"
831831
ls89_sa.cfg_file = "turb_SA_PR.cfg"
832832
ls89_sa.test_iter = 20
833-
ls89_sa.test_vals = [-5.050483, -13.371790, 0.174939, 0.430757]
833+
ls89_sa.test_vals = [-5.050483, -13.371795, 0.174939, 0.430757]
834834
test_list.append(ls89_sa)
835835

836836
# Rarefaction shock wave edge_VW
@@ -875,15 +875,15 @@ def main():
875875
axial_stage2D.cfg_dir = "turbomachinery/axial_stage_2D"
876876
axial_stage2D.cfg_file = "Axial_stage2D.cfg"
877877
axial_stage2D.test_iter = 20
878-
axial_stage2D.test_vals = [1.084450, 1.526941, -2.895086, 2.607566, -2.479664, 3.063779, 106380.000000, 106380.000000, 5.733600, 64.749000]
878+
axial_stage2D.test_vals = [1.084452, 1.526941, -2.895084, 2.607568, -2.479664, 3.063779, 106380.000000, 106380.000000, 5.733600, 64.737000]
879879
test_list.append(axial_stage2D)
880880

881881
# 2D transonic stator restart
882882
transonic_stator_restart = TestCase('transonic_stator_restart')
883883
transonic_stator_restart.cfg_dir = "turbomachinery/transonic_stator_2D"
884884
transonic_stator_restart.cfg_file = "transonic_stator_restart.cfg"
885885
transonic_stator_restart.test_iter = 20
886-
transonic_stator_restart.test_vals = [-4.443399, -2.566758, -2.169300, 1.651817, -1.356398, 3.172531, -471620.000000, 94.843000, -0.044668]
886+
transonic_stator_restart.test_vals = [-4.443401, -2.566759, -2.169302, 1.651815, -1.356398, 3.172527, -471620.000000, 94.843000, -0.044669]
887887
transonic_stator_restart.test_vals_aarch64 = [-4.443401, -2.566759, -2.169302, 1.651815, -1.356398, 3.172527, -471620.000000, 94.843000, -0.044669]
888888
test_list.append(transonic_stator_restart)
889889

@@ -913,7 +913,7 @@ def main():
913913
uniform_flow.cfg_dir = "sliding_interface/uniform_flow"
914914
uniform_flow.cfg_file = "uniform_NN.cfg"
915915
uniform_flow.test_iter = 2
916-
uniform_flow.test_vals = [2.000000, 0.000000, -0.230641, -13.249972]
916+
uniform_flow.test_vals = [2.000000, 0.000000, -0.230641, -13.245776]
917917
uniform_flow.test_vals_aarch64 = [2.000000, 0.000000, -0.230641, -13.249000]
918918
uniform_flow.tol = 0.000001
919919
uniform_flow.unsteady = True
@@ -1073,7 +1073,7 @@ def main():
10731073
dyn_fsi.cfg_dir = "fea_fsi/dyn_fsi"
10741074
dyn_fsi.cfg_file = "config.cfg"
10751075
dyn_fsi.test_iter = 4
1076-
dyn_fsi.test_vals = [-4.330728, -4.152995, 0.000000, 85.000000]
1076+
dyn_fsi.test_vals = [-4.330728, -4.152995, 0.000000, 86.000000]
10771077
dyn_fsi.multizone = True
10781078
dyn_fsi.unsteady = True
10791079
test_list.append(dyn_fsi)
@@ -1534,7 +1534,7 @@ def main():
15341534
pywrapper_turb_naca0012_sst.cfg_dir = "rans/naca0012"
15351535
pywrapper_turb_naca0012_sst.cfg_file = "turb_NACA0012_sst.cfg"
15361536
pywrapper_turb_naca0012_sst.test_iter = 10
1537-
pywrapper_turb_naca0012_sst.test_vals = [-12.076044, -15.246739, -5.861280, 1.070036, 0.015841, -3.297874, 0.000000]
1537+
pywrapper_turb_naca0012_sst.test_vals = [-12.094423, -15.251083, -5.906366, 1.070413, 0.015775, -3.178803, 0.000000]
15381538
pywrapper_turb_naca0012_sst.test_vals_aarch64 = [-12.076068, -15.246740, -5.861280, 1.070036, 0.015841, -3.297854, 0.000000]
15391539
pywrapper_turb_naca0012_sst.command = TestCase.Command(exec = "SU2_CFD.py", param = "-f")
15401540
pywrapper_turb_naca0012_sst.timeout = 3200
@@ -1548,7 +1548,7 @@ def main():
15481548
pywrapper_square_cylinder.cfg_dir = "unsteady/square_cylinder"
15491549
pywrapper_square_cylinder.cfg_file = "turb_square.cfg"
15501550
pywrapper_square_cylinder.test_iter = 3
1551-
pywrapper_square_cylinder.test_vals = [-2.560665, -1.175914, 0.062108, 1.399401, 2.220371, 1.399349, 2.218609, 0.000000]
1551+
pywrapper_square_cylinder.test_vals = [-2.560678, -1.175979, 0.062202, 1.399351, 2.219234, 1.399297, 2.217479, 0.000000]
15521552
pywrapper_square_cylinder.command = TestCase.Command(exec = "SU2_CFD.py", param = "-f")
15531553
pywrapper_square_cylinder.timeout = 1600
15541554
pywrapper_square_cylinder.tol = 0.00001

0 commit comments

Comments
 (0)