29.4.4 Contact formulation for ABAQUS/Explicit contact pairs

Products: ABAQUS/Explicit  ABAQUS/CAE  

References

Overview

The contact formulation for the contact pair algorithm in ABAQUS/Explicit includes:

  • the constraint enforcement method (kinematic or penalty);

  • the contact surface weighting (balanced or pure master-slave); and

  • the sliding formulation (finite, small, or infinitesimal).

Constraint enforcement method

By default, all contact pairs in an ABAQUS/Explicit simulation use a kinematic predictor/corrector contact algorithm to strictly enforce contact constraints (for example, no penetrations are allowed). Alternatively you can choose a penalty contact algorithm, which has a weaker enforcement of contact constraints but allows for treatment of more general types of contact. Both methods conserve momentum between the contacting bodies.

Kinematic contact algorithm

A summary of the default kinematic algorithm that ABAQUS/Explicit uses to enforce contact with the contact pair algorithm is presented below. It is a predictor/corrector algorithm and, therefore, has no influence on the stable time increment. It is easier to describe the algorithm by first considering a pure master-slave contact pair.

Kinematic enforcement of contact conditions in a pure master-slave contact pair

In this case in each increment of the analysis ABAQUS/Explicit first advances the kinematic state of the model into a predicted configuration without considering the contact conditions. ABAQUS/Explicit then determines which slave nodes in the predicted configuration penetrate the master surfaces. The depth of each slave node's penetration, the mass associated with it, and the time increment are used to calculate the resisting force required to oppose penetration. For hard contact, this is the force which, had it been applied during the increment, would have caused the slave node to exactly contact the master surface. The next step depends on the type of master surface used.

  • When the master surface is formed by element faces, the resisting forces of all the slave nodes are distributed to the nodes on the master surface. The mass of each contacting slave node is also distributed to the master surface nodes and added to their mass to determine the total inertial mass of the contacting interfaces. ABAQUS/Explicit uses these distributed forces and masses to calculate an acceleration correction for the master surface nodes. Acceleration corrections for the slave nodes are then determined using the predicted penetration for each node, the time increment, and the acceleration corrections for the master surface nodes. ABAQUS/Explicit uses these acceleration corrections to obtain a corrected configuration in which the contact constraints are enforced.

  • In the case of an analytical rigid master surface, the resisting forces of all slave nodes are applied as generalized forces on the associated rigid body. The mass of each contacting slave node is added to the rigid body to determine the total inertial mass of the contacting interfaces. The generalized forces and added masses are used to calculate an acceleration correction for the analytical rigid master surface. Acceleration corrections for the slave nodes are then determined by the corrected motion of the master surface.

When using hard kinematic contact, it is still possible with the pure master-slave algorithm for the master surface to penetrate the slave surface in the corrected configuration (see Figure 29.4.4–1).

Figure 29.4.4–1 Master surface penetrations into the slave surface of a pure master-slave contact pair due to coarse discretization.

Using a sufficiently refined mesh on the slave surface will minimize such penetrations. Softened kinematic contact will allow penetrations since corrections are made to satisfy the pressure-overclosure relationship at the slave-nodes, not the condition of zero penetration.

Kinematic enforcement of contact conditions in a balanced master-slave contact pair

The kinematic contact algorithm for a balanced master-slave contact pair applies acceleration corrections that are linear combinations of pure master-slave corrections calculated in exactly the same manner as outlined above. One set of corrections is calculated considering one surface as the master surface, and the other corrections are calculated considering that same surface as the slave surface. ABAQUS/Explicit then applies a weighted average of the two values. The exact weighting for each correction depends on the weighting factor specified for the contact pair (see “Contact surface weighting” below). The default for balanced master-slave contact is to weight each correction equally.

Hard kinematic contact will minimize the penetration of the surfaces. However, after the initial weighted correction is applied, it is possible to still have some penetration of the surfaces. Therefore, ABAQUS/Explicit uses a second contact correction to resolve any remaining overclosure in a balanced master-slave contact pair that uses hard kinematic contact (a second contact correction is not conducted for softened kinematic contact). Both master-slave assignment combinations are again considered, but weighting factors are not used when combining the contributions to form the second applied acceleration correction. It is possible that small gaps between the contacting surfaces will be created during the second correction if there was some residual penetration after the first correction: the magnitude of the gaps after the second correction will generally be much smaller than the penetration after the first correction. The effect of the second correction is illustrated in Figure 29.4.4–2 to Figure 29.4.4–5.

