Equivalent stress

The equivalent stresses are the main input for the shape optimization controller algorithm. All values, whether nodal, from gauss points or elements, are interpolated to the nodes. Equivalent stress is only allowed in the objective function by controller-based shape optimization.

Parameter Name

Formula

SIG_1

σ 1

SIG_2

σ 2

SIG_3

σ 3

SIG_11

σ 11

SIG_22

σ 22

SIG_33

σ 33

SIG_12

σ 12

SIG_23

σ 23

SIG_13

σ 13

SIG_ABS_123

max σ 1 σ 2 σ 3

SIG_ABS_3

σ 2

SIG_MISES

12{(σ1σ2)2+(σ2σ3)2+(σ1σ3)2}

SIG_TRESCA

max σ 1 - σ 2 σ 2 - σ 3 σ 3 - σ 1

SIG_BELTRAMI

 

SIG_GALILEI

 

SIG_KUHN

 

SIG_MARIOTTE

 

SIG_SANDEL

[σ12+σ22+σ322ν2ν1+2ν2(σ1σ2+σ2σ3+σ1σ3)]12

SIG_SAUTER

|σ1σ2|n+|σ2σ3|n+|σ3σ1|nn

SIG_DRUCKER_PRAGER

 

STRAIN_ENERGY

c=12uTKu

STRAIN_ENERGY_DENSITY

c=12VuTKu

DAMAGE_LC

user / program dependent

DAMAGE

user / program dependent

Contact and Strain Measures

Parameter Name

Formula

SIG_CONTACT_PRESSURE

p

SIG_CONTACT_SHEAR

τ12+τ22

SIG_CONTACT_SHEAR_X

τ1

SIG_CONTACT_SHEAR_Y

τ2

SIG_CONTACT_TOTAL

p2+τ12+τ22

STRAIN_ELASTIC

{23[(ϵe)112+(ϵe)222+(ϵe)332+2((ϵe)122+(ϵe)132+(ϵe)232)]}12

STRAIN_PLASTIC

{23[(ϵp)112+(ϵp)222+(ϵp)332+2((ϵp)122+(ϵp)132+(ϵp)232)]}12

STRAIN_TOTAL

{23[ϵ112+ϵ222+ϵ332+2(ϵ122+ϵ132+ϵ232)]}12

ABQ_ND_PEEQ

PEEQ, see Abaqus documentation

Analysis Types: Any Analysis Type with Stress Output or Fatigue Result

(4π2f2MK)φ=0

For equivalent stress the following table shows the allowed combinations between strategy and the items OBJ_FUNC and CONSTRAINT with C for controller and S for sensitivity based optimization.

 

TOPO

SHAPE

BEAD

SIZING

OBJ_FUNC

 

C

   

CONSTRAINT

       

The equivalent stresses are the main input for the shape optimization controller algorithm. All values, whether nodal, from gauss points or elements, are interpolated to the nodes. Equivalent stress is only allowed in the objective function by controller-based shape optimization.

Typical optimization tasks:

  1. Minimize maximal von Mises stress
  2. Minimize maximal damage (fatigue analysis)
  3. Minimize contact pressure in a contact region

Equivalent stresses are always read for ALL_NODES to give the user the most appropriate output. This will give some warnings for nodes which do not have any equivalent stress values, e.g., nodes on elements which are not in contact when evaluating SIG_CONTACT_... .

Important:

Plastic strain values (TYPE = STRAIN_PLASTIC) are calculated by SIMULIA Tosca Structure and may differ slightly from your solver results.