Skip to content

Commit 3914991

Browse files
committed
Update regression test vals
1 parent 397f8b2 commit 3914991

File tree

6 files changed

+31
-31
lines changed

6 files changed

+31
-31
lines changed
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
INDEX GRAD
2-
0 -4.570869190727337e-04
3-
1 -2.401466733868786e-04
4-
2 -9.134698258279890e-05
5-
3 -1.628086950861666e-05
6-
4 -1.741052382933534e-05
7-
5 -9.462489750586496e-05
8-
6 -2.452466260091760e-04
9-
7 -4.635483631827636e-04
2+
0 -4.570869180445024e-04
3+
1 -2.401466726069483e-04
4+
2 -9.134698219534478e-05
5+
3 -1.628086953114332e-05
6+
4 -1.741052432426715e-05
7+
5 -9.462489852612668e-05
8+
6 -2.452466275723706e-04
9+
7 -4.635483655821636e-04

TestCases/hybrid_regression.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def main():
136136
poiseuille_profile.cfg_dir = "navierstokes/poiseuille"
137137
poiseuille_profile.cfg_file = "profile_poiseuille.cfg"
138138
poiseuille_profile.test_iter = 10
139-
poiseuille_profile.test_vals = [-12.009016, -7.262446, -0.000000, 2.089953]
139+
poiseuille_profile.test_vals = [-12.009008, -7.262217, -0.000000, 2.089953]
140140
poiseuille_profile.test_vals_aarch64 = [-12.494717, -7.711274, -0.000000, 2.085796]
141141
test_list.append(poiseuille_profile)
142142

@@ -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.050515, -16.149098, 1.058588, 0.022984, 20.000000, -2.832494, 0.000000, -14.067279, 0.000000]
200+
turb_naca0012_sa.test_vals = [-12.050656, -16.149098, 1.058588, 0.022984, 20.000000, -2.832357, 0.000000, -14.067279, 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

@@ -214,7 +214,7 @@ def main():
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.074763, -14.836720, -5.743325, 1.000050, 0.019144, -2.650513]
217+
turb_naca0012_sst_sust.test_vals = [-12.074686, -14.836720, -5.743324, 1.000050, 0.019144, -2.650625]
218218
test_list.append(turb_naca0012_sst_sust)
219219

220220
# NACA0012 (SST, fixed values for turbulence quantities)
@@ -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.137398, -9.107808, -10.879850, -5.806591, 0.000000]
253+
axi_rans_air_nozzle_restart.test_vals = [-14.137306, -9.104064, -10.882700, -5.808219, 0.000000]
254254
test_list.append(axi_rans_air_nozzle_restart)
255255

256256
#################################

TestCases/parallel_regression.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ def main():
344344
poiseuille_profile.cfg_dir = "navierstokes/poiseuille"
345345
poiseuille_profile.cfg_file = "profile_poiseuille.cfg"
346346
poiseuille_profile.test_iter = 10
347-
poiseuille_profile.test_vals = [-12.007512, -7.227061, -0.000000, 2.089953]
347+
poiseuille_profile.test_vals = [-12.007491, -7.227152, -0.000000, 2.089953]
348348
poiseuille_profile.test_vals_aarch64 = [-12.492864, -7.671632, -0.000000, 2.085796]
349349
test_list.append(poiseuille_profile)
350350

@@ -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.050132, -16.185205, 1.058588, 0.022984, 20.000000, -1.562866, 20.000000, -3.900107, 0.000000]
444+
turb_naca0012_sa.test_vals = [-12.050136, -16.185205, 1.058588, 0.022984, 20.000000, -1.562815, 20.000000, -3.900112, 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.078069, -15.284102, -5.859484, 1.048053, 0.019238, -2.015780, 0.000000]
453+
turb_naca0012_sst.test_vals = [-12.078085, -15.284102, -5.859484, 1.048053, 0.019238, -2.015819, 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.075017, -14.836721, -5.743103, 1.000050, 0.019144, -2.229488]
463+
turb_naca0012_sst_sust.test_vals = [-12.075026, -14.836721, -5.743103, 1.000050, 0.019144, -2.229437]
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)
@@ -529,7 +529,7 @@ def main():
529529
axi_rans_air_nozzle_restart.cfg_dir = "axisymmetric_rans/air_nozzle"
530530
axi_rans_air_nozzle_restart.cfg_file = "air_nozzle_restart.cfg"
531531
axi_rans_air_nozzle_restart.test_iter = 10
532-
axi_rans_air_nozzle_restart.test_vals = [-14.140949, -9.128061, -10.858923, -5.788079, 0.000000]
532+
axi_rans_air_nozzle_restart.test_vals = [-14.140678, -9.123824, -10.860423, -5.788324, 0.000000]
533533
axi_rans_air_nozzle_restart.tol = 0.0001
534534
test_list.append(axi_rans_air_nozzle_restart)
535535

@@ -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.078069, -15.284102, -5.859484, 1.048053, 0.019238, -2.015780, 0.000000]
1389+
pywrapper_turb_naca0012_sst.test_vals = [-12.078085, -15.284102, -5.859484, 1.048053, 0.019238, -2.015819, 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/serial_regression.py

Lines changed: 8 additions & 8 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.009021, -7.262796, -0.000000, 2.089953]
201+
poiseuille_profile.test_vals = [-12.008999, -7.262056, -0.000000, 2.089953]
202202
poiseuille_profile.test_vals_aarch64 = [-12.494684, -7.711379, -0.000000, 2.085796] #last 4 columns
203203
test_list.append(poiseuille_profile)
204204

