Difference between revisions of "Isotropic Material Failure Surface"

From OSUPDOCS
Jump to navigation Jump to search
Line 12: Line 12:
== Damage Law Properties ==
== Damage Law Properties ==


This table lists the available damage initiation law. Click each one for more details and information on their properties.
The following table lists the input properties for maximum principle stress failure surface:


{| class="wikitable"
{| class="wikitable"
Line 18: Line 18:
! Name !! ID !! Description
! Name !! ID !! Description
|-
|-
| [[Maximum Principle Stress Initiation|MaxPrinciple]] || 1 || Damage initiates with principle stress exceeds tensile strength or when maximum shear stress exceeds the shear strength.
| sigmac || 1 || Critical tensile stress for failure.
|-
| tauc || 1 || Critical shear stress for failure.
|}
|}


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 14:28, 25 December 2016

Introduction

MaxPrinciple.png

This damage initiation law predict that failure initiates when maximum principal stress exceeds tensile strength of the material or when maximum shear stress exceeds shear strength of the material. Because it deals with principal stresses and tensile failure is the same regardless of direction, this law is only appropriate for isotropic materials such as IsoSoftening material.

Failure Surface

Maximum principle failure stress surfaces for 2D and 3D simulations are shown in the figure. When viewed down the [math]\displaystyle{ \sigma_1=\sigma_2=\sigma_3 }[/math] diagonal, the 3D surface is hexagonal rod with point-to-point diagonal equal to [math]\displaystyle{ \tau_t }[/math] and apex at [math]\displaystyle{ \sigma_1=\sigma_2=\sigma_3=\sigma_n }[/math]. For tensile failure, the crack normal is along the maximum principle stress direction; for shear failure, it is rotated 45 degrees from the principle stress directions.

Damage Law Properties

The following table lists the input properties for maximum principle stress failure surface:

Name ID Description
sigmac 1 Critical tensile stress for failure.
tauc 1 Critical shear stress for failure.

It is relatively easy to write code for new damage initiation laws, if needed.