Create node set from post adaptivity mesh failure #27707
Answered
by
GiudGiud
LifengGan
asked this question in
Q&A Meshing
-
Dear moose user, I had a problem on making node set from the post-adaptivity mesh using the following Mesh and Adaptivity block I got the noncrack node set only the the original gen mesh, not the one from post adaptivity, see the fig below when loading in y-direction condition Would anyone know how to fix this problem, thx. Best regards,
|
Beta Was this translation helpful? Give feedback.
Answered by
GiudGiud
May 24, 2024
Replies: 1 comment
-
Hello The ordering of execution does not work to create the nodeset like this. You could:
Guillaume |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
LifengGan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello
The ordering of execution does not work to create the nodeset like this.
The mesh is generated by
gen
andnoncrack
, then adaptivity is run.You could:
noncrack
generator againOR
An example here
https://mooseframework.inl.gov/source/userobjects/SidesetAroundSubdomainUpdater.html
of the user-object version of the SidesetAroundSubdomainGenerator
Guillaume