Figure 29.4.4–2 Effect of second contact corrections; initial configuration.

Figure 29.4.4–3 Final configuration when the second contact correction is used.

Figure 29.4.4–4 Final configuration if the second contact correction were to be omitted.

Figure 29.4.4–5 Final configuration when a pure master-slave contact pair is used. The master surface is defined on the bottom elements.

Energy considerations for hard kinematic contact

The kinematic contact algorithm strictly enforces contact constraints and conserves momentum. To achieve these qualities with a discretized model, some energy is absorbed upon impact. For example, consider a linear elastic beam modeled with several elements that impacts a rigid wall as shown in Figure 29.4.4–6. The kinetic energy of the leading node is absorbed by the contact algorithm upon impact. A stress wave passes through the truss, and the truss eventually rebounds from the wall. The kinetic energy after the rebound is smaller than before the impact because of the contact node's energy loss upon impact. As the mesh is refined, this energy loss is reduced because the mass and kinetic energy of the leading node of the truss become less significant.

Figure 29.4.4–6 Beam impacting a fixed rigid wall.

Contact forces can also exert negative external work upon impact since contact forces act over the entire increment in which impact occurs, including the fraction of the increment prior to impact. The opposing contact forces, which are equal in magnitude, act over different distances, thereby exerting a nonzero net work. The net external work of these forces is negative, and the absolute value of the net external work does not exceed the contact node's kinetic energy loss upon impact. These energies are insignificant in most models but can be significant in high-speed impacts, where high mesh refinement near the contact interface is recommended.

Penalty contact algorithm

The penalty contact algorithm results in less stringent enforcement of contact constraints than the kinematic contact algorithm, but the penalty algorithm allows for treatment of more general types of contact (for example, contact between two rigid bodies). When the penalty method is chosen for enforcing contact constraints in the normal direction, it is also used to enforce sticking friction (see Frictional behavior, Section 30.1.5). Since the penalty algorithm introduces additional stiffness behavior into a model, this stiffness can influence the stable time increment. ABAQUS/Explicit automatically accounts for the effect of the penalty stiffnesses in the automatic time incrementation, although this effect is usually small, as discussed below.

Input File Usage:           Use the following option to select the penalty contact algorithm:
*CONTACT PAIR, MECHANICAL CONSTRAINT=PENALTY
surface_1, surface_2

ABAQUS/CAE Usage: 

Interaction module: interaction editor: Mechanical constraint formulation: Penalty contact method


Penalty enforcement of contact conditions in a pure master-slave contact pair

The penalty contact algorithm searches for slave node penetrations in the current configuration. Contact forces that are a function of the penetration distance are applied to the slave nodes to oppose the penetration, while equal and opposite forces act on the master surface at the penetration point. When the master surface is formed by element faces, the master surface contact forces are distributed to the nodes of the master faces being penetrated. In the case of an analytical rigid master surface, the master surface forces are applied as forces and moments on the associated rigid body.

The “spring” stiffness that relates the contact force to the penetration distance is chosen automatically by ABAQUS/Explicit for hard penalty contact, such that the effect on the time increment is minimal yet the allowed penetration is not significant in most analyses. The penetration distance will typically be an order of magnitude greater than the parent elements' elastic deformation normal to the contact interface. In purely elastic problems this penetration can affect the stress solution significantly, as demonstrated in The Hertz contact problem, Section 1.1.11 of the ABAQUS Benchmarks Manual. You can specify a factor by which to scale the default penalty stiffnesses. Penalty stiffnesses obtained from a user-defined softened contact relationship are not scaled by this factor. This scaling may affect the automatic time incrementation. Use of a large scale factor is likely to increase the computational time required for an analysis because of the reduction in the time increment that is necessary to maintain numerical stability.

As with the pure master-slave kinematic contact algorithm, there is no resistance to master surface nodes penetrating slave surface faces with the pure master-slave penalty contact algorithm. Using a sufficiently refined mesh on the slave surface will help correct this problem.

