Skip to content

Query reagrding Simulating flow over staggered cylinders. #298

Answered by slaizet
Madhav-46 asked this question in Q&A
Discussion options

You must be logged in to vote

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 defining nobjmax 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

do k=nzi,nzf
       do …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Madhav-46
Comment options

@slaizet
Comment options

Answer selected by Madhav-46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants