Contact2D
2D Node(Slave)-Line(Master) Contact Element
Syntax
element Contact2D (1) (2) (3) [4]
# (1) int, unique element tag
# (2) int, master group tag
# (3) int, slave group tag
# [4] double, penalty factorRemarks
The contact algorithm is implemented via penalty function method as an element. The parameter
[4]controls the magnitude of penalty.No matter whether the
nlgeomswitch is on or off for connected elements, the contact detection itself is always conducted in a nonlinear manner, similar to the total Lagrangian formulation.The node-line contact detection is performed for all nodes defined in slave group and lines defined by nodes in master group. There are $n-1$ line segments for $n$ nodes in master group.
Master nodes can penetrate lines formed in slave group. To prevent this, define a new
Contact2Delement by swapping the order of slave and master groups.Example usage can be seen in the example.
Last updated