Input File Usage:           Use both of the following options to scale the default penalty stiffnesses:
*CONTACT PAIR, MECHANICAL CONSTRAINT=PENALTY,
 CPSET=contact_pair_set_name 
surface_1, surface_2
*CONTACT CONTROLS, CPSET=contact_pair_set_name, SCALE PENALTY=factor

ABAQUS/CAE Usage: 

Interaction module: Create Contact Controls: Name: contact_controls_name, ABAQUS/Explicit contact controls: Penalty stiffness scaling factor: factor

Interaction editor: Mechanical constraint formulation: Penalty contact method, Contact controls: contact_controls_name


Penalty enforcement of contact conditions in a balanced master-slave contact pair

The penalty contact algorithm for a balanced master-slave contact pair computes contact forces that are linear combinations of pure master-slave forces calculated in the manner outlined above. One set of forces is calculated considering one surface as the master surface, and the other forces are calculated considering that same surface as the slave surface. ABAQUS/Explicit then applies a weighted average of the two values. The weighting used with each set of forces depends on the weighting factor specified for the contact pair (see “Contact surface weighting” below). The default for balanced master-slave contact is to weight each of the two sets of forces equally.

Choosing between the kinematic and penalty contact algorithms

The penalty contact algorithm can model some types of contact that the kinematic contact algorithm cannot. Element-based rigid surfaces are not restricted to acting only as master surfaces within the penalty algorithm as they are within the kinematic algorithm. Thus, the penalty method allows modeling of contact between rigid surfaces, except when both surfaces are analytical rigid surfaces or when both surfaces are node-based.

The penalty contact algorithm must be used for all contact pairs involving a rigid body if a linear constraint equation, multi-point constraint, surface-based tie constraint, or connector element is defined for a node on the rigid body. For all other cases, ABAQUS/Explicit enforces equations, multi-point constraints, tie constraints, embedded element constraints, and kinematic constraints (defined using connector elements) independently of contact constraints; therefore, if a degree of freedom participates in a linear constraint equation, multi-point constraint, tie constraint, embedded element constraint, or kinematic constraint in addition to a contact constraint, the contact constraint will usually override these constraints (see the discussion in Conflicts with multi-point constraints” in “Common difficulties associated with contact modeling using the contact pair algorithm in ABAQUS/Explicit, Section 29.4.6). Hence, the penalty contact algorithm is recommended if these constraints need to be strictly enforced.

Impact is plastic when the default hard, kinematic contact algorithm is used; and the kinetic energy of the contacting nodes is lost. This loss in energy is insignificant for a refined mesh but can be significant with a coarse mesh. Penalty contact and softened kinematic contact introduce numerical softening to the contact enforcement analogous to adding elastic springs to the contact interface, which means that these algorithms do not dissipate energy upon impact (the energy stored in the springs is recoverable). This distinction between the algorithms is particularly apparent if a point mass with no force acting upon it impacts a fixed rigid wall: with penalty contact and softened kinematic contact the point mass will bounce away, but with hard kinematic contact the point mass will stick to the wall.

A further difference between kinematic and penalty contact is that the critical time increment is unaffected by kinematic contact but can be affected by penalty contact. For hard penalty contact, default penalty stiffnesses are chosen such that the stable time increments of the deformable parent elements of contact surface facets are effectively reduced by approximately 4% for increments in which contact forces are being transmitted; default penalty stiffnesses of node-based surface nodes require a 1% decrease in the element-by-element time increment to ensure numerical stability. Penalty stiffnesses between rigid bodies are chosen by default to have no effect on the stable time increment. If the default penalty stiffnesses are overridden by a penalty scale factor or softened contact behavior (see Contact pressure-overclosure relationships, Section 30.1.2), the time increment is modified based on the maximum stiffness active in the contact interface. Increasing the penalty stiffnesses may decrease the stable time increment significantly (see Table 29.4.4–1). If the overall stable time increment is not controlled by elements on the contact interface, the penalty contact algorithm usually will not affect the time increment.

Table 29.4.4–1 Effect of scale factor on time increment.

Penalty scale factorLower bound to ratio of the time increment with contact divided by the time increment without contact
1.00.96
10.00.34
100.00.13
1000.00.04
10000.00.013

Penalty contact and softened kinematic contact cannot be used with the breakable bond model; hard kinematic contact must be used for this model.

