Skip to content

Commit bb7a0c4

Browse files
committed
change regression directory
1 parent 77f797b commit bb7a0c4

3 files changed

Lines changed: 16 additions & 18 deletions

File tree

.github/workflows/regression.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
uses: docker://ghcr.io/su2code/su2/test-su2:240320-1536
210210
with:
211211
# -t <Tutorials-branch> -c <Testcases-branch>
212-
args: -b ${{github.ref}} -t develop -c develop -s ${{matrix.testscript}}
212+
args: -b ${{github.ref}} -t develop -c feature_updated_SA_diffusion -s ${{matrix.testscript}}
213213
- name: Cleanup
214214
uses: docker://ghcr.io/su2code/su2/test-su2:240320-1536
215215
with:
@@ -255,7 +255,7 @@ jobs:
255255
uses: docker://ghcr.io/su2code/su2/test-su2-tsan:240320-1536
256256
with:
257257
# -t <Tutorials-branch> -c <Testcases-branch>
258-
args: -b ${{github.ref}} -t develop -c develop -s ${{matrix.testscript}} -a "--tsan"
258+
args: -b ${{github.ref}} -t develop -c feature_updated_SA_diffusion -s ${{matrix.testscript}} -a "--tsan"
259259
- name: Cleanup
260260
uses: docker://ghcr.io/su2code/su2/test-su2-tsan:240320-1536
261261
with:
@@ -300,7 +300,7 @@ jobs:
300300
uses: docker://ghcr.io/su2code/su2/test-su2-asan:240320-1536
301301
with:
302302
# -t <Tutorials-branch> -c <Testcases-branch>
303-
args: -b ${{github.ref}} -t develop -c develop -s ${{matrix.testscript}} -a "--asan"
303+
args: -b ${{github.ref}} -t develop -c feature_updated_SA_diffusion -s ${{matrix.testscript}} -a "--asan"
304304
- name: Cleanup
305305
uses: docker://ghcr.io/su2code/su2/test-su2-asan:240320-1536
306306
with:

SU2_CFD/include/numerics/turbulent/turb_diffusion.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929

3030
#include "../scalar/scalar_diffusion.hpp"
3131

