Skip to content

Commit dbcc048

Browse files
author
Cristopher-Morales
committed
updating residuals regression cases
1 parent e7d6786 commit dbcc048

File tree

8 files changed

+47
-47
lines changed

8 files changed

+47
-47
lines changed

TestCases/hybrid_regression.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def main():
111111
cylinder.cfg_dir = "navierstokes/cylinder"
112112
cylinder.cfg_file = "lam_cylinder.cfg"
113113
cylinder.test_iter = 25
114-
cylinder.test_vals = [-8.266513, -2.783904, -0.019899, 1.615668, 0]
114+
cylinder.test_vals = [-8.266602, -2.784028, -0.019899, 1.615655, 0.000000]
115115
test_list.append(cylinder)
116116

117117
# Laminar cylinder (low Mach correction)
@@ -197,16 +197,16 @@ 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.050637, -16.149098, 1.058588, 0.022984, 20.000000, -2.832819, 0.000000, -14.067279, 0]
201-
turb_naca0012_sa.test_vals_aarch64 = [-12.050637, -16.149098, 1.058588, 0.022984, 20.000000, -2.832819, 0.000000, -14.067279, 0]
200+
turb_naca0012_sa.test_vals = [-12.050557, -16.149098, 1.058588, 0.022984, 20.000000, -2.832714, 0.000000, -14.067279, 0.000000]
201+
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

204204
# NACA0012 (SST, FUN3D finest grid results: CL=1.0840, CD=0.01253)
205205
turb_naca0012_sst = TestCase('turb_naca0012_sst')
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.079595, -15.284132, -5.859466, 1.048053, 0.019238, -2.814059, 0.000000]
209+
turb_naca0012_sst.test_vals = [-12.079119, -15.284130, -5.859467, 1.048053, 0.019238, -2.814455, 0.000000]
210210
test_list.append(turb_naca0012_sst)
211211

212212
# NACA0012 (SST_SUST, FUN3D finest grid results: CL=1.0840, CD=0.01253)
@@ -250,7 +250,7 @@ def main():
250250
axi_rans_air_nozzle_restart.cfg_dir = "axisymmetric_rans/air_nozzle"
251251
axi_rans_air_nozzle_restart.cfg_file = "air_nozzle_restart.cfg"
252252
axi_rans_air_nozzle_restart.test_iter = 10
253-
axi_rans_air_nozzle_restart.test_vals = [-14.137579, -9.105575, -10.894183, -5.810269, 0.000000]
253+
axi_rans_air_nozzle_restart.test_vals = [-14.137398, -9.107808, -10.879850, -5.806591, 0.000000]
254254
test_list.append(axi_rans_air_nozzle_restart)
255255

256256
#################################
@@ -419,7 +419,7 @@ def main():
419419
inc_weakly_coupled.cfg_dir = "disc_adj_heat"
420420
inc_weakly_coupled.cfg_file = "primal.cfg"
421421
inc_weakly_coupled.test_iter = 10
422-
inc_weakly_coupled.test_vals = [-18.095922, -16.331787, -16.514014, -13.703679, -18.203865, -14.053738, 5.545900]
422+
inc_weakly_coupled.test_vals = [-18.095922, -16.331787, -16.514014, -9.756795, -18.203865, -14.053738, 5.550800]
423423
test_list.append(inc_weakly_coupled)
424424

425425
######################################
@@ -452,7 +452,7 @@ def main():
452452
square_cylinder.cfg_dir = "unsteady/square_cylinder"
453453
square_cylinder.cfg_file = "turb_square.cfg"
454454
square_cylinder.test_iter = 3
455-
square_cylinder.test_vals = [-2.560838, -1.175929, 0.062081, 1.399401, 2.220361, 1.399349, 2.218600, 0.000000]
455+
square_cylinder.test_vals = [-2.560665, -1.175915, 0.062109, 1.399401, 2.220361, 1.399349, 2.218600, 0.000000]
456456
square_cylinder.test_vals_aarch64 = [-2.557902, -1.173574, 0.058050, 1.399794, 2.220402, 1.399748, 2.218604, 0]
457457
square_cylinder.unsteady = True
458458
test_list.append(square_cylinder)

TestCases/hybrid_regression_AD.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def main():
8686
discadj_rans_naca0012_sst.cfg_dir = "disc_adj_rans/naca0012"
8787
discadj_rans_naca0012_sst.cfg_file = "turb_NACA0012_sst.cfg"
8888
discadj_rans_naca0012_sst.test_iter = 10
89-
discadj_rans_naca0012_sst.test_vals = [-2.236574, -0.190312, 2.762800, -0.039660]
89+
discadj_rans_naca0012_sst.test_vals = [-2.236564, -0.190312, 2.762900, -0.039660]
9090
test_list.append(discadj_rans_naca0012_sst)
9191