Contact surface weighting

Both the pure master-slave and the balanced master-slave contact algorithms are available in ABAQUS/Explicit. By default, ABAQUS/Explicit will decide which algorithm to use for any given contact pair based on the nature of the two surfaces forming the contact pair and whether kinematic or penalty enforcement of contact constraints is used. You can override the defaults in some cases.

Default choices for the contact pair weighting

ABAQUS/Explicit uses the pure master-slave, kinematic contact algorithm, by default, in the following situations (the first surface in each situation listed is designated the master surface):

  • when a rigid surface contacts a deformable surface;

  • when an element-based surface contacts a node-based surface; or

  • when a surface based on continuum elements contacts a surface based on shell or membrane elements.

By default, ABAQUS/Explicit uses the balanced master-slave, kinematic contact algorithm in the following situations:
  • when a single surface contacts itself (referred to as self-contact or single-surface contact); or

  • when two deformable surfaces that are meshed with similar elements (i.e., either both surfaces have shells or membranes or both have continuum elements) contact each other.

If the penalty contact algorithm is specified, ABAQUS/Explicit uses pure master-slave weighting, by default, in the following situations (the first surface in each situation listed is designated the master surface):
  • when an analytical rigid surface contacts a deformable surface; or

  • when an analytical rigid surface or an element-based surface contacts a node-based surface.

If the penalty contact algorithm is specified, ABAQUS/Explicit chooses balanced master-slave weighting, by default, in the following situations:
  • when a single surface contacts itself (referred to as self-contact or single-surface contact); or

  • when two element-based surfaces contact each other.

Balanced master-slave weighting means that the corrections produced by both sets of contact calculations are weighted equally.

Modifying the default choices for the contact pair weighting

When the kinematic contact method is chosen, you can override the default contact pair weighting only when two separate deformable element-based surfaces are contacting each other, which corresponds to the last situation in each list for kinematic contact given in the previous section.

The following aspects should be considered when deciding whether or not to override the default choice. First, the balanced master-slave contact algorithm requires more computational time, but it is typically more accurate. Second, when the densities differ by orders of magnitude, the less dense body should be a pure slave surface. Contact-induced noise can occur if a surface on a much denser body is at all weighted as a slave surface. Finally, to avoid significant penetration for hard contact, the surface with the finer mesh should not be the master surface in the pure master-slave contact pair.

When the penalty contact method is chosen, you can choose to specify a pure master-slave weighting to reduce computational time. When two originally flat surfaces contact one another, a more uniform penetration distance distribution may result with pure master-slave weighting as compared to balanced master-slave weighting. This can be particularly evident if the mesh densities of the contacting surfaces differ significantly—with balanced weighting the contact penetrations will be smaller near the nodes of the coarsely meshed surface. However, balanced master-slave weighting provides better enforcement of contact constraints in most cases.

You define a weighting factor, f, to specify the master-slave weighting. Set f=1.0 to designate the first surface in the contact pair as the master surface and the second surface as the slave surface. Set f=0.0 to designate the first surface in the contact pair as the slave surface and the second surface as the master surface. Specifying any value of f between 0 and 1.0 invokes the balanced master-slave contact algorithm. When f=0.5, which is the default for balanced master-slave contact pairs, ABAQUS/Explicit weights each set of corrections equally. In contrast, ABAQUS/Standard uses a pure master-slave contact algorithm; the slave surface must always be given first, as in the f=0.0 case above.

Input File Usage:           
*CONTACT PAIR, WEIGHT=f

ABAQUS/CAE Usage: 

Interaction module: interaction editor: Weighting factor Specify f


Sliding formulation

In ABAQUS/Explicit there are three approaches to account for the relative motion of the two surfaces forming a contact pair:

  • finite sliding, which is the most general and allows any arbitrary motion of the surfaces;

  • small sliding, which assumes that although two bodies may undergo large motions, there will be relatively little sliding of one surface along the other; or

  • infinitesimal sliding and rotation, which assumes that both the relative motion of the surfaces and the absolute motion of the contacting bodies are small.

The small-sliding and infinitesimal-sliding formulations cannot be used for contact pairs using the penalty contact algorithm or involving self-contact or analytical rigid surfaces.

