construct_node_list_from_side_list adding nodes to existing nodesets #25983
Unanswered
naabwxt
asked this question in
Q&A Meshing
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Quick question on how
construct_node_list_from_side_list
is intended to work. I have defined a model in Cubit with SideSets and NodeSets...by default cubit gives the first sideset an ID of 1 and the first node set an ID of 1. When this exodus is loaded into MOOSE withconstruct_node_list_from_side_list = true
as is the default, it is adding the nodes from sideset ID 1 to the nodeset ID 1. Is that what is supposed to happen? Am I supposed to make sure the nodesets in cubit start at double the highest id in sidesets? Or am I missing a setting somewhere?Beta Was this translation helpful? Give feedback.
All reactions