Although four internal element types are used to model the various types of
small-sliding contact interactions supported by
Abaqus/Standard,
all four formulations are based on the notion that a given slave node always
interacts with the same subset of master surface nodes. This nodal subset is
initially determined by the
Abaqusanalysis input file processor
from the undeformed model definition, thus avoiding the need to “track” the
slave node during the course of the analysis. This set of nearest-neighbor
nodes to the point on the master surface closest to the slave node is used to
parametrize a contact plane with which the slave node will interact during the
analysis. This concept is illustrated next for the case of a two-dimensional
slave node interacting with a first-order master surface. This formulation can
be generalized to second order as well as three-dimensional situations, but
this generalization will not be discussed here.
Consider the contact interaction of three nodes—102, 103, and 104—on the
slave surface with a master surface made up of first-order element faces
described by nodes 1, 2, and 3, as shown in
Figure 1.
Before initiating the search for the nodal subset of the master surface
nodes that will interact with each node on the slave surface, unit normal
vectors are computed for all the nodes on the master surface. For example, the
unit normal vector N2
is computed by averaging the unit normal vectors of segments 1–2 and 2–3. The
user can also specify the normal vector for each node on the master surface.
Additional unit normal vectors are computed for each segment a distance
εL
from each end of the segment, where ε
is a fraction and L
is the length of the segment; e.g., Nε.
Currently the value of ε
is set to 0.5, and the user cannot change this value. The unit normals computed
are then used to define a smooth varying normal vector,
N(X),
at any point, X,
on the master surface.
An “anchor” point on the master surface, X0,
is computed for each slave node so that the vector formed by the slave node and
X0
coincides with the normal vector N(X0).
Suppose that a search for the anchor point, X0,
of slave node 103 reveals that X0
is on segment 1–2. Then, we find that
X0=X(u0)=(1-u0)X1+u0X2,
where X1
and X2
are the coordinates of nodes 1 and 2, respectively, and
u0
is calculated so that X0-X103
coincides with N(X0).
Moreover, the contact plane tangent direction, v0,
at X0
is chosen so that it is perpendicular to N(X0);
i.e.,
v0=N(X0)×ez=T⋅∂X(u0)∂u=T⋅(X2-X1),
where T
is a (constant) rotation matrix.
The small-sliding contact constraint is achieved by requiring that slave
node 103 interact with the tangent plane whose current anchor point coordinates
are, at any time, given by
x0=N1(u0)x1+N2(u0)x2,
where N1(u0)=1-u0
and N2(u0)=u0,
and whose current tangent direction is given by
v=T⋅(Nu1(u0)x1+Nu2(u0)x2),
where Nu1(u0)=-1
and Nu2(u0)=1.
Since the above expressions for the point x0
and the vector v
resulted from barycentric (affine) combinations of the points
x1
and x2—that
is,
N1(u0)+N2(u0)=1,Nu1(u0)+Nu2(u0)=0,
the contact plane will be mapped properly under affine transformations such
as translation, scaling (stretching), and rotation.
Next, suppose that a search for the anchor point of slave node 104 reveals
that the anchor point is coincident to the master node 2. In this case the
anchor point is chosen to be X2,
or in terms of the coordinates of the three master nodes 1, 2, and 3,
X0=N1(u0)X1+N2(u0)X2+N3(u0)X3,
where N1(u0)=0,
N2(u0)=1,
and N3(u0)=0.
The contact tangent direction at X2
is simply
v0=N2×ez.
However, we want to express v0
in terms of the coordinates of the three nodes 1, 2, and 3 to be able to track
the evolution of the tangent plane. To this end, we solve for the
Nui
from the equation
Nu1(u0)X1+Nu2(u0)X2+Nu3(u0)X3=v0,
subject to the barycentric constraint
Nu1(u0)+Nu2(u0)+Nu3(u0)=0 .
The barycentric constraint ensures that the resulting expression for the
contact plane tangent direction behaves properly under affine transformations
such as translations and rotations.