ContactMaterial2D

From OpenSeesWiki
Jump to navigation Jump to search




This command is used to construct a ContactMaterial2D nDMaterial object.

nDMaterial ContactMaterial2D $matTag $mu $G $c $t


$matTag unique integer tag identifying nDMaterial object
$mu interface frictional coefficient
$G interface stiffness parameter
$c interface cohesive intercept
$t interface tensile strength




The ContactMaterial2D nDMaterial defines the constitutive behavior of a frictional interface between two bodies in contact. The interface defined by this material object allows for sticking, frictional slip, and separation between the two bodies in a two-dimensional analysis. A regularized Coulomb frictional law is assumed. Information on the theory behind this material can be found in, e.g. Wriggers (2002).

NOTE:

  1. The ContactMaterial2D nDMaterial has been written to work with the SimpleContact2D and BeamContact2D element objects.
  2. There are no valid recorder queries for this material other than those which are listed with those elements.


EXAMPLE: ContactMaterial2D nDmaterial with tag 1

nDMaterial ContactMaterial2D 1  0.1 1000.0 0.0 0.0

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.