Skip to content

Commit e7d17f6

Browse files
committed
update
1 parent 42f80f3 commit e7d17f6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

TestCases/vandv.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,17 @@ def main():
5454
flatplate_sst1994m.cfg_dir = "vandv/rans/flatplate"
5555
flatplate_sst1994m.cfg_file = "turb_flatplate_sst.cfg"
5656
flatplate_sst1994m.test_iter = 5
57-
flatplate_sst1994m.test_vals = [-13.045864, -10.962894, -11.543805, -8.355270, -11.200467, -5.084711, 0.002786]
58-
flatplate_sst1994m.test_vals_aarch64 = [-13.045864, -10.962894, -11.543805, -8.355270, -11.200467, -5.084711, 0.002786]
57+
flatplate_sst1994m.test_vals = [-13.026348, -9.634516, -10.706546, -7.560399, -9.926923, -5.237330, 0.002786]
58+
flatplate_sst1994m.test_vals_aarch64 = [-13.026348, -9.634516, -10.706546, -7.560399, -9.926923, -5.237330, 0.002786]
5959
test_list.append(flatplate_sst1994m)
6060

6161
# bump in channel - sst-v1994m
6262
bump_sst1994m = TestCase('bump_sst1994m')
6363
bump_sst1994m.cfg_dir = "vandv/rans/bump_in_channel"
6464
bump_sst1994m.cfg_file = "turb_bump_sst.cfg"
6565
bump_sst1994m.test_iter = 5
66-
bump_sst1994m.test_vals = [-5.472393, -2.651543, -2.741047, 0.023512, -1.997863, 15.897007, 0.004899]
67-
bump_sst1994m.test_vals_aarch64 = [-13.000658, -10.449108, -10.585058, -7.531737, -10.468414, -5.695067, 0.004904]
66+
bump_sst1994m.test_vals = [-12.986997, -10.675928, -10.587885, -7.593707, -10.992547, -1.011790, 0.004900]
67+
bump_sst1994m.test_vals_aarch64 = [-12.986997, -10.675928, -10.587885, -7.593707, -10.992547, -1.011790, 0.004900]
6868
test_list.append(bump_sst1994m)
6969

7070
# SWBLI SA
@@ -82,7 +82,7 @@ def main():
8282
swbli_sst.cfg_dir = "vandv/rans/swbli"
8383
swbli_sst.cfg_file = "config_sst.cfg"
8484
swbli_sst.test_iter = 5
85-
swbli_sst.test_vals = [-11.500317, -10.752421, -11.508502, -10.331672, -10.300258, 1.562476, 0.002280, -1.324977, -6.297644, 1.000000]
85+
swbli_sst.test_vals = [-11.502406, -10.850464, -11.572206, -10.370605, -11.405558, -4.349068, 0.001794, -1.450380, -3.681252, 10.000000]
8686
test_list.append(swbli_sst)
8787

8888
##########################

0 commit comments

Comments
 (0)