9292
#######################################

TestCases/parallel_regression.py

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -319,15 +319,15 @@ def main():
319319
cylinder.cfg_dir = "navierstokes/cylinder"
320320
cylinder.cfg_file = "lam_cylinder.cfg"
321321
cylinder.test_iter = 25
322-
cylinder.test_vals = [-8.422091, -2.930561, -0.003396, 1.608418, 0.000000]
322+
cylinder.test_vals = [-8.422012, -2.930518, -0.003394, 1.608420, 0.000000]
323323
test_list.append(cylinder)
324324

325325
# Laminar cylinder (low Mach correction)
326326
cylinder_lowmach = TestCase('cylinder_lowmach')
327327
cylinder_lowmach.cfg_dir = "navierstokes/cylinder"
328328
cylinder_lowmach.cfg_file = "cylinder_lowmach.cfg"
329329
cylinder_lowmach.test_iter = 25
330-
cylinder_lowmach.test_vals = [-6.841604, -1.379532, -1.266739, 76.118218, 0.000000]
330+
cylinder_lowmach.test_vals = [-6.841606, -1.379533, -1.266782, 76.118168, 0.000000]
331331
test_list.append(cylinder_lowmach)
332332

333333
# 2D Poiseuille flow (body force driven with periodic inlet / outlet)
@@ -389,7 +389,7 @@ def main():
389389
turb_flatplate_species.cfg_dir = "rans/flatplate"
390390
turb_flatplate_species.cfg_file = "turb_SA_flatplate_species.cfg"
391391
turb_flatplate_species.test_iter = 20
392-
turb_flatplate_species.test_vals = [-4.249474, -0.634908, -1.716288, 1.223201, -3.307930, 9.000000, -6.634095, 5.000000, -6.986784, 10.000000, -6.255641, 0.999903, 0.999903]
392+
turb_flatplate_species.test_vals = [-4.249462, -0.634904, -1.716285, 1.223210, -3.307930, 9.000000, -6.633666, 5.000000, -6.986787, 10.000000, -6.255670, 0.999903, 0.9999033]
393393
test_list.append(turb_flatplate_species)
394394

395395
# Flat plate SST compressibility correction Wilcox
@@ -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.050143, -16.185204, 1.058588, 0.022984, 20.000000, -1.562786, 20.000000, -3.900124, 0.000000]
444+
turb_naca0012_sa.test_vals = [12.050132, -16.185205, 1.058588, 0.022984, 20.000000, -1.562866, 20.000000, -3.900107, 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.078661, -15.284104, -5.859484, 1.048053, 0.019238, -2.015232, 0.000000]
453+
turb_naca0012_sst.test_vals = [-12.078069, -15.284102, -5.859484, 1.048053, 0.019238, -2.015780, 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.075115, -14.836721, -5.743103, 1.000050, 0.019144, -2.229293]
463+
turb_naca0012_sst_sust.test_vals = [-12.075017, -14.836721, -5.743103, 1.000050, 0.019144, -2.229488]
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)
@@ -530,7 +530,7 @@ def main():
530530
axi_rans_air_nozzle_restart.cfg_dir = "axisymmetric_rans/air_nozzle"
531531
axi_rans_air_nozzle_restart.cfg_file = "air_nozzle_restart.cfg"
532532
axi_rans_air_nozzle_restart.test_iter = 10
533-
axi_rans_air_nozzle_restart.test_vals = [-14.140338, -9.122501, -10.859866, -5.788769, 0.000000]
533+
axi_rans_air_nozzle_restart.test_vals = [-14.140949, -9.128061, -10.858923, -5.788079, 0.000000]
534534
axi_rans_air_nozzle_restart.tol = 0.0001
535535
test_list.append(axi_rans_air_nozzle_restart)
536536

@@ -740,7 +740,7 @@ def main():
740740
turbmod_sa_neg_rae2822.cfg_dir = "turbulence_models/sa/rae2822"
741741
turbmod_sa_neg_rae2822.cfg_file = "turb_SA_NEG_RAE2822.cfg"
742742
turbmod_sa_neg_rae2822.test_iter = 10
743-
turbmod_sa_neg_rae2822.test_vals = [-1.345491, 1.448526, 1.208572, -0.846542, 1.263765, 0.494751, 0.000000]
743+
turbmod_sa_neg_rae2822.test_vals = [-1.345531, 1.448387, 1.208638, -0.846585, 1.271362, 0.497475, 0.000000]
744744
turbmod_sa_neg_rae2822.test_vals_aarch64 = [-1.359612, 1.493629, 1.218367, -1.441703, 1.248499, 0.457987, 0]
745745
test_list.append(turbmod_sa_neg_rae2822)
746746