Using the finite-sliding formulation

The finite-sliding formulation allows for arbitrary separation, sliding, and rotation of the surfaces. ABAQUS/Explicit uses this formulation by default.

Input File Usage:           
*CONTACT PAIR

ABAQUS/CAE Usage: 

Interaction module: interaction editor: Sliding formulation: Finite sliding


Example

The following input defines finite-sliding contact between the surfaces ASURF and BSURF, shown in Figure 29.4.4–7, with ASURF acting as the slave surface:

*SURFACE,NAME=ASURF
ESETA,
*SURFACE,NAME=BSURF
ESETB,
*CONTACT PAIR,INTERACTION=PAIR1, WEIGHT=0.0
ASURF, BSURF
*SURFACE INTERACTION,NAME=PAIR1

Figure 29.4.4–7 Contacting bodies.

In the example shown in Figure 29.4.4–7 slave node 101 may come into contact anywhere along the master surface BSURF. While in contact, it is constrained to slide along BSURF, irrespective of the orientation and deformation of this surface. This behavior is possible because ABAQUS/Explicit tracks the position of node 101 relative to the master surface BSURF as the bodies deform. Figure 29.4.4–8 shows the possible evolution of the contact between node 101 and its master surface BSURF. Node 101 is in contact with the element face with end nodes 201 and 202 at time . The load transfer at this time occurs between node 101 and nodes 201 and 202 only. Later on, at time , node 101 may find itself in contact with the element face with end nodes 501 and 502. Then the load transfer will occur between node 101 and nodes 501 and 502.

Figure 29.4.4–8 Trajectory of node 101 in finite-sliding contact.

Finite sliding in a geometrically linear analysis

Finite-sliding simulations usually include nonlinear geometric effects because such simulations generally involve large deformations and large rotations. However, it is also possible to use the finite-sliding formulation in a geometrically linear analysis (see Geometric nonlinearity” in “General and linear perturbation procedures, Section 6.1.2). The load transfer paths between the surfaces and the contact direction are updated in finite-sliding, geometrically linear analysis. This capability is useful for analyzing finite sliding between two stiff bodies that do not undergo large rotations.

Using the small-sliding formulation

For a large class of contact problems the general tracking of the finite-sliding formulation is unnecessary, even though geometric nonlinearity must be considered. ABAQUS/Explicit provides a small-sliding contact formulation for such problems. This formulation assumes that the surfaces may undergo arbitrarily large rotations but that a slave node will interact with the same local area of the master surface throughout the analysis. Contact pairs that use the small-sliding formulation must be defined in the first step of the simulation, although they may remain active after the first step.

A large-displacement formulation (the default) should be used for the step in which the small-sliding contact formulation should be used.

In a small-sliding analysis every slave node interacts with its own local tangent plane on the master surface (see Figure 29.4.4–9). The slave node is constrained not to penetrate this local tangent plane. Each local tangent plane, which is a line in two dimensions, is defined by an anchor point, , on the master surface and an orientation vector at the anchor point (see Figure 29.4.4–9).

Figure 29.4.4–9 Definition of the anchor point and local tangent plane for node 103.

Having a local tangent plane for each slave node means that for the small-sliding formulation ABAQUS/Explicit does not have to monitor slave nodes for possible contact along the entire master surface. Therefore, small-sliding contact is less expensive computationally than finite-sliding contact. The cost savings are most dramatic in three-dimensional contact problems.

When the balanced master-slave contact algorithm is invoked with the small-sliding formulation, anchor points and tangent planes will be computed for both surfaces.

Input File Usage:           Use both of the following options:
*STEP, NLGEOM=YES*CONTACT PAIR, SMALL SLIDING

For example, the following options define small-sliding contact between the two bodies shown in Figure 29.4.4–7:

*STEP, NLGEOM=YES*SURFACE, NAME=ASURF
ESETA,
*SURFACE, NAME=BSURF
ESETB,
*CONTACT PAIR, SMALL SLIDING, WEIGHT=0.0
ASURF, BSURF

ABAQUS/CAE Usage: 

Interaction module: interaction editor: Sliding formulation: Small sliding
Step module: step editor: Nlgeom: On


Anchor point and tangent plane definition

