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 cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

ABAQUS - Plotting depth (i.e. positional data) in postprocessing

Status
Not open for further replies.

atrashm

Mechanical
Joined
Jan 8, 2020
Messages
2
Location
GB
Hi

I have simulated a scraping process (with element deletion) and now left with a scraped path. How can I create a contour plot to indicate the depth of cut?

Thank you.
 
You can plot STATUS variable on undeformed model to visualize the cutting depth. Another useful output variable to display on contour plot in this case is COORD. This one stores current (when NLgeom is ON) coordinates of integration points or nodes of each element. Just choose the nodal one and proper component (in the depth direction). You can also create custom field output using COORD (and other variables if necessary). It can be done using Tools —> Field Output —> Create From Fields. There it’s possible to operate on field output variables to create new ones.
 
Where do I find COORD?
 
COORD can be found in Field Output Request editor, under Volume/Thickness/Coordinates. Or you can manually add it to output requests in the input file.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top