2.9 Interface elements

Interface elements represent a contact between two adjacent nodes. Interface material specific to interface element needs to be assigned - consult the matlibmanual for interface support.

2.9.1 Interface1d element

Implementation of one dimensional (slip) interface element. This element can connect two separate nodes by specifying the one-dimensional slip law, that determines the force acting between these nodes depending on their relative displacement. This element can be applied in 1D, 2D, and 3D settings (default). The element features are summarized in Table 28.




Keyword

Interface1d

Description

One dimensional (slip) interface element

Specific parameters

[refnode #(in)] [normal #(ra)]



Parameters

refnode: determines the reference node, which is used to specify a reference direction (the direction vector is obtained by subtracting the coordinates of the first node from the reference node).

normal: The reference direction can be directly specified by the optional parameter normal. Although both refnode and normal are optional, at least one of them must be specified.

Unknowns

One, two, or three DOFs (u-displacement, v-displacement, w-displacement) are required in each node, according to element mode (determined from domain type).

Approximation

-

Integration

-

Features

-

CS properties

-

Loads

-

Nlgeo

0

Status

Reliable

Note

Element requires material model with _1dInterface support.




Table 28: Interface1d element summary

2.9.2 Interface2dquad element

Implementation of a two dimensional interface element with quadratic approximation of displacement field. Can be used to glue together two elements with quadratic displacement approximation along the shared edge. Note, that the nodes along the interface are doubled, each couple with identical coordinates. Nodes on the negative side are numbered first, followed by nodes on the positive part. Requires material model with _2dInterface support. The element features are summarized in Table 29.


PIC

Figure 18: Interface2dquad element with quadratic interpolation. Definition and node numbering convention





Keyword

Interface2dquad

Description

2D interface element with quadratic approximation

Specific parameters

-



Unknowns

Two dofs (u-displacement, v-displacement) are required in each node.

Approximation

Quadratic approximation of displacements and geometry.

Integration

Full integration of all strain components using four point integration formula.

Features

-

CS properties

-

Loads

-

Nlgeo

0

Status

Reliable

Note

Element requires material model with _2dInterface support.




Table 29: Interface2dquad element summary

2.9.3 Interface3dtrlin element

Implementation of a three dimensional interface element with linear approximation of displacement field. Can be used to glue together two elements with linear displacement approximation along the shared triangular surface. Note, that the nodes along the interface are doubled, each couple with identical coordinates. Nodes on the negative surface are numbered first, followed by nodes on the positive part. The numbering of surface nodes on interface determines the positive normal (right hand rule). The surface in the direction of positive normal is the positive surface. Requires material model with _3dInterface support. The element features are summarized in Table 30.


PIC

Figure 19: Interface3dtrlin element with linear interpolation. Definition and node numbering convention





Keyword

Interface3dtrlin

Description

3D interface element with linear approximation

Specific parameters

-



Unknowns

Three dofs (u-displacement, v-displacement, w-displacement) are required in each node.

Approximation

Linear approximation of displacements and geometry.

Integration

Full integration of all components using one point integration formula.

Features

-

CS properties

-

Loads

-

Nlgeo

0

Status

Reliable

Note

Element requires material model with _3dInterface support.




Table 30: Interface3dtrlin element summary