Skip to content

Commit 170d534

Browse files
committed
update vandv, restart from start
1 parent 0b24ee5 commit 170d534

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

TestCases/vandv.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def main():
6363
bump_sst1994m.cfg_dir = "vandv/rans/bump_in_channel"
6464
bump_sst1994m.cfg_file = "turb_bump_sst.cfg"
6565
bump_sst1994m.test_iter = 50
66-
bump_sst1994m.test_vals = [-9.357032, -5.944060, -2.100896, 0.024576, 0.004967]
66+
bump_sst1994m.test_vals = [-5.125576, -1.819055, 2.334682, 0.026347, 0.004771]
6767
bump_sst1994m.test_vals_aarch64 = [-13.085614, -10.325319, -5.559183, 0.024576, 0.004967]
6868
test_list.append(bump_sst1994m)
6969

@@ -72,7 +72,7 @@ def main():
7272
bump_sst1994m_restart.cfg_dir = "vandv/rans/bump_in_channel"
7373
bump_sst1994m_restart.cfg_file = "turb_bump_sst_restart.cfg"
7474
bump_sst1994m_restart.test_iter = 5
75-
bump_sst1994m_restart.test_vals = [-9.357032, -5.944060, -2.100896, 0.024576, 0.004967]
75+
bump_sst1994m_restart.test_vals = [-5.248762, -1.940175, 2.250798, 0.026499, 0.004869]
7676
bump_sst1994m_restart.test_vals_aarch64 = [-13.085614, -10.325319, -5.559183, 0.024576, 0.004967]
7777
test_list.append(bump_sst1994m_restart)
7878

0 commit comments

Comments
 (0)