Clarification of the flow field #2436
Unanswered
elinlarsson744-ux
asked this question in
Q&A
Replies: 1 comment 7 replies
|
It will be more helpful if you could also share your case file :-) In Neko, the explicit filtering stabilisation in Nek5000 is not implemented so I am quite confused of which filtering your are actually using. (And FYI, for simulations for incompressible flows, we have implemented gradient jump penalty as a stabilisation alternative.) |
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi, i am running a simulation of flow over two cubes, at moderate Reynolds number around 5000. I have run the code in DNS mode with polynomial order 3, and explicit filtering with these setting "type": "explicit",
"order": 4,
"cutoff_ratio": 0.01
When I look at the flow field I see some fringe like patterns, which I am attaching below for your review. I am sure this effect is a not physical, so I am asking is it some kind of numerical artifacts as I don't have fine enough mesh near the walls or my polynomial order is low. The residuals converge quite okay though. Have someone experienced this and can help me with how to make correct this.
Thanks,


All reactions