Skip to content

Commit 9afd97f

Browse files
committed
Update regression test vals
1 parent 9ffa8ec commit 9afd97f

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

TestCases/hybrid_regression.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def main():
197197
turb_naca0012_sa.cfg_dir = "rans/naca0012"
198198
turb_naca0012_sa.cfg_file = "turb_NACA0012_sa.cfg"
199199
turb_naca0012_sa.test_iter = 5
200-
turb_naca0012_sa.test_vals = [-12.050656, -16.149098, 1.058588, 0.022984, 20.000000, -2.832357, 0.000000, -14.067279, 0.000000]
200+
turb_naca0012_sa.test_vals = [-12.038087, -16.332090, 1.080346, 0.018385, 20.000000, -2.873540, 0.000000, -14.250271, 0.000000]
201201
turb_naca0012_sa.test_vals_aarch64 = [-12.050557, -16.149098, 1.058588, 0.022984, 20.000000, -2.832714, 0.000000, -14.067279, 0.000000]
202202
test_list.append(turb_naca0012_sa)
203203

@@ -206,15 +206,15 @@ def main():
206206
turb_naca0012_sst.cfg_dir = "rans/naca0012"
207207
turb_naca0012_sst.cfg_file = "turb_NACA0012_sst.cfg"
208208
turb_naca0012_sst.test_iter = 10
209-
turb_naca0012_sst.test_vals = [-12.079119, -15.284130, -5.859467, 1.048053, 0.019238, -2.814455, 0.000000]
209+
turb_naca0012_sst.test_vals = [-12.075727, -15.246732, -5.861249, 1.070036, 0.015841, -2.835749, 0.000000]
210210
test_list.append(turb_naca0012_sst)
211211

212212
# NACA0012 (SST_SUST, FUN3D finest grid results: CL=1.0840, CD=0.01253)
213213
turb_naca0012_sst_sust = TestCase('turb_naca0012_sst_sust')
214214
turb_naca0012_sst_sust.cfg_dir = "rans/naca0012"
215215
turb_naca0012_sst_sust.cfg_file = "turb_NACA0012_sst_sust.cfg"
216216
turb_naca0012_sst_sust.test_iter = 10
217-
turb_naca0012_sst_sust.test_vals = [-12.074686, -14.836720, -5.743324, 1.000050, 0.019144, -2.650625]
217+
turb_naca0012_sst_sust.test_vals = [-12.073281, -14.836724, -5.732627, 1.000050, 0.019144, -2.629409]
218218
test_list.append(turb_naca0012_sst_sust)
219219

220220
# NACA0012 (SST, fixed values for turbulence quantities)
@@ -263,7 +263,7 @@ def main():
263263
turb_naca0012_sst_restart_mg.cfg_file = "turb_NACA0012_sst_multigrid_restart.cfg"
264264
turb_naca0012_sst_restart_mg.test_iter = 20
265265
turb_naca0012_sst_restart_mg.ntest_vals = 5
266-
turb_naca0012_sst_restart_mg.test_vals = [-7.630391, -7.172928, -0.627013, -0.000022, 0.078742]
266+
turb_naca0012_sst_restart_mg.test_vals = [-6.586046, -5.057159, 0.830274, -0.008747, 0.078023]
267267
test_list.append(turb_naca0012_sst_restart_mg)
268268

269269
#############################

TestCases/hybrid_regression_AD.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def main():
7878
discadj_rans_naca0012_sa.cfg_dir = "disc_adj_rans/naca0012"
7979
discadj_rans_naca0012_sa.cfg_file = "turb_NACA0012_sa.cfg"
8080
discadj_rans_naca0012_sa.test_iter = 10
81-
discadj_rans_naca0012_sa.test_vals = [-2.997050, -0.199287, 0.000003, -0.000000, 5.000000, -2.919668, 5.000000, -7.320138]
81+
discadj_rans_naca0012_sa.test_vals = [-2.995608, -0.172370, 0.000003, -0.000000, 5.000000, -2.919154, 5.000000, -7.375643]
8282
test_list.append(discadj_rans_naca0012_sa)
8383

8484
# Adjoint turbulent NACA0012 SST

