-
Hello Dr. Laizet and the Incompact3d Development Team, I am trying to simulate flow over an array of 8 cylinders arranged in a staggered pattern. For this, I tried two approaches:
I would be grateful for any insights or documentation from the Incompact3d Development Team that could assist me in this regard. Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi Madhav, |
Beta Was this translation helpful? Give feedback.
Hi,
You made a lot of modifications like the BC in the Z direction, the Reynolds number which is too high for that resolution, the LES mode that is not set up properly, etc. My recommendation would be to go step by step, starting from input_DNS300_LR.i3d. You should be able to add several cylinders by just hard coding new cylinder in
subroutine geomcomplex_cyl
and using iibm=1 as suggested in my previous email. Then you can add the flow reconstruction by definingnobjmax
as the maximum number of fluid/solid and/or solid/fluid interfaces.Below is an example with two cylinders, obtained with minimal changes.
I just added the loop below in
subroutine geomcomplex_cyl