Python code to generate RPT files
Python code to generate RPT files
(OP)
Hey everyone,
I have generated 100s of .odb files using Python by varying certain parameters. Now how do I generate rpt file for each of them? I need to obtain this file because it contains the total strain energy of my model. Extracting strain energy of each element is not possible because I've 10000+ elements. Basically, I need strain energy for each element in my rpt file alone with the total for each odb file.
Thanks in advance.
I have generated 100s of .odb files using Python by varying certain parameters. Now how do I generate rpt file for each of them? I need to obtain this file because it contains the total strain energy of my model. Extracting strain energy of each element is not possible because I've 10000+ elements. Basically, I need strain energy for each element in my rpt file alone with the total for each odb file.
Thanks in advance.





RE: Python code to generate RPT files
Are you new to this forum? If so, please read these FAQ:
http://www.eng-tips.com/faqs.cfm?fid=376
http://www.eng-tips.com/faqs.cfm?fid=1083
RE: Python code to generate RPT files
RE: Python code to generate RPT files
Are you new to this forum? If so, please read these FAQ:
http://www.eng-tips.com/faqs.cfm?fid=376
http://www.eng-tips.com/faqs.cfm?fid=1083
RE: Python code to generate RPT files
You rule :D thanks for the quick answer. It was just what i wanted. thank you thank you
RE: Python code to generate RPT files
If I include a connector element like nonlinear spring, will ALLSE include the SE of the spring also? If it does, how can I extract SE of model and SE of spring seperately?
Thanks in adnvace
RE: Python code to generate RPT files
For the element set of springs, request SENER as an output field or history variable - whichever is of interest to you.
Are you new to this forum? If so, please read these FAQ:
http://www.eng-tips.com/faqs.cfm?fid=376
http://www.eng-tips.com/faqs.cfm?fid=1083
RE: Python code to generate RPT files
I am beginner in using abaqus and i have a problem in interpretation of results.
I have to understand the Equivalent Plastic Strain at integration Point PEEK.
I n the last incremement i have the value for this parameter 2.179e+00. what means this value?
My model in in meters.
How i can interpretate this value? it is a abberant value ? I found in Abaqus help but i didn`t find any interpretation there...
Thnaks you very much
RE: Python code to generate RPT files
Abaqus doesnt use any units. Whatever value your modeled in, will the final result. EG: if i model in meters, apply force in newtons, then my stress will be N/m^2.
Hope it helped!