The anchor point and the tangent plane orientation are chosen before the analysis starts using the initial configuration of the model. The anchor point and the tangent plane orientation remain fixed with respect to the master surface facet for all steps in which the contact pair is active. No contact constraints are enforced for slave nodes whose nearest point lies on the free perimeter of the master surface in the original configuration and that do not project onto any master surface facet.

ABAQUS/Explicit chooses the anchor point as the nearest point on the master surface. The orientation of the tangent plane is calculated by default from the normals at the master surface nodes, or you can specify it directly.

  • Master surface normals: The first step in defining the tangent plane orientation is to construct the unit normal vectors at each node of the master surface. ABAQUS/Explicit forms these nodal normals by averaging the normals of the element faces making up the master surface; only the element faces in the surface definition will contribute to the nodal normals. The tangent plane orientation is then calculated from the master surface nodal normals and the element shape functions at the anchor point.

    Figure 29.4.4–9 shows the nodal unit normals for a master surface, the anchor point , and the local tangent plane associated with slave node 103. ABAQUS/Explicit uses the closest point on the master surface as the anchor point. is the contact direction for slave node 103 and defines the orientation of the local tangent plane. In this example, as in many cases, the local tangent plane is only an approximation of the actual mesh geometry.

  • Master surface normals at symmetry planes: Sometimes the master surface normal and the local tangent plane that ABAQUS/Explicit calculates are not suitable for the desired analysis. The most common situation where unsuitable surface normals are calculated occurs when a curved master surface ends at a symmetry plane and the boundary conditions have been specified in direct format rather than in symmetry “type” format (XSYMM, YSYMM, or ZSYMM—see Boundary conditions, Section 27.3.1). In this case the correct normals should be in the symmetry plane; however, because the surface facets that abut the symmetry plane usually form an angle with the plane, the normal will project away from the symmetry plane. The effect of this behavior can be that a slave node does not project onto any master surface facet (the slave node is said not to “intersect” the master surface). No contact constraints will be enforced for such slave nodes. However, if symmetry “type” format boundary conditions are specified, contact constraints will be enforced as described below.

    Figure 29.4.4–10 shows two concentric cylinders that contact each other; the inner cylinder is chosen as the master surface CSURF, and a half-symmetry model is used.

    Figure 29.4.4–10 Master surface normal at node 1 in a small-sliding model of concentric cylinders. With the default slave node 100 will never contact CSURF.

    Since ABAQUS/Explicit calculates the nodal normals from the approximate, finite element model, the nodal normal does not point along the symmetry plane, which means that slave node 100 has no anchor point within the perimeter of the master surface. Whether or not contact is enforced for node 100 depends on how the symmetry boundary condition is specified. If the individual components are specified rather than a symmetry “type” boundary condition, slave node 100 will be free to penetrate the master surface. If the symmetry “type” format is used, the master normal at the node on the symmetry plane will be corrected to lie along the symmetry plane and contact will be enforced on the tangent plane as shown in Figure 29.4.4–11. Defining a YSYMM “type” boundary condition at node 1 to specify the symmetry plane will allow slave node 100 to see the master surface CSURF.

    Figure 29.4.4–11 The modified master surface normal at node 1 of CSURF now allows slave node 100 to contact CSURF.

  • Modifying the local tangent plane orientation: In some cases the contact direction, , defined from the master surface averaged normals will not define the contact surface accurately. The most common example of this is a circular surface meshed with nonuniform length facets. Figure 29.4.4–12 shows how the averaged master normals will not be oriented correctly in the radial direction.

    Figure 29.4.4–12 Poorly oriented averaged master surface normals for an irregularly meshed circular surface.

    In this case you should specify the contact direction directly for each slave node by defining spatially varying initial clearances (see Specifying initial clearance values precisely” in “Adjusting initial surface positions and specifying initial clearances in ABAQUS/Explicit contact pairs, Section 29.4.5). The location of the anchor point is not affected by reorienting the tangent plane using an initial clearance definition.

Local tangent plane rotation