@@ -913,7 +913,7 @@ def main():
913913
turb_naca0012_p1c1.cfg_dir = "rans_uq/naca0012"
914914
turb_naca0012_p1c1.cfg_file = "turb_NACA0012_uq_p1c1.cfg"
915915
turb_naca0012_p1c1.test_iter = 10
916-
turb_naca0012_p1c1.test_vals = [-5.122030, 1.284489, 0.608721, -0.008603]
916+
turb_naca0012_p1c1.test_vals = [-5.122041, 1.284479, 0.608705, -0.008610]
917917
test_list.append(turb_naca0012_p1c1)
918918

919919
# NACA0012 p1c2
@@ -970,7 +970,7 @@ def main():
970970
spinning_cylinder.cfg_dir = "moving_wall/spinning_cylinder"
971971
spinning_cylinder.cfg_file = "spinning_cylinder.cfg"
972972
spinning_cylinder.test_iter = 25
973-
spinning_cylinder.test_vals = [-7.806056, -2.364884, 1.685228, 1.518276]
973+
spinning_cylinder.test_vals = [-7.806025, -2.364860, 1.685247, 1.518292]
974974
test_list.append(spinning_cylinder)
975975

976976
######################################
@@ -982,7 +982,7 @@ def main():
982982
square_cylinder.cfg_dir = "unsteady/square_cylinder"
983983
square_cylinder.cfg_file = "turb_square.cfg"
984984
square_cylinder.test_iter = 3
985-
square_cylinder.test_vals = [-1.175927, 0.062096, 1.399402, 2.220364, 1.399350, 2.218602, 0.000000]
985+
square_cylinder.test_vals = [-1.175913, 0.062109, 1.399402, 2.220364, 1.399350, 2.218602, 0.000000]
986986
square_cylinder.unsteady = True
987987
test_list.append(square_cylinder)
988988

@@ -1387,7 +1387,7 @@ def main():
13871387
pywrapper_turb_naca0012_sst.cfg_dir = "rans/naca0012"
13881388
pywrapper_turb_naca0012_sst.cfg_file = "turb_NACA0012_sst.cfg"
13891389
pywrapper_turb_naca0012_sst.test_iter = 10
1390-
pywrapper_turb_naca0012_sst.test_vals = [-12.078661, -15.284104, -5.859484, 1.048053, 0.019238, -2.015232, 0.000000]
1390+
pywrapper_turb_naca0012_sst.test_vals = [-12.078069, -15.284102, -5.859484, 1.048053, 0.019238, -2.015780, 0.000000]
13911391
pywrapper_turb_naca0012_sst.test_vals_aarch64 = [-12.232530, -14.435294, -6.037147, 1.047444, 0.019214, -1.704457, 0.000000]
13921392
pywrapper_turb_naca0012_sst.command = TestCase.Command("mpirun -np 2", "SU2_CFD.py", "--parallel -f")
13931393
pywrapper_turb_naca0012_sst.timeout = 3200
@@ -1398,7 +1398,7 @@ def main():
13981398
pywrapper_square_cylinder.cfg_dir = "unsteady/square_cylinder"
13991399
pywrapper_square_cylinder.cfg_file = "turb_square.cfg"
14001400
pywrapper_square_cylinder.test_iter = 10
1401-
pywrapper_square_cylinder.test_vals = [-1.178785, -0.349895, 1.401059, 2.358075, 1.401421, 2.301174, 0.000000]
1401+
pywrapper_square_cylinder.test_vals = [-1.178684, -0.349677, 1.401059, 2.358075, 1.401421, 2.301174, 0.000000]
14021402
pywrapper_square_cylinder.command = TestCase.Command("mpirun -np 2", "SU2_CFD.py", "--parallel -f")
14031403
pywrapper_square_cylinder.unsteady = True
14041404
test_list.append(pywrapper_square_cylinder)

