Element Deletion

Note: This feature is only supported in Abaqus/Standard for versions 6.14 and later. It is supported for all versions of Abaqus/Explicit.

Elements can be removed during an analysis by turning on the element deletion feature. If the element deletion feature is turned on, elements will be deleted when rupture occurs (SDV1 = 2).

When an element is deleted, all of the stresses in the element are set to zero and the element no longer has any energetic contribution to the simulation. Elements with multiple integration points are not deleted until each integration point is flagged for deletion. Until the element is deleted, all integration points have a non-zero stiffness and continue to contribute to the overall strain energy of the model, regardless of their individual deletion status.

Two steps are required to turn on element deletion:

  1. Enable element deletion in the export dialog
  2. Request output of the STATUS variable

Enable Element Deletion

To enable element deletion, you must turn on the Enable element deletion check box in the Export to Structural Package dialog. This feature is turned on by default.

When the Enable element deletion feature is turned on, Advanced Material Exchange will modify the input file to include the DELETE=2 parameter. This parameter will appear after the *DEPVAR keyword. For example:

*DEPVAR, DELETE=2
11

The DELETE=2 parameter can also be added using Abaqus/CAE or by manually editing the input file with a text editor.

Request Output

The STATUS variable must be included in the list of element outputs. For example:

*OUTPUT, FIELD
*ELEMENTOUTPUT
SDV, STATUS

The STATUS variable can be added to the output requests with Abaqus/CAE or by manually editing the input file with a text editor. With Abaqus/CAE:

  1. Click Output > Field Output Requests > Manager
  2. Click Edit
  3. Select STATUS from the list of output variables
  4. Click OK

Note: If this step is omitted, element deletion will still work properly. However, Abaqus/Viewer will not remove the deleted elements from the visualization.