adding two mesh generators #18320
-
I am trying to create periodic boundary conditions on the displacement field and constrain one of the corner nodes to have zero displacement (to get rid of rigid body translations). I was able to do this in an older version of MOOSE (before mesh generators), but now I get an error "Your MeshGenerator tree contains multiple possible generator outputs : This may be due to a missing dependency or may be intentional. Please select the final MeshGenerator in The way that I created the boundary side sets is using the SideSetsFromNormalsGenerator and to create the corner node I use ExtraNodesetGenerator with coord='0 0 0'. I think this error is referring to the fact that the side sets contain the extra node set that I am creating. For some reason, this wasn't a problem in the older code (I think the Dirichlet BC had precedence over the periodic BC's) but it is now. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hello Could you please paste your [Mesh] / mesh generators block here? Guillaume |
Beta Was this translation helpful? Give feedback.
Hello
Could you please paste your [Mesh] / mesh generators block here?
Guillaume