Skip to content

Commit fcc633f

Browse files
committed
Update regressions
1 parent 1335c29 commit fcc633f

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

.github/workflows/regression.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
uses: docker://ghcr.io/su2code/su2/test-su2:250717-1402
212212
with:
213213
# -t <Tutorials-branch> -c <Testcases-branch>
214-
args: -b ${{github.ref}} -t develop -c develop -s ${{matrix.testscript}}
214+
args: -b ${{github.ref}} -t feature_muscl_kappa -c feature_muscl_kappa -s ${{matrix.testscript}}
215215
- name: Cleanup
216216
uses: docker://ghcr.io/su2code/su2/test-su2:250717-1402
217217
with:
@@ -260,7 +260,7 @@ jobs:
260260
uses: docker://ghcr.io/su2code/su2/test-su2:250717-1402
261261
with:
262262
# -t <Tutorials-branch> -c <Testcases-branch>
263-
args: -b ${{github.ref}} -t develop -c develop -s ${{matrix.testscript}} -a "--tapetests"
263+
args: -b ${{github.ref}} -t feature_muscl_kappa -c feature_muscl_kappa -s ${{matrix.testscript}} -a "--tapetests"
264264
- name: Cleanup
265265
uses: docker://ghcr.io/su2code/su2/test-su2:250717-1402
266266
with:
@@ -306,7 +306,7 @@ jobs:
306306
uses: docker://ghcr.io/su2code/su2/test-su2-tsan:250717-1402
307307
with:
308308
# -t <Tutorials-branch> -c <Testcases-branch>
309-
args: -b ${{github.ref}} -t develop -c develop -s ${{matrix.testscript}} -a "--tsan"
309+
args: -b ${{github.ref}} -t feature_muscl_kappa -c feature_muscl_kappa -s ${{matrix.testscript}} -a "--tsan"
310310
- name: Cleanup
311311
uses: docker://ghcr.io/su2code/su2/test-su2-tsan:250717-1402
312312
with:
@@ -351,7 +351,7 @@ jobs:
351351
uses: docker://ghcr.io/su2code/su2/test-su2-asan:250717-1402
352352
with:
353353
# -t <Tutorials-branch> -c <Testcases-branch>
354-
args: -b ${{github.ref}} -t develop -c develop -s ${{matrix.testscript}} -a "--asan"
354+
args: -b ${{github.ref}} -t feature_muscl_kappa -c feature_muscl_kappa -s ${{matrix.testscript}} -a "--asan"
355355
- name: Cleanup
356356
uses: docker://ghcr.io/su2code/su2/test-su2-asan:250717-1402
357357
with:

TestCases/hybrid_regression.py

Lines changed: 1 addition & 1 deletion
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.050557, -16.149098, 1.058588, 0.022984, 20.000000, -2.832714, 0.000000, -14.067279, 0.000000]
200+
turb_naca0012_sa.test_vals = [-12.050515, -16.149098, 1.058588, 0.022984, 20.000000, -2.832494, 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

TestCases/parallel_regression.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def main():
139139
invwedge_roe.cfg_dir = "nonequilibrium/invwedge"
140140
invwedge_roe.cfg_file = "invwedge_roe.cfg"
141141
invwedge_roe.test_iter = 10
142-
invwedge_roe.test_vals = [-1.062496, -1.587259, -17.208314, -17.538065, -17.481444, 2.255933, 1.853450, 5.293725, 0.890784]
142+
invwedge_roe.test_vals = [-1.063535, -1.588299, -17.208084, -17.537836, -17.481214, 2.254713, 1.854802, 5.292805, 0.890122]
143143
invwedge_roe.test_vals_aarch64 = [-1.069128, -1.593891, -17.208222, -17.537969, -17.481352, 2.249020, 1.852904, 5.287143, 0.879852]
144144
test_list.append(invwedge_roe)
145145

@@ -290,7 +290,7 @@ def main():
290290
ramp.cfg_dir = "euler/ramp"
291291
ramp.cfg_file = "inv_ramp.cfg"
292292
ramp.test_iter = 10
293-
ramp.test_vals = [-13.650727, -8.014514, -0.076277, 0.054839]
293+
ramp.test_vals = [-13.649760, -8.012144, -0.076277, 0.054839]
294294
ramp.test_vals_aarch64 = [-13.398422, -7.786461, -0.081064, 0.056474]
295295
test_list.append(ramp)
296296

@@ -1641,7 +1641,7 @@ def main():
16411641
species_passive_val.cfg_dir = "species_transport/passive_transport_validation"
16421642
species_passive_val.cfg_file = "passive_transport.cfg"
16431643
species_passive_val.test_iter = 50
1644-
species_passive_val.test_vals = [-16.561013, -16.280437, -16.910003, -4.257599, 10.000000, -4.457215, 8.000000, -5.193350, 0.186610, 0.000000]
1644+
species_passive_val.test_vals = [-16.513090, -16.281772, -16.906963, -4.257599, 10.000000, -4.263917, 8.000000, -5.193350, 0.186610, 0.000000]
16451645
species_passive_val.test_vals_aarch64 = [-16.538551, -16.312552, -16.882823, -4.257599, 10, -4.585464, 8, -5.19335, 0.18661, 0]
16461646
test_list.append(species_passive_val)
16471647

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.931782, -10.109894, 3.1045e-11, -1.7610e-06]
208+
discadj_fsi.test_vals = [6, -8.931929, -10.099132, 3.1054e-11, -1.7613e-06]
209209
test_list.append(discadj_fsi)
210210

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