TestCases/parallel_regression_AD.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@ def main():
230230
discadj_trans_stator.cfg_dir = "disc_adj_turbomachinery/transonic_stator_2D"
231231
discadj_trans_stator.cfg_file = "transonic_stator.cfg"
232232
discadj_trans_stator.test_iter = 79
233-
discadj_trans_stator.test_vals = [79, 0.668058, 0.483608, 0.518789, -1.013227]
234-
discadj_trans_stator.test_vals_aarch64 = [79, 0.668058, 0.483608, 0.518789, -1.013227]
233+
discadj_trans_stator.test_vals = [79.000000, 0.667030, 0.483921, 0.518403, -1.013538]
234+
discadj_trans_stator.test_vals_aarch64 = [79.000000, 0.667030, 0.483921, 0.518403, -1.013538]
235235
test_list.append(discadj_trans_stator)
236236

237237
###################################
@@ -256,7 +256,7 @@ def main():
256256
discadj_heat.cfg_dir = "disc_adj_heat"
257257
discadj_heat.cfg_file = "disc_adj_heat.cfg"
258258
discadj_heat.test_iter = 10
259-
discadj_heat.test_vals = [-1.999669, 0.657451, 0.000000, 0.006210]
259+
discadj_heat.test_vals = [-2.001337, 0.655543, 0.000000, 0.006170]
260260
discadj_heat.test_vals_aarch64 = [-2.226539, 0.605868, 0.000000, -6.256400]
261261
test_list.append(discadj_heat)
262262

@@ -269,7 +269,7 @@ def main():
269269
discadj_fsi.cfg_dir = "disc_adj_fsi"
270270
discadj_fsi.cfg_file = "config.cfg"
271271
discadj_fsi.test_iter = 6
272-
discadj_fsi.test_vals = [6.000000, -7.017319, -7.872545, 3.9968e-09, -2.4097e-05]
272+
discadj_fsi.test_vals = [6.000000, -7.017369, -7.872619, 0.000000, -0.000024]
273273
test_list.append(discadj_fsi)
274274

275275
# Multi physics framework
@@ -512,7 +512,7 @@ def main():
512512
pywrapper_wavy_wall_steady.cfg_dir = "py_wrapper/wavy_wall"
513513
pywrapper_wavy_wall_steady.cfg_file = "run_steady.py"
514514
pywrapper_wavy_wall_steady.test_iter = 100
515-
pywrapper_wavy_wall_steady.test_vals = [-1.352680, 2.579322, -2.898321]
515+
pywrapper_wavy_wall_steady.test_vals = [-1.353007, 2.581051, -2.900574]
516516
pywrapper_wavy_wall_steady.command = TestCase.Command("mpirun -n 2", "python", "run_steady.py")
517517
pywrapper_wavy_wall_steady.timeout = 1600
518518
pywrapper_wavy_wall_steady.tol = 0.00001

TestCases/serial_regression.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -174,15 +174,15 @@ def main():
174174
cylinder.cfg_dir = "navierstokes/cylinder"
175175
cylinder.cfg_file = "lam_cylinder.cfg"
176176
cylinder.test_iter = 25
177-
cylinder.test_vals = [-8.363995, -2.882536, -0.017780, 1.607979, 0]
177+
cylinder.test_vals = [-8.363897, -2.882485, -0.017777, 1.607978, 0.000000]
178178
test_list.append(cylinder)
179179

180180
# Laminar cylinder (low Mach correction)
181181
cylinder_lowmach = TestCase('cylinder_lowmach')
182182
cylinder_lowmach.cfg_dir = "navierstokes/cylinder"
183183
cylinder_lowmach.cfg_file = "cylinder_lowmach.cfg"
184184
cylinder_lowmach.test_iter = 25
185-
cylinder_lowmach.test_vals = [-6.830989, -1.368842, -0.143838, 73.962440, 0]
185+
cylinder_lowmach.test_vals = [-6.830989, -1.368842, -0.143868, 73.962350, 0.000000]
186186
test_list.append(cylinder_lowmach)
187187

