Difference between revisions of "Contact Laws"

From OSUPDOCS
Jump to navigation Jump to search
Line 11: Line 11:


     
     
<math>S_{slide} = f(N,A_c,\Delta v,\dots)</math
<math>S_{slide} = f(N,A_c,\Delta v,...)</math>


Given any frictional law, the shear traction applied at any node is given by:
Given any frictional law, the shear traction applied at any node is given by:


&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<math>S_{resultant} = \minmin(S_{slide},S_{stick})</math
<math>S_{resultant} = \min(S_{slide},S_{stick})</math>


where S<sub>stick</sub> is the shear traction needed for tangential motion of the two surface to move together (''i.e.'', to stick). In other words, if the shear traction calculated for frictional sliding is greater than the traction required for surfaces to stick together, then the surface will stick. Once that sticking shear traction exceeds S<sub>slide</sub>, the surfaces will slide with the given sliding traction.
where S<sub>stick</sub> is the shear traction needed for tangential motion of the two surface to move together (''i.e.'', to stick). In other words, if the shear traction calculated for frictional sliding is greater than the traction required for surfaces to stick together, then the surface will stick. Once that sticking shear traction exceeds S<sub>slide</sub>, the surfaces will slide with the given sliding traction.

Revision as of 11:52, 19 January 2016

Introduction

NairnMPM and OSParticulas implement contact physics on crack surfaces and between materials in multimaterial mode by using contact laws. Each contact law can define frictional contact or describe an imperfect interface. Contact laws are assigned to crack or material surfaces by using the ContactCracks or ContactMM commands, by using the Contact material property, or by choosing a custom contact law when defining a new crack. This section explains the possible contact laws.

You create contact law using a Material command block. Within that block all contact law properties are set using property commands. Refer to each contact law type to learn about its possible properties.

Frictional Contact Laws

Frictional contact laws give the sliding shear traction, Sslide, as a function of the normal traction, N, the contact area, Ac, the relative sliding velocity, Δv,and possible other parameters, or:

      [math]\displaystyle{ S_{slide} = f(N,A_c,\Delta v,...) }[/math]

Given any frictional law, the shear traction applied at any node is given by:

      [math]\displaystyle{ S_{resultant} = \min(S_{slide},S_{stick}) }[/math]

where Sstick is the shear traction needed for tangential motion of the two surface to move together (i.e., to stick). In other words, if the shear traction calculated for frictional sliding is greater than the traction required for surfaces to stick together, then the surface will stick. Once that sticking shear traction exceeds Sslide, the surfaces will slide with the given sliding traction.

Imperfect Interface Contact Laws

Available Contact Laws