TestCases/tutorials.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ def main():
8080
sp_pinArray_2d_mf_hf.cfg_dir = "../Tutorials/incompressible_flow/Inc_Streamwise_Periodic"
8181
sp_pinArray_2d_mf_hf.cfg_file = "sp_pinArray_2d_mf_hf.cfg"
8282
sp_pinArray_2d_mf_hf.test_iter = 25
83-
sp_pinArray_2d_mf_hf.test_vals = [-4.685979, 1.388027, -0.755447, 241.878868]
83+
sp_pinArray_2d_mf_hf.test_vals = [-4.685950, 1.388066, -0.755449, 241.878890]
8484
test_list.append(sp_pinArray_2d_mf_hf)
8585

8686
# 2D pin case pressure drop periodic with heatflux BC and temperature periodicity
8787
sp_pinArray_2d_dp_hf_tp = TestCase('sp_pinArray_2d_dp_hf_tp')
8888
sp_pinArray_2d_dp_hf_tp.cfg_dir = "../Tutorials/incompressible_flow/Inc_Streamwise_Periodic"
8989
sp_pinArray_2d_dp_hf_tp.cfg_file = "sp_pinArray_2d_dp_hf_tp.cfg"
9090
sp_pinArray_2d_dp_hf_tp.test_iter = 25
91-
sp_pinArray_2d_dp_hf_tp.test_vals = [-4.732739, 1.326248, -0.713419, 208.023676]
91+
sp_pinArray_2d_dp_hf_tp.test_vals = [-4.732729, 1.326135, -0.713419, 208.023676]
9292
test_list.append(sp_pinArray_2d_dp_hf_tp)
9393

9494
# 90 degree pipe bend with wall functions from the experiments of Sudo et al.
@@ -118,7 +118,7 @@ def main():
118118
sudo_design_adjoint.command = TestCase.Command("mpirun -n 2", "SU2_CFD_AD")
119119
test_list.append(sudo_design_adjoint)
120120

121-
# Laminar vortex shedding behind a cylinder (Re=120)
121+
# Laminar vortex shedding behind a cylinder (Re=120)
122122
von_karman_cylinder = TestCase('von_karman_cylinder')
123123
von_karman_cylinder.cfg_dir = "../Tutorials/incompressible_flow/Inc_Von_Karman_Cylinder"
124124
von_karman_cylinder.cfg_file = "unsteady_incomp_cylinder.cfg"
@@ -236,7 +236,7 @@ def main():
236236
tutorial_trans_flatplate_T3A.cfg_dir = "../Tutorials/compressible_flow/Transitional_Flat_Plate/Langtry_and_Menter/T3A"
237237
tutorial_trans_flatplate_T3A.cfg_file = "transitional_LM_model_ConfigFile.cfg"
238238
tutorial_trans_flatplate_T3A.test_iter = 20
239-
tutorial_trans_flatplate_T3A.test_vals = [-5.808996, -2.070606, -3.969766, -0.277943, -1.953109, 1.708472, -3.514943, 0.357411]
239+
tutorial_trans_flatplate_T3A.test_vals = [-5.808996, -2.070606, -3.969765, -0.277943, -1.953093, 1.708472, -3.514943, 0.357411]
240240
tutorial_trans_flatplate_T3A.test_vals_aarch64 = [-5.837368, -2.092246, -3.984172, -0.302357, -1.928108, 1.667157, -3.496279, 0.391610]
241241
tutorial_trans_flatplate_T3A.no_restart = True
242242
test_list.append(tutorial_trans_flatplate_T3A)
@@ -246,7 +246,7 @@ def main():
246246
tutorial_trans_flatplate_T3Am.cfg_dir = "../Tutorials/compressible_flow/Transitional_Flat_Plate/Langtry_and_Menter/T3A-"
247247
tutorial_trans_flatplate_T3Am.cfg_file = "transitional_LM_model_ConfigFile.cfg"
248248
tutorial_trans_flatplate_T3Am.test_iter = 20
249-
tutorial_trans_flatplate_T3Am.test_vals = [-5.538150, -1.681627, -2.877064, -0.055736, -3.695534, 3.413620, -2.385344, 1.103633]
249+
tutorial_trans_flatplate_T3Am.test_vals = [-5.538098, -1.681627, -2.877016, -0.055689, -3.695534, 3.413620, -2.385344, 1.103633]
250250
tutorial_trans_flatplate_T3Am.test_vals_aarch64 = [-6.063726, -1.945088, -3.946923, -0.549166, -3.863794, 2.664439, -2.517601, 1.112978]
251251
tutorial_trans_flatplate_T3Am.no_restart = True
252252
test_list.append(tutorial_trans_flatplate_T3Am)

TestCases/vandv.py

Lines changed: 1 addition & 1 deletion
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 = [-12.541748, -9.912501, -10.889821, -7.100437, -10.256867, -4.777032, 0.002796]
56+
flatplate_sst1994m.test_vals = [-13.020780, -9.534770, -10.401630, -7.500939, -9.750799, -4.850353, 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

0 commit comments

Comments
 (0)