Assigning Surface Properties for Contact Pairs in Abaqus/Standard

This section describes how to modify the properties associated with surfaces in a contact pair definition.

This page discusses:

Accounting for Shell and Membrane Thickness

All of the contact formulations except the finite-sliding, node-to-surface formulation account for initial shell and membrane thicknesses for element-based surfaces by default. The finite-sliding, node-to-surface formulation will not account for surface thickness. Node-based surfaces have no thickness, regardless of which element types are connected to the surface nodes. Accounting for element thicknesses in contact calculations is generally desirable, but you can avoid having thickness considered if it is not desired.

Example

Consider the case of a shell pinched between two rigid surfaces, as shown in Figure 1.

Shell pinched between two rigid bodies.

In this example contact pairs using the small-sliding, node-to-surface formulation are defined between the top surface of the shell and the top rigid surface and between the bottom surface of the shell and the bottom rigid surface. Although the shell surfaces are defined at the shell reference location, the contact interactions account for the thickness of the shell and are offset from the reference surface. The penalty constraint enforcement method (see Contact Pressure-Overclosure Relationships) is used to avoid overconstraining secondary nodes. The following input is used:

SURFACE, NAME=TOP_RIG_SURF
TOP_RIG_ELS,
SURFACE, NAME=SHELL_TOP_SURF
SHELL_ELS,SPOS
SURFACE, NAME=SHELL_BOT_SURF
SHELL_ELS,SNEG
SURFACE, NAME=BOT_RIG_SURF
BOT_RIG_ELS,
CONTACT PAIR, INTERACTION=INTER_AL, SMALL SLIDING
SHELL_TOP_SURF, TOP_RIG_SURF
SHELL_BOT_SURF, BOT_RIG_SURF
SURFACE INTERACTION, NAME=INTER_AL
SURFACE BEHAVIOR, PENALTY

Specifying Surface Geometry Corrections

With the finite element method, curved geometric surfaces are naturally approximated as a faceted group of connected element faces. The use of a faceted surface geometry rather than the true surface geometry can significantly contribute to contact stress inaccuracy in contact pairs, especially when the magnitude of the differences between the faceted and true surface is not small with respect to the deformation of the components in contact. Methods for overcoming convergence and accuracy difficulties associated with faceted surfaces in contact interactions are discussed in Contact Formulations in Abaqus/Standard and Smoothing Contact Surfaces in Abaqus/Standard.