Using Python to Create Assembly of 200 parts (Abaqus)
Using Python to Create Assembly of 200 parts (Abaqus)
(OP)
Dear All,
I am using Python Script to create about 2000 parts and assemble them. Its taking a whole lot of time. Its taking data from a csv file and using that as reference for these parts. I get run out of memory at the end of long run and have to abandon it. Any general suggestions to how to optimise such script? I have tried modifying env file and allocating 100% memory but still does not work. Thank you in anticipation
Dee
I am using Python Script to create about 2000 parts and assemble them. Its taking a whole lot of time. Its taking data from a csv file and using that as reference for these parts. I get run out of memory at the end of long run and have to abandon it. Any general suggestions to how to optimise such script? I have tried modifying env file and allocating 100% memory but still does not work. Thank you in anticipation
Dee





RE: Using Python to Create Assembly of 200 parts (Abaqus)
I am not sure if this is even possible in your case but here it is anyway: Can you dump the contents of the .csv in to the script? File I/O may very well be your bottleneck.
http://www.eng-tips.com/faqs.cfm?fid=376
http://www.eng-tips.com/faqs.cfm?fid=1083
RE: Using Python to Create Assembly of 200 parts (Abaqus)
Han primo incensus