Coreform Cubit 2023.8 Fedora Core 38
Having some weird issues with nodesets; the geometry is imported from an exodus file, and I want to add some nodes to nodesets
Cubit>nodeset 1 name "fixed-bc" node 5691520
ERROR: Attempted to create empty nodeset; removing nodeset 1.
Ok, maybe my syntax is wrong
help nodeset
nodeset <id|auto_id> [ADD] {node|vertex|curve|surface|volume|group} <ids> [name <name>]
Ok, lets try
%>cubit.cmd('nodeset auto_id add node 5691520 name "fixed-bc"')
Set name of nodeset 2797 to "fixed-bc"
ERROR: Attempted to create empty nodeset; removing nodeset 2797
Maybe I’ve made up an invalide node id
Cubit>list node 5691520
Node 5691520 --
X-coord Y-coord Z-coord
-3.066500 -0.347500 -4.102887
Owner: none (imported node)
Tets: 6043971, 6044134
Finished Command: list node 5691520
I’m sure I’ve done stuff like this in the past, I cant figure out what I’m forgetting here…