SimpleContact3D

From OpenSeesWiki
Revision as of 01:50, 8 March 2011 by Mcganncr (talk | contribs) (Created page with '{{CommandManualMenu}} This command is used to construct a SimpleContact3D element object. {| | style="background:yellow; color:black; width:600px" | '''element SimpleContact3D...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search




This command is used to construct a SimpleContact3D element object.

element SimpleContact3D $eleTag $iNode $jNode $kNode $lNode $sNode $LNode $matTag $gTol $fTol


$eleTag unique integer tag identifying element object
$iNode $jNode $kNode $lNode master nodes
$sNode slave node
$LNode Lagrange multiplier node
$matTag unique integer tag associated with previously-defined nDMaterial object
$gTol gap tolerance
$fTol force tolerance




The SimpleContact3D element is a three-dimensional node-to-surface contact element which defines a frictional contact interface between two separate bodies. The master nodes are the nodes which define a surface of a hexahedral element on the first body, and the slave node is a node from the second body. The Lagrange multiplier node is required to enforce the contact condition. This node should not be shared with any other element in the domain. Information on the theory behind this element can be found in, e.g. Wriggers (2002).

NOTE:

  1. The SimpleContact3D element has been written to work exclusively with the ContactMaterial3D nDMaterial object.
  2. The valid recorder queries for this element are:
    1. force - returns the contact force acting on the slave node in vector form.
    2. frictionforce - returns the frictional force acting on the slave node in vector form.
    3. forcescalar - returns the scalar magnitudes of the single normal and two tangential contact forces.


EXAMPLE: SimpleContact3D element with tag 1, connectivity with nodes 1, 2, 3, 4, 5, 6, 7, and 8, and material with tag 1

element SimpleContact3D 1  1 2 3 4 5 6 7 8  1  1.0e-10 1.0e-10

Code Developed by: Kathryn Petek, Pedro Arduino, & Peter Mackenzie-Helnwein, at the University of Washington


References:

  1. Wriggers, P. (2002). Computational Contact Mechanics. John Wilely & Sons, Ltd, West Sussex, England.