Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations IDS on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Abacus RSG Scripting (Python)

Status
Not open for further replies.

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
 
Replies continue below

Recommended for you

I think I see already some mistakes in your code.
But first of all - post the code with the code-tags, so that format is not gone.

Code:
for i in x:
[indent]print i[/indent]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor