Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

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

Max Mises inconsistent when opening .odb or reading with script 1

Status
Not open for further replies.

SteffenB

Bioengineer
Joined
Jul 5, 2018
Messages
2
Location
DE
I'm doing a simulation combining Beam and Shell sections, using the script provided in the following link (I've also seen it in this forum before) to find the maximum value of von Mises stress.


However, the result this script outputs differs from the information I'm getting when opening the .odb manually, viewing the results. In my case, when opening it manually in the Abaqus GUI I'm getting roughly 229MPa, while the script outputs about 241MPa.

The step and frame displayed in the GUI are the same in which the script finds the maximum stress value.

Does anybody have an idea what could cause this difference in output?

I've attached an example .odb in which this occurs. If any files or code would actually help, I'm happy to provide.
 
The script uses that data in the elements. The contour plot in A/CAE extrapolates the values and averages them at the nodes. This could introduce a difference. Look first at the unaveraged data. See Results -> Options -> Averaging

But I think in your case it's coming from the section points of beams an shells. The contour plot uses a default section, but the max result could be in a different section. So switch the sections. Results -> Section Points. Or use the Envelope plot in this menu.
 
Hello Mustaine3,

thanks for your great input, I learned something new.

I had to change to the "Envelope" section to see the actual max stress, you were on point.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top