Skip to content

Commit f9f609e

Browse files
authored
Apply suggestions from code review
1 parent 0ec40c0 commit f9f609e

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

.github/workflows/regression.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
uses: docker://ghcr.io/su2code/su2/test-su2:220614-1237
129129
with:
130130
# -t <Tutorials-branch> -c <Testcases-branch>
131-
args: -b ${{github.ref}} -t develop -c update_vandv -s ${{matrix.testscript}}
131+
args: -b ${{github.ref}} -t develop -c develop -s ${{matrix.testscript}}
132132
- name: Cleanup
133133
uses: docker://ghcr.io/su2code/su2/test-su2:220614-1237
134134
with:

TestCases/vandv.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ def main():
5050
test_list.append(p30n30)
5151

5252
# flat plate - sst-v1994m
53-
flatplate_sst1994m_restart = TestCase('flatplate_sst1994m')
54-
flatplate_sst1994m_restart.cfg_dir = "vandv/rans/flatplate"
55-
flatplate_sst1994m_restart.cfg_file = "turb_flatplate_sst.cfg"
56-
flatplate_sst1994m_restart.test_iter = 5
57-
flatplate_sst1994m_restart.test_vals = [-13.000480, -9.646253, -10.645471, -7.477528, -9.684807, -5.353455, 0.002809]
58-
flatplate_sst1994m_restart.test_vals_aarch64 = [-13.000480, -9.646253, -10.645471, -7.477528, -9.684807, -5.353455, 0.002809]
59-
test_list.append(flatplate_sst1994m_restart)
53+
flatplate_sst1994m = TestCase('flatplate_sst1994m')
54+
flatplate_sst1994m.cfg_dir = "vandv/rans/flatplate"
55+
flatplate_sst1994m.cfg_file = "turb_flatplate_sst.cfg"
56+
flatplate_sst1994m.test_iter = 5
57+
flatplate_sst1994m.test_vals = [-13.044282, -9.682503, -10.712657, -7.519027, -9.742878, -5.374663, 0.002809]
58+
flatplate_sst1994m.test_vals_aarch64 = [-13.044282, -9.682503, -10.712657, -7.519027, -9.742878, -5.374663, 0.002809]
59+
test_list.append(flatplate_sst1994m)
6060

6161
# bump in channel - sst-v1994m
6262
bump_sst1994m = TestCase('bump_sst1994m')
@@ -80,7 +80,7 @@ def main():
8080
swbli_sst.cfg_dir = "vandv/rans/swbli"
8181
swbli_sst.cfg_file = "config_sst.cfg"
8282
swbli_sst.test_iter = 20
83-
swbli_sst.test_vals = [-11.020298, -10.520189, -11.572148, -10.164444, -11.112109, -3.678967, 0.002339, -2.979149, -5.343362, 1.3401]
83+
swbli_sst.test_vals = [-11.030236, -10.542428, -11.668592, -10.210996, -11.121572, -3.875880, 0.002339, -2.472912, -5.464633, 2.786]
8484
test_list.append(swbli_sst)
8585

8686
#################

TestCases/vandv/rans/bump_in_channel/turb_bump_sst.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ CONV_RESIDUAL_MINVAL= -13
5353
MESH_FILENAME= mesh_bump_2d_0089x041.cgns
5454
MESH_FORMAT= CGNS
5555
MESH_OUT_FILENAME= mesh_out.su2
56-
SOLUTION_FILENAME= restart_flow.dat
56+
SOLUTION_FILENAME= solution_flow.dat
57+
5758
CONV_FILENAME= history
5859
RESTART_FILENAME= restart_flow.dat
5960
VOLUME_FILENAME= flow

0 commit comments

Comments
 (0)