Mesh object for creating internal surface? #28033
-
Hi, I'm trying to create an internal surface in a rectangular mesh to use an interface BC with. This is the setup: (NB, the surface does not cut through the blue box). Previously, with the case where theta = 0, I had simply created two different blocks in the lower (black) rectangle with BoundingBoxNodeSetGenerator (even though both sides had the same material properties), and then I used SideSetsBetweenSubdomainsGenerator to define the surface. Now that I have an angle, is it still possible to do this, or would I need to try to do it directly from the mesh generation software? I was having issues with that in the past (refining specific subregions within the meshing software and still retaining domain names) hence why I did the subdomain definitions within MOOSE. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hello Can you use the ParsedGenerateSideset? Guillaume |
Beta Was this translation helpful? Give feedback.
Hello
Can you use the ParsedGenerateSideset?
this can work with an equation, if the nodes exist already at the right location
Guillaume