Fadeel
Mechanical
- Aug 24, 2018
- 2
I'm doing python abaqus scripting. I'm trying to make unit cells by the following code:
SingleInstances_List=M.rootAssembly.instances.keys()
SingleInstances_Tuple=list(SingleInstances_List)
mdb.models['Model-1'].rootAssembly.InstanceFromBooleanMerge(name='Part-2', instances=([[SingleInstances_List]
for n in range(len(SingleInstances_List))], ), mergeNodes=ALL,
nodeMergingTolerance=0.1, domain=MESH, originalInstances=SUPPRESS)
I got the following error:
"ipc_connection_Broken" and exit the abaqus?
could anyone help?
Thanks
SingleInstances_List=M.rootAssembly.instances.keys()
SingleInstances_Tuple=list(SingleInstances_List)
mdb.models['Model-1'].rootAssembly.InstanceFromBooleanMerge(name='Part-2', instances=([[SingleInstances_List]
for n in range(len(SingleInstances_List))], ), mergeNodes=ALL,
nodeMergingTolerance=0.1, domain=MESH, originalInstances=SUPPRESS)
I got the following error:
"ipc_connection_Broken" and exit the abaqus?
could anyone help?
Thanks