The local tangent plane is always orthogonal to the contact direction. The contact direction is taken as the interpolated normal of the master surface at the anchor point, , or as the direction specified with a spatially varying clearance definition (see Specifying initial clearance values precisely” in “Adjusting initial surface positions and specifying initial clearances in ABAQUS/Explicit contact pairs, Section 29.4.5). Once the contact direction has been defined, the orientation of the local tangent plane with respect to the master surface facet remains fixed. Because the small-sliding formulation considers nonlinear geometric effects, ABAQUS/Explicit continuously updates the orientation of the local tangent plane to account for the rotation of the master surface facet. The position of the anchor point relative to the surrounding nodes on the master surface facet does not change as the master surface deforms.

Load transfer

In a small-sliding analysis the slave node will transfer load to the nodes of the master surface facet containing the anchor point, with the magnitude of the load transferred to each node weighted by its proximity to the anchor point. For example, in Figure 29.4.4–9 node 103 transmits load to both nodes 2 and 3 on the master surface. Thus, if node 103 impacts the local tangent plane, a larger share of the force would be transmitted to node 3 because it is closer to the anchor point .

As a slave node slides along its local tangent plane, ABAQUS/Explicit does not update the distribution of load transferred by a given slave node to its associated master surface nodes; the distribution is based solely on the position of the anchor point. This is unlike the small-sliding formulation in ABAQUS/Standard, which does update the load distribution to the master surface nodes as sliding occurs, so that no net moment is associated with the contact forces acting on slave and master nodes per active contact constraint, regardless of the amount of sliding. Some net moment will be associated with the contact forces after sliding has occurred with the small-sliding formulation in ABAQUS/Explicit. This net moment will not be significant if the sliding is truly small compared to element dimensions, but otherwise it can result in non-physical behavior and poor accounting of energy.

Figure 29.4.4–13 shows the potential problem that arises if small sliding is used but the relative tangential motion of the surfaces is not “small.”

Figure 29.4.4–13 Excessive sliding in a small-sliding contact analysis.

It shows the possible evolution of contact between slave node 101 in Figure 29.4.4–7 and its master surface BSURF. Using the unit normal vectors and , the anchor point was found for slave node 101; for the purposes of this example, assume that it lies at the midpoint of the 201–202 face. With this location of the local tangent plane for node 101 is parallel with the 201–202 face. The load transfer always occurs at the original anchor point between nodes 201 and 202, no matter how far node 101 has slid along the local tangent plane. Therefore, if node 101 moves as shown in Figure 29.4.4–13, it will continue to transmit load equally to nodes 201 and 202 when, in fact, it really slid off the mesh forming the master surface BSURF.

What can be considered small sliding

A contact pair in a small-sliding contact simulation should not grossly violate any of the assumptions or limitations outlined above. Adhere to the following guidelines:

Master surface refinement in small-sliding problems

The basic guidelines for pure master-slave contact given previously in this section should still be followed in a small-sliding simulation. However, in a small-sliding simulation more thought must be given to the degree of refinement for the master surface.

The smoothly varying master surface normal and the local tangent planes that are formed with it are crucial to the success of a small-sliding analysis. As has been mentioned previously, there are several methods that can be used to modify ; however, they only control the initial configuration of the local tangent planes. The deformation and rotation of the master surface can reorient the local tangent planes such that they become a poor representation of the master surface. Figure 29.4.4–14 shows an example where distortion of the master surface results in such a situation.

Figure 29.4.4–14 Master surface deformation in a small-sliding contact analysis can cause problems with the local tangent planes.

This problem can be minimized to some extent by using a more refined mesh on the master surface, thus providing more element faces to control the motion of the tangent planes. Excessive mesh refinement should not be necessary since only small sliding should occur.

Using the infinitesimal-sliding formulation

The difference between the infinitesimal-sliding and small-sliding formulations is that the infinitesimal-sliding formulation ignores nonlinear geometric effects. To specify the infinitesimal-sliding formulation, you choose the small-sliding contact formulation and a small-displacement formulation for the analysis step.

Infinitesimal sliding assumes that both the relative motions of the surfaces and the absolute motions of the model remain small. The orientations of the local tangent planes are not updated, and the load transfer paths and the weightings assigned to each master surface node remain constant during an infinitesimal-sliding simulation.

Input File Usage:           Use both of the following options:
*STEP, NLGEOM=NO*CONTACT PAIR, SMALL SLIDING

ABAQUS/CAE Usage: 

Interaction module: interaction editor: Sliding formulation: Small sliding
Step module: step editor: Nlgeom: Off