Use a Contact Pair node (

) to specify two selections of boundaries to be used for contact modeling. A contact pair defines boundaries for parts in an assembly that can come into contact under deformation. The pair establishes a mapping between points on the source and destination boundaries by performing a contact search. For more information about mechanical contact modeling and guidelines for selecting source and destination boundaries for contact pairs, see the Structural Mechanics Module documentation.
To define the source or destination boundaries, from the Selection lists, choose
Manual,
All boundaries, or any other available selection for the boundaries on the source or destination side. If
Manual is selected, click in the
Graphics window to add boundaries to the
Selection section. If required, click the
Swap Source and Destination button (

) to swap the source boundaries and the destination boundaries.
Click the Active button to toggle between turning ON

and OFF

selections directly in geometry, for example. Such selections also become active when you choose
Manual from the
Selection list.
For each destination point, the Hierarchical search method identifies a subset of the source mesh that intersects a line segment within the specified
search distance. The direction of the line is given by the normal at the destination point. By utilizing hierarchical data structures, this can be done efficiently and in a way that scales well with the number of mesh elements of the source boundaries.
The Distance tracking method keeps track of the distance from each destination point to the source mesh. If the distance becomes smaller than the specified
search distance, a contact search is performed for that point. The contact search loops over all source elements, and if an element is detected inside a ball centered at the destination point, a fine search is performed. The radius of the ball is updated adaptively during the search.
The Exhaustive search method always performs a fine search for all mesh elements of the source for each destination point. This can be expensive for large models, but guarantees that the correct source-destination point pair is always found.
Both the Hierarchical and
Distance tracking methods have internal logic to speed-up the broad search. The only reason for using the
Exhaustive method is if this logic leads to an incorrect mapping, that is, if it is obvious that an incorrect source-destination point pair is found.
The Mapping method list is by default set to
Deformed configuration. This setting means that whenever the source or destination has moved, a new search for possible contact points is made. If you know that the movements of the source and destination are small, selecting
Initial configuration can be more efficient. In this case, a pairing between source and destination points is computed based on the initial configuration and always stays the same. This approach works well if the distance between source and destination is initially smaller than the search distance, and movements in the tangential direction are small.
You can use the Extrapolation tolerance setting (a fraction of the element length; default 10
−4) to effectively extend the source and destination boundaries slightly outside the selections. The size of this extension is equal to the extrapolation tolerance multiplied with the mesh element size.