TestCases/parallel_regression.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ def main():
441441
turb_naca0012_sa.cfg_dir = "rans/naca0012"
442442
turb_naca0012_sa.cfg_file = "turb_NACA0012_sa.cfg"
443443
turb_naca0012_sa.test_iter = 5
444-
turb_naca0012_sa.test_vals = [-12.050136, -16.185205, 1.058588, 0.022984, 20.000000, -1.562815, 20.000000, -3.900112, 0.000000]
444+
turb_naca0012_sa.test_vals = [-12.037551, -16.376950, 1.080346, 0.018385, 20.000000, -1.564074, 20.000000, -4.180907, 0.000000]
445445
turb_naca0012_sa.timeout = 3200
446446
test_list.append(turb_naca0012_sa)
447447

@@ -450,7 +450,7 @@ def main():
450450
turb_naca0012_sst.cfg_dir = "rans/naca0012"
451451
turb_naca0012_sst.cfg_file = "turb_NACA0012_sst.cfg"
452452
turb_naca0012_sst.test_iter = 10
453-
turb_naca0012_sst.test_vals = [-12.078085, -15.284102, -5.859484, 1.048053, 0.019238, -2.015819, 0.000000]
453+
turb_naca0012_sst.test_vals = [-12.075638, -15.246688, -5.861276, 1.070036, 0.015841, -1.990964, 0.000000]
454454
turb_naca0012_sst.test_vals_aarch64 = [-12.232530, -14.435294, -6.037147, 1.047444, 0.019214, -1.704457, 0.000000]
455455
turb_naca0012_sst.timeout = 3200
456456
test_list.append(turb_naca0012_sst)
@@ -460,7 +460,7 @@ def main():
460460
turb_naca0012_sst_sust.cfg_dir = "rans/naca0012"
461461
turb_naca0012_sst_sust.cfg_file = "turb_NACA0012_sst_sust.cfg"
462462
turb_naca0012_sst_sust.test_iter = 10
463-
turb_naca0012_sst_sust.test_vals = [-12.075026, -14.836721, -5.743103, 1.000050, 0.019144, -2.229437]
463+
turb_naca0012_sst_sust.test_vals = [-12.073929, -14.836726, -5.732390, 1.000050, 0.019144, -2.229109]
464464
turb_naca0012_sst_sust.test_vals_aarch64 = [-12.146171, -14.781592, -6.358755, 1.000270, 0.019123, -1.593320]
465465
turb_naca0012_sst_sust.timeout = 3200
466466
test_list.append(turb_naca0012_sst_sust)
@@ -470,7 +470,7 @@ def main():
470470
turb_naca0012_sst_2003_Vm.cfg_dir = "rans/naca0012"
471471
turb_naca0012_sst_2003_Vm.cfg_file = "turb_NACA0012_sst_2003-Vm.cfg"
472472
turb_naca0012_sst_2003_Vm.test_iter = 10
473-
turb_naca0012_sst_2003_Vm.test_vals = [-8.234051, -10.286378, -3.605338, 1.045785, 0.019357, -1.567481]
473+
turb_naca0012_sst_2003_Vm.test_vals = [-7.133868, -10.166672, -3.670930, 1.060204, 0.019182, -2.280856]
474474
turb_naca0012_sst_2003_Vm.timeout = 3200
475475
test_list.append(turb_naca0012_sst_2003_Vm)
476476

@@ -479,7 +479,7 @@ def main():
479479
turb_naca0012_sst_1994_KLm.cfg_dir = "rans/naca0012"
480480
turb_naca0012_sst_1994_KLm.cfg_file = "turb_NACA0012_sst_1994-KLm.cfg"
481481
turb_naca0012_sst_1994_KLm.test_iter = 10
482-
turb_naca0012_sst_1994_KLm.test_vals = [-8.528055, -10.767185, -4.023786, 1.047306, 0.019277, -1.826633]
482+
turb_naca0012_sst_1994_KLm.test_vals = [-7.142412, -10.389538, -3.703525, 1.061809, 0.019110, -2.424707]
483483
turb_naca0012_sst_1994_KLm.timeout = 3200
484484
test_list.append(turb_naca0012_sst_1994_KLm)
485485