32-
#include "../scalar/scalar_diffusion.hpp"
33-
3432
/*!
3533
* \class CAvgGrad_TurbSA
3634
* \brief Class for computing viscous term using average of gradients (Spalart-Allmaras Turbulence model).

TestCases/serial_regression.py

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def main():
218218
rae2822_sa.cfg_dir = "rans/rae2822"
219219
rae2822_sa.cfg_file = "turb_SA_RAE2822.cfg"
220220
rae2822_sa.test_iter = 20
221-
rae2822_sa.test_vals = [-2.020123, -5.269339, 0.807147, 0.060499, 0]
221+
rae2822_sa.test_vals = [-2.020123, -5.269264, 0.807147, 0.060494, 0.000000]
222222
test_list.append(rae2822_sa)
223223

224224
# RAE2822 SST
@@ -242,7 +242,7 @@ def main():
242242
turb_flatplate.cfg_dir = "rans/flatplate"
243243
turb_flatplate.cfg_file = "turb_SA_flatplate.cfg"
244244
turb_flatplate.test_iter = 20
245-
turb_flatplate.test_vals = [-4.316135, -6.737979, -0.187461, 0.057468]
245+
turb_flatplate.test_vals = [-4.316128, -6.738720, -0.187461, 0.057469]
246246
test_list.append(turb_flatplate)
247247

248248
# FLAT PLATE, WALL FUNCTIONS, COMPRESSIBLE SST
@@ -258,15 +258,15 @@ def main():
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.487562, -2.016144, -2.169439, 0.834724, -5.382532, 10.000000, -1.508186, 0.034484, 0.002639]
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]
262262
test_list.append(turb_wallfunction_flatplate_sa)
263263

264264
# ONERA M6 Wing
265265
turb_oneram6 = TestCase('turb_oneram6')
266266
turb_oneram6.cfg_dir = "rans/oneram6"
267267
turb_oneram6.cfg_file = "turb_ONERAM6.cfg"
268268
turb_oneram6.test_iter = 10
269-
turb_oneram6.test_vals = [-2.408685, -6.662908, 0.238580, 0.158968, 0.000000]
269+
turb_oneram6.test_vals = [-2.408665, -6.628342, 0.238581, 0.158951, 0.000000]
270270
turb_oneram6.timeout = 3200
271271
test_list.append(turb_oneram6)
272272

@@ -322,7 +322,7 @@ def main():
322322
propeller.cfg_dir = "rans/propeller"
323323
propeller.cfg_file = "propeller.cfg"
324324
propeller.test_iter = 10
325-
propeller.test_vals = [-3.389724, -8.409502, 0.000048, 0.056344]
325+
propeller.test_vals = [-3.389724, -8.410479, 0.000048, 0.056344]
326326
propeller.timeout = 3200
327327
test_list.append(propeller)
328328

@@ -441,7 +441,7 @@ def main():
441441
inc_turb_naca0012.cfg_dir = "incomp_rans/naca0012"
442442
inc_turb_naca0012.cfg_file = "naca0012.cfg"
443443
inc_turb_naca0012.test_iter = 20
444-
inc_turb_naca0012.test_vals = [-4.788495, -11.040578, 0.000023, 0.309503]
444+
inc_turb_naca0012.test_vals = [-4.788495, -11.040895, 0.000023, 0.309502]
445445
test_list.append(inc_turb_naca0012)
446446

447447
# NACA0012, SST_SUST
@@ -465,7 +465,7 @@ def main():
465465
inc_turb_wallfunction_flatplate_sa.cfg_dir = "wallfunctions/flatplate/incompressible_SA"
466466
inc_turb_wallfunction_flatplate_sa.cfg_file = "turb_SA_flatplate.cfg"
467467
inc_turb_wallfunction_flatplate_sa.test_iter = 10
468-
inc_turb_wallfunction_flatplate_sa.test_vals = [-6.894429, -5.717193, -6.743475, -4.242550, -9.587276, 10.000000, -2.879802, 0.001021, 0.003759]
468+
inc_turb_wallfunction_flatplate_sa.test_vals = [-6.894206, -5.715970, -6.743740, -4.242551, -9.550272, 10.000000, -2.879370, 0.001021, 0.003759]
469469
test_list.append(inc_turb_wallfunction_flatplate_sa)
470470

471471
####################
@@ -558,7 +558,7 @@ def main():
558558
schubauer_klebanoff_transition.cfg_dir = "transition/Schubauer_Klebanoff"
559559
schubauer_klebanoff_transition.cfg_file = "transitional_BC_model_ConfigFile.cfg"
560560
schubauer_klebanoff_transition.test_iter = 10
561-
schubauer_klebanoff_transition.test_vals = [-8.284308, -13.240273, 0.000057, 0.007982]
561+
schubauer_klebanoff_transition.test_vals = [-8.284308, -13.239421, 0.000057, 0.007982]
562562
test_list.append(schubauer_klebanoff_transition)
563563

564564
#####################################
@@ -729,7 +729,7 @@ def main():
729729
hb_rans_preconditioning.cfg_dir = "harmonic_balance/hb_rans_preconditioning"
730730
hb_rans_preconditioning.cfg_file = "davis.cfg"
731731
hb_rans_preconditioning.test_iter = 25
732-
hb_rans_preconditioning.test_vals = [-1.902097, 0.484069, 0.601483, 3.609005, -5.949355]
732+
hb_rans_preconditioning.test_vals = [-1.902084, 0.484233, 0.601496, 3.609018, -5.943873]
733733
test_list.append(hb_rans_preconditioning)
734734

735735
######################################
@@ -796,7 +796,7 @@ def main():
796796
ddes_flatplate.cfg_dir = "ddes/flatplate"
797797
ddes_flatplate.cfg_file = "ddes_flatplate.cfg"
798798
ddes_flatplate.test_iter = 10
799-
ddes_flatplate.test_vals = [-2.714713, -5.788301, -0.214960, 0.023758, 0.000000]
799+
ddes_flatplate.test_vals = [-2.714713, -5.763293, -0.214960, 0.023758, 0.000000]
800800
ddes_flatplate.unsteady = True
801801
test_list.append(ddes_flatplate)
802802

@@ -856,7 +856,7 @@ def main():
856856
Aachen_3D_restart.cfg_dir = "turbomachinery/Aachen_turbine"
857857
Aachen_3D_restart.cfg_file = "aachen_3D_MP_restart.cfg"
858858
Aachen_3D_restart.test_iter = 5
859-
Aachen_3D_restart.test_vals = [-7.701448, -8.512359, -6.014939, -6.468741, -5.801762, -4.607173, -5.551041, -5.300777, -3.804188, -5.256055, -5.765225, -3.609601, -2.229277, -2.883896, -0.563470]
859+
Aachen_3D_restart.test_vals = [-7.701448, -8.512353, -6.014939, -6.468417, -5.801739, -4.607173, -5.550692, -5.300771, -3.804187, -5.256008, -5.765048, -3.609601, -2.229277, -2.883894, -0.563470]
860860
test_list.append(Aachen_3D_restart)
861861

862862
# Jones APU Turbocharger restart
@@ -889,8 +889,8 @@ def main():
889889
multi_interface.cfg_dir = "turbomachinery/multi_interface"
890890
multi_interface.cfg_file = "multi_interface_rst.cfg"
891891
multi_interface.test_iter = 5
892-
multi_interface.test_vals = [-8.632374, -8.895124, -9.350417]
893-
multi_interface.test_vals_aarch64 = [-8.632374, -8.895124, -9.350417]
892+
multi_interface.test_vals = [-8.632229, -8.894737, -9.348730]
893+
multi_interface.test_vals_aarch64 = [-8.632229, -8.894737, -9.348730]
894894
test_list.append(multi_interface)
895895

896896

0 commit comments

Comments
 (0)