-
Notifications
You must be signed in to change notification settings - Fork 921
Description
Hello all,
I have a question about using the MARKER_INTERNAL. I was expecting that adding a MARKER_INTERNAL will not affect the solution in any way. Though, when I try to use it I observe a spurious spike in the solution at the location of the internal marker.
To create an interior marker in Pointwise, I create a baffle zone which connects two blocks (https://www.pointwise.com/doc/user-manual/cae/set-boundary-conditions/boundary-condition-connections.html). So there are two sides of the face and I marked them both as internal markers. This increases the number of elements in mesh because the nodes on the marker are duplicated (one for each side except on the perimeter). So essentially, at the each (x,y,z) location of the internal marker, there are two nodes. Instead of having 6 neighbors as an internal node (hex elements in 3-D), the two nodes "share" the neighbors which leads to error in momentum and mass balance in both the nodes causing errors in the solution.
I am not quite sure how to fix this. Is there a different way to use internal markers? Or is the internal marker not supported anymore?
Regards,
Akshay