larger geometry in the pipflow_preinlet case #86
Replies: 5 comments 2 replies
-
|
I can't tell it for sure from this, but my first guess would be along the message |
Beta Was this translation helpful? Give feedback.
-
|
I changed the order of functions and again it is stuck. However the previous warning is not there: It gets stuck here to be more precise: |
Beta Was this translation helpful? Give feedback.
-
|
OK, now more updates. It seems not to have any relation to the blockSize and what so ever. It shows everything is good and the fraction of allocation is decreased to like 40% in my case when using blockSize = 25. The culprit is the And I can't understand why this function is applying the bounceBack BC to all nodes in the outer bounding box? and more importantly why it works on 100% fraction allocation and not the one with 40%? |
Beta Was this translation helpful? Give feedback.
-
|
So I managed to replace that function with the function that is used in the pipeflow case for defining BounceBack on nodes: But I don't get the boundary: I am just guessing that maybe there is a conflict between the main multiblock lattice and the preinlet lattice because they are pretty much mixed in the code. Also, another issue is the block decomposition of the pre-inlet domain. It produces blocks with a high aspect ratio. I don't know why this happens and how I can control it. |
Beta Was this translation helpful? Give feedback.
-
|
I tried adding the pre-inlet code step by step. Putting every other thing aside, it will crash if I add |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I ma trying to use my custom geomtry in the pipeflow_with_preinlet case. It works fine when my geometry is small i.e. D = 5 um, but when I change it to something bigger like D = 20 um (not big actually) it stuck forever in the boundary creation step. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions