SDEBOCK, thank you very much for your prompt reply. Bsed on your answer, I see that I have problems on contour plot interpretation on Abaqus. I confess that I am not totally sure what kind of contour I must plot to analyze my jobs. If someone else here can help me on that, I would appreciate.
First of all, I don't use Abaqus/CAE to pre-process my model. I use Hypermesh. I just create the mesh and, following, the input file. Then, I open this file and I type the Abaqus commands to create materials (*MATERIALS), section properties (*SHELL SECTION, *SOLID SECTION, *MEMBRANE SECTION, etc.), loading and boundary condition (*CLOAD, *DLOAD, *DSLOAD, *BOUNDARY, etc.), type of analysis (*STATIC or *DYNAMIC) and output variables (*NODE OUTPUT, *ELEMENT OUTPUT, etc.). Finally, as soon as the analysis is complete and the ODB file is available, then I open it on Abaqus/CAE for post-processing.
For the output variables, I type the following:
*OUTPUT, FIELD
*NODE OUTPUT
U
*ELEMENT OUTPUT, POSITION = NODES
S,EE,LE,PE,PEEQ,
You can see that I require the results interpolated to the nodes. On Abaqus/CAE, I usually just plot stresses and strains with Banded countour plot (Options => Contour) and no averaging (Results => Options). This is what I did in my analysis, in which I got von Mises stress higher than the material yield stress and no plastic strain took place.
Should I keep on requiring output variable to be interpolated to nodes?
Is my contour plot strategy right? If not, what would be the best way to visualize contour plots on Abaqus/CAE?
What do you guys suggest me?
I will appreciate any help.
Thanks in advance.