Nonlinear Imperfect Interface

From OSUPDOCS
Revision as of 12:15, 14 April 2018 by Nairnj (talk | contribs) (→‎Description)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

This imperfect interface contact law implements an imperfect interface with tractions that depend on displacement discontinuities at the interface. It is currently the same as the Linear Imperfect Interface except the implementation is done differently. It is more approximate, but likely very close to linear law and possibly faster.

The main purpose of this contact law is to use is as a parent class for creating your own custom imperfect interface contact law.

Properties

The properties for this law are:

Property Description Units Default
Dnt (or Dn), Dnc, and Dt See Linear Imperfect interface properties pressure/length units -1
order Specify order of approximation to interface laws as zeroth (0) or first (1) order none 1

Examples

 Material "interfaceID","My Imperfect Interface","NoninearInterface"
   Dn 500
   Dt -1
   order 1
 Done