ContactMaterial3D: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
(Created page with '{{CommandManualMenu}} This command is used to construct a ContactMaterial3D nDMaterial object. {| | style="background:yellow; color:black; width:600px" | '''nDMaterial Contact...')
 
No edit summary
 
Line 17: Line 17:
|  '''$c ''' || interface cohesive intercept
|  '''$c ''' || interface cohesive intercept
|-
|-
|  '''$t ''' || interface tensileStrength
|  '''$t ''' || interface tensile strength
|}
|}



Latest revision as of 01:22, 3 December 2011




This command is used to construct a ContactMaterial3D nDMaterial object.

nDMaterial ContactMaterial3D $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 ContactMaterial3D 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 three-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 ContactMaterial3D nDMaterial has been written to work with the SimpleContact3D and BeamContact3D element objects.
  2. There are no valid recorder queries for this material other than those which are listed with those elements.


EXAMPLE: ContactMaterial3D nDmaterial with tag 1

nDMaterial ContactMaterial3D 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.