@@ -543,7 +543,7 @@ def main():
543543
turb_naca0012_sst_restart_mg.cfg_file = "turb_NACA0012_sst_multigrid_restart.cfg"
544544
turb_naca0012_sst_restart_mg.test_iter = 20
545545
turb_naca0012_sst_restart_mg.ntest_vals = 5
546-
turb_naca0012_sst_restart_mg.test_vals = [-7.598006, -7.172900, -0.627010, -0.000017, 0.078733]
546+
turb_naca0012_sst_restart_mg.test_vals = [-6.574959, -5.057159, 0.830274, -0.009283, 0.078035]
547547
turb_naca0012_sst_restart_mg.timeout = 3200
548548
turb_naca0012_sst_restart_mg.tol = 0.000001
549549
test_list.append(turb_naca0012_sst_restart_mg)
@@ -1386,7 +1386,7 @@ def main():
13861386
pywrapper_turb_naca0012_sst.cfg_dir = "rans/naca0012"
13871387
pywrapper_turb_naca0012_sst.cfg_file = "turb_NACA0012_sst.cfg"
13881388
pywrapper_turb_naca0012_sst.test_iter = 10
1389-
pywrapper_turb_naca0012_sst.test_vals = [-12.078085, -15.284102, -5.859484, 1.048053, 0.019238, -2.015819, 0.000000]
1389+
pywrapper_turb_naca0012_sst.test_vals = [-12.075638, -15.246688, -5.861276, 1.070036, 0.015841, -1.990964, 0.000000]
13901390
pywrapper_turb_naca0012_sst.test_vals_aarch64 = [-12.232530, -14.435294, -6.037147, 1.047444, 0.019214, -1.704457, 0.000000]
13911391
pywrapper_turb_naca0012_sst.command = TestCase.Command("mpirun -np 2", "SU2_CFD.py", "--parallel -f")
13921392
pywrapper_turb_naca0012_sst.timeout = 3200

TestCases/parallel_regression_AD.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def main():
8383
discadj_rans_naca0012_sa.cfg_dir = "disc_adj_rans/naca0012"
8484
discadj_rans_naca0012_sa.cfg_file = "turb_NACA0012_sa.cfg"
8585
discadj_rans_naca0012_sa.test_iter = 10
86-
discadj_rans_naca0012_sa.test_vals = [-2.996948, -0.199135, 0.000004, -0.000000, 5.000000, -3.430662, 5.000000, -7.402623]
86+
discadj_rans_naca0012_sa.test_vals = [-2.995504, -0.172217, 0.000004, -0.000000, 5.000000, -3.430347, 5.000000, -7.359755]
8787
test_list.append(discadj_rans_naca0012_sa)
8888

8989
# Adjoint turbulent NACA0012 SST

TestCases/serial_regression.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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.049506, -16.193702, 1.058588, 0.022984, 20.000000, -3.437238, 20.000000, -4.705226, 0.000000]
278+
turb_naca0012_sa.test_vals = [-12.037293, -16.384159, 1.080346, 0.018385, 20.000000, -3.455719, 20.000000, -4.641238, 0.000000]
279279
turb_naca0012_sa.timeout = 3200
280280
test_list.append(turb_naca0012_sa)
281281

@@ -284,7 +284,7 @@ def main():
284284
turb_naca0012_sst.cfg_dir = "rans/naca0012"
285285
turb_naca0012_sst.cfg_file = "turb_NACA0012_sst.cfg"
286286
turb_naca0012_sst.test_iter = 10
287-
turb_naca0012_sst.test_vals = [-12.078398, -15.284133, -5.859499, 1.048053, 0.019238, -3.273923, 0.000000]
287+
turb_naca0012_sst.test_vals = [-12.076044, -15.246739, -5.861280, 1.070036, 0.015841, -3.297874, 0.000000]
288288
turb_naca0012_sst.test_vals_aarch64 = [-12.229890, -14.434837, -6.410709, 1.047444, 0.019214, -2.107944, 0.000000]
289289
turb_naca0012_sst.timeout = 3200
290290
test_list.append(turb_naca0012_sst)
@@ -294,7 +294,7 @@ def main():
294294
turb_naca0012_sst_2003m.cfg_dir = "rans/naca0012"
295295
turb_naca0012_sst_2003m.cfg_file = "turb_NACA0012_sst_2003m.cfg"
296296
turb_naca0012_sst_2003m.test_iter = 10
297-
turb_naca0012_sst_2003m.test_vals = [-8.586657, -10.688815, -4.010040, 1.046975, 0.019253, -1.717182, 0.000000]
297+
turb_naca0012_sst_2003m.test_vals = [-7.129452, -10.409135, -3.702101, 1.061316, 0.019081, -2.435608, 0.000000]
298298
turb_naca0012_sst_2003m.timeout = 3200
299299
test_list.append(turb_naca0012_sst_2003m)
300300

