How to get Von Mises stress for section on Abaqus

AI Thread Summary
To obtain average, minimum, and maximum Von Mises stress for a section in Abaqus, users can utilize the XY plot manager to create a plot of Von Mises stress versus time for all elements in the desired set. By employing the "operate on XY data" function with the "sum" option, a summed curve can be generated. Additionally, users may consider using Python scripts, but syntax errors can occur, such as the one reported on line 25 of a provided script. It is suggested to ensure that element volume is accounted for by outputting IVOL or EVOL to the ODB if averaging by volume is desired. Overall, these methods can effectively yield the required stress results from Abaqus.
cfoley
Messages
2
Reaction score
0
I am doing FEA analysis using Abaqus and I need to get the average/min/max Von Mises stress for a section rather than the Von Mises stress for each individual element.

I have tried using python scripts such as http://www.eng-tips.com/viewthread.cfm?qid=184288 however I have had no success as of yet.

Has anybody any suggestions on how I can go about this ?
 
Engineering news on Phys.org
I'm not sure: Is this even a physically meaningful quantity? (Do you mean a solid section or a cross-section, btw?)
Do you want to weigh the von Mises stress by the element volume (if so, you need to output IVOL or EVOL to the odb).
If you have a set for the section you want to average over, you can do it directly in cae in the following way:
1. Use the xy plot manager to create a plot of von Mises stress vs time for all elements in your set.
2. Use "operate on xy data". As a function, use "sum", then select all the xy-curves you just created, this will give you a summed-up curve.

Final tip: If you want to know what python commands this corresponds to, look into the abaqus.rpy.

(Of course you can also do it using a python script as the one you linked - this should work (why did it not? what was the problem?)
 
@Sonderval Thank you very much this has been a great help and we have been able to pull the results that we require from abaqus.

Our problem when trying to run the python script is that we keep getting a syntax error on line 25 - '' def getMaxMises(Job-2,WHITE_MA) : ''
 
Posted June 2024 - 15 years after starting this class. I have learned a whole lot. To get to the short course on making your stock car, late model, hobby stock E-mod handle, look at the index below. Read all posts on Roll Center, Jacking effect and Why does car drive straight to the wall when I gas it? Also read You really have two race cars. This will cover 90% of problems you have. Simply put, the car pushes going in and is loose coming out. You do not have enuff downforce on the right...
Thread 'Physics of Stretch: What pressure does a band apply on a cylinder?'
Scenario 1 (figure 1) A continuous loop of elastic material is stretched around two metal bars. The top bar is attached to a load cell that reads force. The lower bar can be moved downwards to stretch the elastic material. The lower bar is moved downwards until the two bars are 1190mm apart, stretching the elastic material. The bars are 5mm thick, so the total internal loop length is 1200mm (1190mm + 5mm + 5mm). At this level of stretch, the load cell reads 45N tensile force. Key numbers...
I'm trying to decide what size and type of galvanized steel I need for 2 cantilever extensions. The cantilever is 5 ft. The space between the two cantilever arms is a 17 ft Gap the center 7 ft of the 17 ft Gap we'll need to Bear approximately 17,000 lb spread evenly from the front of the cantilever to the back of the cantilever over 5 ft. I will put support beams across these cantilever arms to support the load evenly
Back
Top