Skip to content

Commit 7aff386

Browse files
committed
update vandv
1 parent f26cf7e commit 7aff386

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

TestCases/vandv.py

Lines changed: 5 additions & 5 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.020633, -9.534767, -10.401566, -7.501415, -9.750798, -4.850297, 0.002807]
56+
flatplate_sst1994m.test_vals = [-13.041770, -10.137183, -10.939993, -7.992281, -10.323862, -4.732832, 0.002801]
5757
flatplate_sst1994m.test_vals_aarch64 = [-13.021715, -9.534786, -10.401912, -7.501836, -9.750800, -4.850665, 0.002807]
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.025425, -10.803521, -10.650384, -7.627578, -10.816248, -5.308678, 0.004911]
65+
bump_sst1994m.test_vals = [-13.025922, -11.014048, -10.634022, -7.540700, -11.769195, -6.978039, 0.004931]
6666
bump_sst1994m.test_vals_aarch64 = [-13.042689, -10.812982, -10.604523, -7.655547, -10.816257, -5.308083, 0.004911]
6767
test_list.append(bump_sst1994m)
6868

@@ -81,15 +81,15 @@ def main():
8181
swbli_sst.cfg_dir = "vandv/rans/swbli"
8282
swbli_sst.cfg_file = "config_sst.cfg"
8383
swbli_sst.test_iter = 5
84-
swbli_sst.test_vals = [-12.001545, -11.350636, -12.056760, -10.870102, -11.411568, -2.263450, 0.001796, -1.450519, -2.930524, 10.000000]
84+
swbli_sst.test_vals = [-11.569218, -10.909085, -11.607979, -10.431162, -11.407582, -2.637788, 0.001816, -1.305819, -3.514509, 13.399000]
8585
test_list.append(swbli_sst)
8686

8787
# DSMA661 - SA
8888
dsma661_sa = TestCase('dsma661_sa')
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.252527, -8.241876, -8.975283, -5.932184, -10.737674, 0.155687, 0.024232]
92+
dsma661_sa.test_vals = [-11.230903, -8.242025, -9.022553, -5.871551, -10.737683, 0.155687, 0.024232]
9393
dsma661_sa.test_vals_aarch64 = [-11.293183, -8.241775, -9.083761, -6.011398, -10.737680, 0.155687, 0.024232]
9494
test_list.append(dsma661_sa)
9595

@@ -98,7 +98,7 @@ def main():
9898
dsma661_sst.cfg_dir = "vandv/rans/dsma661"
9999
dsma661_sst.cfg_file = "dsma661_sst_config.cfg"
100100
dsma661_sst.test_iter = 5
101-
dsma661_sst.test_vals = [-10.979743, -8.400531, -8.767856, -5.814709, -10.519366, -7.345095, 0.155875, 0.023353]
101+
dsma661_sst.test_vals = [-11.017795, -8.156464, -9.007731, -5.893887, -10.650405, -7.860166, 0.155882, 0.023344]
102102
dsma661_sst.test_vals_aarch64 = [-10.977195, -8.403731, -8.747068, -5.808899, -10.522786, -7.369851, 0.155875, 0.023353]
103103
test_list.append(dsma661_sst)
104104

0 commit comments

Comments
 (0)