/FAIL/CHANG

Block Format Keyword Describes the Chang failure model.

Format

(1) (2) (3) (4) (5) (6) (7) (8) (9) (10)
/FAIL/CHANG/mat_ID/unit_ID
σ 1 t σ 2 t σ ¯ 12 σ 1 c σ 2 c
β τ max Ifail_sh          
Optional Line
(1) (2) (3) (4) (5) (6) (7) (8) (9) (10)
fail_ID                  

Definitions

Field Contents SI Unit Example
mat_ID Material identifier

(Integer, maximum 10 digits)

 
unit_ID Unit Identifier

(Integer, maximum 10 digits)

 
σ 1 t Longitudinal tensile strength

Default = 1030 (Real)

[ Pa ]
σ 2 t Transverse tensile strength

Default = 1030 (Real)

[ Pa ]
σ ¯ 12 Shear strength

Default = 1030 (Real)

[ Pa ]
σ 1 c Longitudinal compressive strength

Default = 1030 (Real)

[ Pa ]
σ 2 c Transverse compressive strength

Default = 1030 (Real)

[ Pa ]
β Shear scaling factor

Default = 0 (Real)

 
τ max Dynamic time relaxation 7

Default = 1030 (Real)

[ s ]
Ifail_sh Shell failure model flag
= 1 (Default)
Shell is deleted, if damage is reached for fiber or matrix for one layer.
= 2
Shell is deleted, if damage is reached for fiber or matrix for all layers of shell.
= 3
Shell is deleted, if damage is reached only for one fiber layer of shell.
= 4
Shell is deleted, if damage is reached for all fiber layers of shell.

(Integer)

 
fail_ID Failure criteria identifier 6

(Integer, maximum 10 digits)

 

Comments

  1. This failure model is available for shell only.
  2. Where one is the fiber direction. The failure criteria for fiber breakage is written as:
    Tensile fiber mode: σ 11 > 0 (1)
    e f 2 = ( σ 11 σ 1 t ) 2 + β ( σ 12 σ ¯ 12 ) 2
    Compressive fiber mode: σ 11 < 0 (2)
    e c 2 = ( σ 11 σ 1 c ) 2
  3. For matrix cracking, the failure criteria is:
    Tensile matrix mode: σ 22 > 0 (3)
    e m 2 = ( σ 22 σ 2 t ) 2 + β ( σ 12 σ ¯ 12 ) 2
    Compressive matrix mode: σ 22 < 0 (4)
    e d 2 = ( σ 22 2 σ ¯ 12 ) 2 + [ ( σ 2 c 2 σ ¯ 12 ) 2 1 ] σ 22 σ 2 c + ( σ 12 σ ¯ 12 ) 2
  4. If the damage parameter e f 2 , e c 2 , e m 2 , or e d 2 1.0 the stresses are decreased by using an exponential function to avoid numerical instabilities. A relaxation technique is used by decreasing the stress gradually:(5)
    σ ( t ) = f ( t ) σ d ( t r )
    With,(6)
    f ( t ) = exp ( t t r τ max )
    Where,
    t
    Time
    t r
    Start time of relaxation when the damage criteria is assumed
    τ max
    Time of dynamic relaxation
    σ d ( t r )
    Stress at the beginning of damage
  5. The damage value, D is 0 D 1 . The status for fracture is:
    • Free, if 0 D < 1
    • Failure, if D = 1

    with D = M a x ( e f 2 , e c 2 , e m 2 , e d 2 ) . This damage value shows with /ANIM/SHELL/DAMA.

  6. The fail_ID is used with /STATE/SHELL/FAIL and /INISHE/FAIL for shell. There is no default value. If the line is blank, no value will be output for failure model variables in the /INIBRI/FAIL (written in .sta file with /STATE/BRICK/FAIL for brick and with /STATE/SHELL/FAIL for shell).
  7. The value of τ max determines a period of time after failure criterion is reached when the stress in failed element is gradually reduced to zero, then the element is deleted. This is necessary to avoid instability coming from a sudden element deletion and failure "chain reaction" in the neighboring elements. With this value, elements will not be deleted, even if the failure criterion is reached. Normal value of τ max is 10 times higher than the actual times step should be set in the card directly.