-
Dear all, I am trying to apply the translating wall in the flow. I applied z velocity on the top wall, which I assigned at byzn value (I added the variable manually) in Case-Channel.f90 with a value of 0.8. However, plotting the result, the z velocity near the bottom of the wall is zero, with maximum near the flow is about -0.017. Is there any steps missing from my methods? Is it because of the dpdxy correction in pres_correc that keeps the velocity low? Thank you in advance. Wid |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Using an explicit time advancement scheme (RK3), I imposed uz(i,xsize(2),k)=0.1 in the pre_correc subroutine (for nclyn=2) and the code is behaving as expected (the velocity uz is equal to 0.1 at the top wall for the all simulation). |
Beta Was this translation helpful? Give feedback.
Using an explicit time advancement scheme (RK3), I imposed uz(i,xsize(2),k)=0.1 in the pre_correc subroutine (for nclyn=2) and the code is behaving as expected (the velocity uz is equal to 0.1 at the top wall for the all simulation).
Best,
Sylvain