Abaqus part from nodes and element information
Hello
I am trying to create a part in ABQUS using the information from the nodes and the conectivity of the elements im using a simple code to startbut im having problems with the definition of the elements. The script code is
from part import *
modelName = 'importmodel'
jobName = 'importmodel'
FFMModel = mdb.Model(name=modelName)