Skip to content

Commit 656840e

Browse files
committed
update with cylindrical testcase
1 parent 0cf832c commit 656840e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TestCases/parallel_regression.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -571,8 +571,8 @@ def main():
571571

572572
# Laminar wall mounted cylinder, Euler walls, cylinder wall diagonally split
573573
inc_cylinder_split = TestCase('inc_cylinder_split')
574-
inc_cylinder_split.cfg_dir = "incomp_navierstokes/cylinder"
575-
inc_cylinder_split.cfg_file = "incomp_cylinder.cfg"
574+
inc_cylinder_split.cfg_dir = "incomp_navierstokes/cylinder_split"
575+
inc_cylinder_split.cfg_file = "cylinder_split.cfg"
576576
inc_cylinder_split.test_iter = 10
577577
inc_cylinder_split.test_vals = [-4.004072, -3.194881, -0.076553, 7.780048]
578578
test_list.append(inc_cylinder_split)

0 commit comments

Comments
 (0)