@@ -303,7 +303,7 @@ def main():
303303
turb_naca0012_sst_sust_restart.cfg_dir = "rans/naca0012"
304304
turb_naca0012_sst_sust_restart.cfg_file = "turb_NACA0012_sst_sust.cfg"
305305
turb_naca0012_sst_sust_restart.test_iter = 10
306-
turb_naca0012_sst_sust_restart.test_vals = [-12.075413, -14.836721, -5.743110, 1.000050, 0.019144, -3.328690]
306+
turb_naca0012_sst_sust_restart.test_vals = [-12.074114, -14.836725, -5.732398, 1.000050, 0.019144, -3.315832]
307307
turb_naca0012_sst_sust_restart.test_vals_aarch64 = [-12.157374, -14.782027, -6.726462, 1.000270, 0.019123, -1.780624]
308308
turb_naca0012_sst_sust_restart.timeout = 3200
309309
test_list.append(turb_naca0012_sst_sust_restart)
@@ -350,7 +350,7 @@ def main():
350350
turb_naca0012_sst_restart_mg.cfg_file = "turb_NACA0012_sst_multigrid_restart.cfg"
351351
turb_naca0012_sst_restart_mg.test_iter = 50
352352
turb_naca0012_sst_restart_mg.ntest_vals = 5
353-
turb_naca0012_sst_restart_mg.test_vals = [-7.636677, -7.249261, -1.658770, -0.000037, 0.078656]
353+
turb_naca0012_sst_restart_mg.test_vals = [-6.576830, -5.081440, 0.810957, -0.008626, 0.077900]
354354
turb_naca0012_sst_restart_mg.timeout = 3200
355355
turb_naca0012_sst_restart_mg.tol = 0.000001
356356
test_list.append(turb_naca0012_sst_restart_mg)
@@ -1529,7 +1529,7 @@ def main():
15291529
pywrapper_turb_naca0012_sst.cfg_dir = "rans/naca0012"
15301530
pywrapper_turb_naca0012_sst.cfg_file = "turb_NACA0012_sst.cfg"
15311531
pywrapper_turb_naca0012_sst.test_iter = 10
1532-
pywrapper_turb_naca0012_sst.test_vals = [-12.078398, -15.284133, -5.859499, 1.048053, 0.019238, -3.273923, 0.000000]
1532+
pywrapper_turb_naca0012_sst.test_vals = [-12.076044, -15.246739, -5.861280, 1.070036, 0.015841, -3.297874, 0.000000]
15331533
pywrapper_turb_naca0012_sst.test_vals_aarch64 = [-12.229889, -14.434883, -6.037177, 1.047444, 0.019214, -2.108366, 0.000000]
15341534
pywrapper_turb_naca0012_sst.command = TestCase.Command(exec = "SU2_CFD.py", param = "-f")
15351535
pywrapper_turb_naca0012_sst.timeout = 3200

TestCases/serial_regression_AD.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def main():
8888
discadj_rans_naca0012_sa.cfg_dir = "disc_adj_rans/naca0012"
8989
discadj_rans_naca0012_sa.cfg_file = "turb_NACA0012_sa.cfg"
9090
discadj_rans_naca0012_sa.test_iter = 10
91-
discadj_rans_naca0012_sa.test_vals = [-2.996961, -0.199169, 0.000004, -0.000000, 5.000000, -3.971752, 5.000000, -10.457920]
91+
discadj_rans_naca0012_sa.test_vals = [-2.995517, -0.172245, 0.000004, -0.000000, 5.000000, -3.972678, 5.000000, -10.392274]
9292
test_list.append(discadj_rans_naca0012_sa)
9393

9494
# Adjoint turbulent NACA0012 SST

0 commit comments

Comments
 (0)