Replies: 1 comment 5 replies
-
We talked about this in the context of a fix by @maxaehle (illegal access to normal neighbor IIRC) |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I did some more simulations on my 90 degree pipe bend and I noticed some spots in y+, tke and omega. This is a test for wall functions by the way, where I impose the values for tke and omega.
A picture is here:
https://github.com/bigfooted/su2cases/blob/master/validation/sudo_pipe_bend/paraview_screenshot_hotspot_tke.png
It looks like these spots appear at the edge of the mpi partitions. A further examination showed that these high tke values only appear on halo nodes, where we have:
(!geometry->nodes->GetDomain(iPoint))
Not sure how to get rid of these spots. Since they are on halo nodes, do they then not affect the solution and it is only a visualization thing?
Beta Was this translation helpful? Give feedback.
All reactions