Skip to content

Commit

Permalink
rename folder
Browse files Browse the repository at this point in the history
  • Loading branch information
bigfooted committed Feb 25, 2025
1 parent 1f2c664 commit 9042c1b
Showing 1 changed file with 1 addition and 1 deletion.
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 = [-4.640621, 1.436697, -0.707302, 208.023676]
Expand Down

0 comments on commit 9042c1b

Please sign in to comment.