27 September 2016 2 9K Report

Hi, I am trying to connect springs to all the nodes on a surface using twopointspringdashpot using python scripting in abaqus, but the problem is that I need to define separate node sets for all the nodes on that surface. i am trying to use mymodel.Set(name=loppsetname, nodes=mdb.models['name'].rootAssembly.sets['name'].nodes[i]) but it does not work because the node is of the type meshnode and requests for a tuple instead. how can i access all the nodes on a surface separately as tuples?

More Elaheh Elyasi's questions See All
Similar questions and discussions