Skip to content

Commit

Permalink
Merge branch 'tut_unst_cylinder' of https://github.com/su2code/su2 in…
Browse files Browse the repository at this point in the history
…to tut_unst_cylinder
  • Loading branch information
bigfooted committed Feb 26, 2025
2 parents abd2f75 + 9042c1b commit 15f8836
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
uses: docker://ghcr.io/su2code/su2/test-su2:240320-1536
with:
# -t <Tutorials-branch> -c <Testcases-branch>
args: -b ${{github.ref}} -t Inc_Von_Karman_Cylinder -c develop -s ${{matrix.testscript}}
args: -b ${{github.ref}} -t tut_unst_cylinder -c develop -s ${{matrix.testscript}}
- name: Cleanup
uses: docker://ghcr.io/su2code/su2/test-su2:240320-1536
with:
Expand Down
2 changes: 1 addition & 1 deletion TestCases/tutorials.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def main():

# Laminar vortex shedding behind a cylinder (Re=120)
von_karman_cylinder = TestCase('von_karman_cylinder')
von_karman_cylinder.cfg_dir = "../Tutorials/incompressible_flow/Inc_Von_Karman"
von_karman_cylinder.cfg_dir = "../Tutorials/incompressible_flow/Inc_Von_Karman_Cylinder"
von_karman_cylinder.cfg_file = "unsteady_incomp_cylinder.cfg"
von_karman_cylinder.test_iter = 10
von_karman_cylinder.test_vals = [-7.845765, -7.681042, -8.736704, -0.002581, 1.423652]
Expand Down

0 comments on commit 15f8836

Please sign in to comment.