Difference between revisions of "Damage Initiation Laws"
Line 19: | Line 19: | ||
|- | |- | ||
| [[Maximum Principle Stress Initiation|MaxPrinciple]] || 1 || Damage initiates with principle stress exceeds tensile strength or when maximum shear stress exceeds the shear strength. | | [[Maximum Principle Stress Initiation|MaxPrinciple]] || 1 || Damage initiates with principle stress exceeds tensile strength or when maximum shear stress exceeds the shear strength. | ||
|- | |||
| [[Transversely Isotropic Failure Surface|TIFailure]] || 1 || Damage initiates with axial stress exceeds axial tensile strength, axial shear stress exceeds axial shear strength, principle stress in the transverse plane exceed transverse shear strength or wen maximum shear stress in transverse plane exceeds the shear strength. | |||
|} | |} | ||
It is relatively easy to write code for new damage initiation laws, if needed. | It is relatively easy to write code for new damage initiation laws, if needed. |
Revision as of 21:30, 9 January 2017
Introduction
Damage initiation laws are used in softening materials to initiate the damage process. Each law defines a failure envelope in stress space. Once the current stress state reaches the envelop, the damage process begins. The normal to the failure envelop defines the normal to the plane of damage that is initiated. After initiation, damage propagates, but the damage initiation law is no longer used.
Damage initiation laws are currently only available in OSParticulas.
Define a Damage Initiation Laws
You create a damage initiation law using an Initiation material property within a Material command block. You pick the law by name or ID. After picking the law, all its properties are set using property commands within the same material definition. Refer to each damage initiation law type to learn about its failure envelope and about its required properties.
Damage Initiation Law Materials
This table lists the available damage initiation law. Click each one for more details and information on their properties.
Name | ID | Description |
---|---|---|
MaxPrinciple | 1 | Damage initiates with principle stress exceeds tensile strength or when maximum shear stress exceeds the shear strength. |
TIFailure | 1 | Damage initiates with axial stress exceeds axial tensile strength, axial shear stress exceeds axial shear strength, principle stress in the transverse plane exceed transverse shear strength or wen maximum shear stress in transverse plane exceeds the shear strength. |
It is relatively easy to write code for new damage initiation laws, if needed.