@@ -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.049543, -16.193702, 1.058588, 0.022984, 20.000000, -3.435258, 20.000000, -4.705244, 0.000000]
278+
turb_naca0012_sa.test_vals = [-12.049506, -16.193702, 1.058588, 0.022984, 20.000000, -3.437238, 20.000000, -4.705226, 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.078427, -15.284133, -5.859499, 1.048053, 0.019238, -3.274052, 0.000000]
287+
turb_naca0012_sst.test_vals = [-12.078398, -15.284133, -5.859499, 1.048053, 0.019238, -3.273923, 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.075358, -14.836721, -5.743110, 1.000050, 0.019144, -3.328948]
306+
turb_naca0012_sst_sust_restart.test_vals = [-12.075413, -14.836721, -5.743110, 1.000050, 0.019144, -3.328690]
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.141146, -9.130663, -10.848556, -5.776412, 0.000000]
338+
axi_rans_air_nozzle_restart.test_vals = [-14.141124, -9.127773, -10.848877, -5.776854, 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)
@@ -910,7 +910,7 @@ def main():
910910
uniform_flow.cfg_dir = "sliding_interface/uniform_flow"
911911
uniform_flow.cfg_file = "uniform_NN.cfg"
912912
uniform_flow.test_iter = 2
913-
uniform_flow.test_vals = [2.000000, 0.000000, -0.230641, -13.250022]
913+
uniform_flow.test_vals = [2.000000, 0.000000, -0.230641, -13.249972]
914914
uniform_flow.tol = 0.000001
915915
uniform_flow.unsteady = True
916916
uniform_flow.multizone = True
@@ -1255,7 +1255,7 @@ def main():
12551255

12561256
pass_list.append(naca0012_def.run_def(args.tsan, args.asan))
12571257
test_list.append(naca0012_def)
1258-
1258+
12591259
# Inviscid NACA0012 based on SURFACE_FILE input (surface_bump.dat)
12601260
naca0012_def_file = TestCase('naca0012_def_file')
12611261
naca0012_def_file.cfg_dir = "deformation/naca0012"
@@ -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.078427, -15.284133, -5.859499, 1.048053, 0.019238, -3.274052, 0.000000]
1532+
pywrapper_turb_naca0012_sst.test_vals = [-12.078398, -15.284133, -5.859499, 1.048053, 0.019238, -3.273923, 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
@@ -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, -8.931929, -10.099132, 3.1054e-11, -1.7613e-06]
208+
discadj_fsi.test_vals = [6, -8.930124, -10.147185, 3.1061e-11, -1.7615e-06]
209209
test_list.append(discadj_fsi)
210210

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

TestCases/vandv.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def main():
5353
flatplate_sst1994m.cfg_dir = "vandv/rans/flatplate"
5454
flatplate_sst1994m.cfg_file = "turb_flatplate_sst.cfg"
5555
flatplate_sst1994m.test_iter = 5
56-
flatplate_sst1994m.test_vals = [-13.020780, -9.534770, -10.401630, -7.500939, -9.750799, -4.850353, 0.002807]
56+
flatplate_sst1994m.test_vals = [-13.020633, -9.534767, -10.401566, -7.501415, -9.750798, -4.850297, 0.002807]
5757
flatplate_sst1994m.test_vals_aarch64 = [-13.024930, -9.634457, -10.707600, -7.558080, -9.926634, -4.910704, 0.002786]
5858
test_list.append(flatplate_sst1994m)
5959

@@ -62,7 +62,7 @@ def main():
6262
bump_sst1994m.cfg_dir = "vandv/rans/bump_in_channel"
6363
bump_sst1994m.cfg_file = "turb_bump_sst.cfg"
6464
bump_sst1994m.test_iter = 5
65-
bump_sst1994m.test_vals = [-13.032111, -10.802810, -10.617420, -7.634902, -10.816229, -5.308348, 0.004911]
65+
bump_sst1994m.test_vals = [-13.025425, -10.803521, -10.650384, -7.627578, -10.816248, -5.308678, 0.004911]
6666
bump_sst1994m.test_vals_aarch64 = [-13.025265, -10.669816, -10.615338, -7.577125, -10.709448, -5.453868, 0.004903]
6767
test_list.append(bump_sst1994m)
6868

@@ -89,15 +89,15 @@ def main():
8989
dsma661_sa.cfg_dir = "vandv/rans/dsma661"
9090
dsma661_sa.cfg_file = "dsma661_sa_config.cfg"
9191
dsma661_sa.test_iter = 5
92-
dsma661_sa.test_vals = [-11.260884, -8.242051, -8.967465, -5.944271, -10.737675, 0.155687, 0.024232]
92+
dsma661_sa.test_vals = [-11.252527, -8.241876, -8.975283, -5.932184, -10.737674, 0.155687, 0.024232]
9393
test_list.append(dsma661_sa)
9494

9595
# DSMA661 - SST-V2003m
9696
dsma661_sst = TestCase('dsma661_sst')
9797
dsma661_sst.cfg_dir = "vandv/rans/dsma661"
9898
dsma661_sst.cfg_file = "dsma661_sst_config.cfg"
9999
dsma661_sst.test_iter = 5
100-
dsma661_sst.test_vals = [-10.974691, -8.400072, -8.768317, -5.796986, -10.519552, -7.346213, 0.155875, 0.023353]
100+
dsma661_sst.test_vals = [-10.979743, -8.400531, -8.767856, -5.814709, -10.519366, -7.345095, 0.155875, 0.023353]
101101
test_list.append(dsma661_sst)
102102

103103
##########################

0 commit comments

Comments
 (0)