Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

Tool penetrating inner elements of workpiece

Status
Not open for further replies.

Vxxxxx

Mechanical
Jun 5, 2020
91
0
0
MY
Hi! I am conducting 3D cutting simulation but my tool is penetrating inner elements of the workpiece.

Here are some settings that I used:
Step: Dynamic, temp-disp, explicit
Contact: general contact

I used to have this problem in 2D simulation but this forum helped solving that problem by using this code.

*Surface, type=element, name=xxx
,
yyy, interior
...
*Contact inclusions
xxx,
*Contact controls assignment, nodal erosion=yes

But for 3D model, I couldnt do the same as I could not select surfaces of inner elements.
It would be great if anyone could provide some guidance.
Thank you very much.
 
Replies continue below

Recommended for you

It works the same way. You don't have to provide a surface, just an element set (=yyy).

Look into the documentation:
Abaqus > Abaqus Introduction & Spatial Modeling > Spatial Modeling > Surface definition > Element-based surface definition
 
Hi Mustaine3, thank you very much for your reply.

I tried the same thing, which is:

*SURFACE, NAME=surface_name, TYPE=ELEMENT
element_set_name, INTERIOR

*Contact inclusions
surface_name,
*Contact controls assignment, nodal erosion=yes

but it still doesnt work.
Abaqus Error: Analysis Input File Processor exited with an error.

Thank you.
 
Status
Not open for further replies.
Back
Top