Skip to content

Commit 5d1ebe8

Browse files
This case should never have worked properly because it causes an out of bound bug. This bug should get solved with a future debug, but the case file should also be modified
1 parent feae160 commit 5d1ebe8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • examples/2D_forward_facing_step

examples/2D_forward_facing_step/case.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@
7171
# Patch: No slip rectangle
7272
"patch_ib(1)%geometry": 3,
7373
"patch_ib(1)%x_centroid": 11.5 * h,
74-
"patch_ib(1)%y_centroid": 0 * h,
74+
"patch_ib(1)%y_centroid": h,
7575
"patch_ib(1)%length_x": 17 * h,
76-
"patch_ib(1)%length_y": 2 * h,
76+
"patch_ib(1)%length_y": h,
7777
"patch_ib(1)%slip": "T",
7878
# Fluids Physical Parameters
7979
"fluid_pp(1)%gamma": 1.0 / (gam_a - 1.0),

0 commit comments

Comments
 (0)