188188
# 2D Poiseuille flow (body force driven with periodic inlet / outlet)
@@ -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.049550, -16.193702, 1.058588, 0.022984, 20.000000, -3.437275, 20.000000, -4.705227, 0.000000]
278+
turb_naca0012_sa.test_vals = [-12.049543, -16.193702, 1.058588, 0.022984, 20.000000, -3.435258, 20.000000, -4.705244, 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.079361, -15.284135, -5.859500, 1.048053, 0.019238, -3.272617, 0.000000]
287+
turb_naca0012_sst.test_vals = [ -12.078427, -15.284133, -5.859499, 1.048053, 0.019238, -3.274052, 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)
@@ -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.075450, -14.836721, -5.743110, 1.000050, 0.019144, -3.329048]
306+
turb_naca0012_sst_sust_restart.test_vals = [12.075358, -14.836721, -5.743110, 1.000050, 0.019144, -3.328948]
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)
@@ -335,7 +335,7 @@ def main():
335335
axi_rans_air_nozzle_restart.cfg_dir = "axisymmetric_rans/air_nozzle"
336336
axi_rans_air_nozzle_restart.cfg_file = "air_nozzle_restart.cfg"
337337
axi_rans_air_nozzle_restart.test_iter = 10
338-
axi_rans_air_nozzle_restart.test_vals = [-14.141446, -9.134033, -10.848810, -5.776634, 0.000000]
338+
axi_rans_air_nozzle_restart.test_vals = [-14.141146, -9.130663, -10.848556, -5.776412, 0.000000]
339339
axi_rans_air_nozzle_restart.test_vals_aarch64 = [-12.067037, -6.840810, -8.843191, -3.783401, 0.000000]
340340
axi_rans_air_nozzle_restart.tol = 0.0001
341341
test_list.append(axi_rans_air_nozzle_restart)
@@ -701,7 +701,7 @@ def main():
701701
turb_naca0012_p1c1.cfg_dir = "rans_uq/naca0012"
702702
turb_naca0012_p1c1.cfg_file = "turb_NACA0012_uq_p1c1.cfg"
703703
turb_naca0012_p1c1.test_iter = 10
704-
turb_naca0012_p1c1.test_vals = [-5.119755, 1.283950, 0.486285, -0.021511]
704+
turb_naca0012_p1c1.test_vals = [-5.119769, 1.283940, 0.486285, -0.021511]
705705
test_list.append(turb_naca0012_p1c1)
706706

707707
# NACA0012 p1c2
@@ -769,7 +769,7 @@ def main():
769769
square_cylinder.cfg_dir = "unsteady/square_cylinder"
770770
square_cylinder.cfg_file = "turb_square.cfg"
771771
square_cylinder.test_iter = 3
772-
square_cylinder.test_vals = [-2.560839, -1.175927, 0.062095, 1.399401, 2.220371, 1.399349, 2.218609, 0.000000]
772+
square_cylinder.test_vals = [-2.560665, -1.175914, 0.062108, 1.399401, 2.220371, 1.399349, 2.218609, 0.000000]
773773
square_cylinder.unsteady = True
774774
test_list.append(square_cylinder)
775775

@@ -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.079361, -15.284135, -5.859500, 1.048053, 0.019238, -3.272617, 0.000000]
1532+
pywrapper_turb_naca0012_sst.test_vals = [-12.078427, -15.284133, -5.859499, 1.048053, 0.019238, -3.274052, 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
@@ -1543,7 +1543,7 @@ def main():
15431543
pywrapper_square_cylinder.cfg_dir = "unsteady/square_cylinder"
15441544
pywrapper_square_cylinder.cfg_file = "turb_square.cfg"
15451545
pywrapper_square_cylinder.test_iter = 3
1546-
pywrapper_square_cylinder.test_vals = [-2.560839, -1.175927, 0.062095, 1.399401, 2.220371, 1.399349, 2.218609, 0.000000]
1546+
pywrapper_square_cylinder.test_vals = [2.560665, -1.175914, 0.062108, 1.399401, 2.220371, 1.399349, 2.218609, 0.000000]
15471547
pywrapper_square_cylinder.command = TestCase.Command(exec = "SU2_CFD.py", param = "-f")
15481548
pywrapper_square_cylinder.timeout = 1600
15491549
pywrapper_square_cylinder.tol = 0.00001

TestCases/serial_regression_AD.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def main():
193193
discadj_heat.cfg_dir = "disc_adj_heat"
194194
discadj_heat.cfg_file = "disc_adj_heat.cfg"
195195
discadj_heat.test_iter = 10
196-
discadj_heat.test_vals = [-2.174674, 0.581857, 0.000000, 0.008748]
196+
discadj_heat.test_vals = [-2.178141, 0.578576, 0.000000, 0.008712]
197197
test_list.append(discadj_heat)
198198

199199
###################################
@@ -205,7 +205,7 @@ def main():
205205
discadj_fsi.cfg_dir = "disc_adj_fsi"
206206
discadj_fsi.cfg_file = "config.cfg"
207207
discadj_fsi.test_iter = 6
208-
discadj_fsi.test_vals = [6.000000, -8.928327, -10.009868, 3.1056e-11, -1.7613e-06]
208+
discadj_fsi.test_vals = [6.000000, -8.929426, -10.024862, 0.000000, -0.000002]
209209
test_list.append(discadj_fsi)
210210

211211
###################################

0 commit comments

Comments
 (0)