Skip to content

Commit 2cdea4c

Browse files
x direction modifications were required as well
1 parent 5d1ebe8 commit 2cdea4c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • examples/2D_forward_facing_step

examples/2D_forward_facing_step/case.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@
7070
"patch_icpp(1)%alpha(1)": 1.0,
7171
# Patch: No slip rectangle
7272
"patch_ib(1)%geometry": 3,
73-
"patch_ib(1)%x_centroid": 11.5 * h,
74-
"patch_ib(1)%y_centroid": h,
75-
"patch_ib(1)%length_x": 17 * h,
73+
"patch_ib(1)%x_centroid": 9 * h,
74+
"patch_ib(1)%y_centroid": 0.5 * h,
75+
"patch_ib(1)%length_x": 12 * h,
7676
"patch_ib(1)%length_y": h,
7777
"patch_ib(1)%slip": "T",
7878
# Fluids Physical Parameters

0 commit comments

Comments
 (0)