Skip to content

Commit 6ad3530

Browse files
Merge branch 'develop' into feature_tke_supersonic
2 parents 6d62095 + f6db7d4 commit 6ad3530

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

TestCases/tutorials.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,14 @@ def main():
118118
sudo_design_adjoint.command = TestCase.Command("mpirun -n 2", "SU2_CFD_AD")
119119
test_list.append(sudo_design_adjoint)
120120

121+
# Laminar vortex shedding behind a cylinder (Re=120)
122+
von_karman_cylinder = TestCase('von_karman_cylinder')
123+
von_karman_cylinder.cfg_dir = "../Tutorials/incompressible_flow/Inc_Von_Karman_Cylinder"
124+
von_karman_cylinder.cfg_file = "unsteady_incomp_cylinder.cfg"
125+
von_karman_cylinder.test_iter = 10
126+
von_karman_cylinder.test_vals = [-7.845765, -7.681042, -8.736704, -0.002581, 1.423652]
127+
test_list.append(von_karman_cylinder)
128+
121129

122130
### Species Transport
123131

0 commit comments

Comments
 (0)