We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d1ebe8 commit 2cdea4cCopy full SHA for 2cdea4c
1 file changed
examples/2D_forward_facing_step/case.py
@@ -70,9 +70,9 @@
70
"patch_icpp(1)%alpha(1)": 1.0,
71
# Patch: No slip rectangle
72
"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,
+ "patch_ib(1)%x_centroid": 9 * h,
+ "patch_ib(1)%y_centroid": 0.5 * h,
+ "patch_ib(1)%length_x": 12 * h,
76
"patch_ib(1)%length_y": h,
77
"patch_ib(1)%slip": "T",
78
# Fluids Physical Parameters
0 commit comments