Introduction: Why Equivalent

Determine The Equivalent State Of Stress On An Element

PL
idmbestpractices.ca
9 min read
Determine The Equivalent State Of Stress On An Element
Determine The Equivalent State Of Stress On An Element

Determining the Equivalent State of Stress on an Element: A practical guide

When engineers analyze a structural component subjected to complex loading, the first step toward safe and efficient design is to determine the equivalent state of stress on the element. In practice, this concept condenses a multiaxial stress condition into a single scalar value that can be directly compared with material strength criteria, such as yield stress or ultimate tensile stress. By mastering the calculation of equivalent stress—often called von Mises stress, Tresca stress, or other failure criteria—designers can predict failure, optimize material usage, and ensure compliance with international codes.


Introduction: Why Equivalent Stress Matters

In real‑world applications, an element rarely experiences a simple uniaxial tension or compression. In practice, loads may be bending, torsional, axial, thermal, or a combination of these, producing a stress tensor with normal and shear components acting on multiple planes. Directly comparing each component to a material’s allowable stress is impractical and can lead to overly conservative or unsafe designs.

The equivalent stress concept provides a single, representative value that captures the intensity of the entire stress state. When this value is below the material’s yield or ultimate limit, the component is considered safe under the assumed loading. Conversely, exceeding the limit signals the need for redesign, material change, or load reduction.


Fundamental Concepts

Stress Tensor Overview

For a three‑dimensional element, the stress state at a point is described by a second‑order tensor:

[ \boldsymbol{\sigma}= \begin{bmatrix} \sigma_{x} & \tau_{xy} & \tau_{xz}\[2pt] \tau_{yx} & \sigma_{y} & \tau_{yz}\[2pt] \tau_{zx} & \tau_{zy} & \sigma_{z} \end{bmatrix} ]

  • Normal stresses ((\sigma_{x},\sigma_{y},\sigma_{z})) act perpendicular to the faces.
  • Shear stresses ((\tau_{xy},\tau_{xz},\tau_{yz})) act parallel to the faces.

Because the tensor is symmetric ((\tau_{xy}=\tau_{yx}), etc.), it contains six independent components.

Principal Stresses

The principal stresses ((\sigma_{1},\sigma_{2},\sigma_{3})) are the eigenvalues of the stress tensor. They represent the normal stresses on planes where shear stress is zero. Finding them involves solving the characteristic cubic equation:

[ \det(\boldsymbol{\sigma}-\lambda\mathbf{I})=0 ]

where (\lambda) denotes a principal stress. The principal stresses are ordered conventionally as (\sigma_{1}\ge \sigma_{2}\ge \sigma_{3}).

Stress Invariants

Three scalar invariants are independent of the coordinate system:

  1. First invariant (I_{1}= \sigma_{x}+\sigma_{y}+\sigma_{z}= \sigma_{1}+\sigma_{2}+\sigma_{3}) (trace).
  2. Second invariant (I_{2}= \sigma_{x}\sigma_{y}+\sigma_{y}\sigma_{z}+\sigma_{z}\sigma_{x}-\tau_{xy}^{2}-\tau_{yz}^{2}-\tau_{zx}^{2}).
  3. Third invariant (I_{3}= \det(\boldsymbol{\sigma})).

These invariants underpin most failure theories, ensuring that the equivalent stress is objective (frame‑independent).


Common Equivalent Stress Criteria

1. von Mises (Distortion Energy) Criterion

The von Mises stress (\sigma_{v}) is derived from the distortion energy theory, assuming yielding begins when the deviatoric part of the strain energy reaches a critical value. Its expression in terms of principal stresses is:

[ \sigma_{v}= \sqrt{\frac{1}{2}\Big[(\sigma_{1}-\sigma_{2})^{2}+(\sigma_{2}-\sigma_{3})^{2}+(\sigma_{3}-\sigma_{1})^{2}\Big]} ]

In terms of tensor components:

[ \sigma_{v}= \sqrt{\frac{1}{2}\Big[(\sigma_{x}-\sigma_{y})^{2}+(\sigma_{y}-\sigma_{z})^{2}+(\sigma_{z}-\sigma_{x})^{2}\Big]+3\big(\tau_{xy}^{2}+\tau_{yz}^{2}+\tau_{zx}^{2}\big)} ]

When to use:

  • Ductile metals (steel, aluminum, copper) where yielding is governed by shape change rather than volume change.
  • Most design codes (e.g., ASME, Eurocode) adopt von Mises for ductile failure.

2. Tresca (Maximum Shear Stress) Criterion

Tresca’s criterion states that yielding occurs when the maximum shear stress reaches a critical value. The equivalent stress (\sigma_{t}) is:

[ \sigma_{t}= \max\big(|\sigma_{1}-\sigma_{2}|,;|\sigma_{2}-\sigma_{3}|,;|\sigma_{3}-\sigma_{1}|\big) ]

In practice, this is often written as:

[ \sigma_{t}= \frac{1}{2}\big(\sigma_{\text{max}}-\sigma_{\text{min}}\big) ]

When to use:

  • Historical significance; still applied in some pressure vessel codes.
  • Provides a more conservative estimate than von Mises for many loading cases.

3. Other Specialized Criteria

Criterion Typical Application Key Feature
Maximum Normal Stress Brittle materials (ceramics, concrete) Failure when any principal stress exceeds tensile/compressive strength
Mohr‑Coulomb Geotechnical, rock mechanics Incorporates friction angle and cohesion
Hill’s Anisotropic Yield Sheet metal forming, composites Accounts for directional material behavior

For the purpose of this article, the focus will remain on the von Mises and Tresca criteria, as they dominate engineering practice for ductile metals.


Step‑by‑Step Procedure to Determine Equivalent Stress

Step 1: Gather All Load Data

  • Identify external forces, moments, pressure, temperature gradients, etc.
  • Convert distributed loads to equivalent nodal forces if using finite‑element software.

Step 2: Compute the Stress Tensor

  • For analytical problems, use equilibrium equations and compatibility relations.
  • In numerical analysis, extract (\sigma_{x},\sigma_{y},\sigma_{z},\tau_{xy},\tau_{yz},\tau_{zx}) from the element’s result file at the point of interest (usually the location of maximum stress).

Step 3: Find Principal Stresses (Optional)

  • If the stress components are simple, solve the cubic characteristic equation analytically.
  • For complex states, use numerical eigenvalue routines (available in most FEA post‑processors).

Step 4: Choose the Appropriate Failure Theory

  • Ductile metal → von Mises (most common).
  • Conservative design or code‑mandated → Tresca.

Step 5: Calculate Equivalent Stress

Using principal stresses (von Mises):

Continue exploring with our guides on women in the great depression and why are my dishes wet after dishwasher.

[ \sigma_{v}= \sqrt{\frac{1}{2}\Big[(\sigma_{1}-\sigma_{2})^{2}+(\sigma_{2}-\sigma_{3})^{2}+(\sigma_{3}-\sigma_{1})^{2}\Big]} ]

Using tensor components (von Mises):

[ \sigma_{v}= \sqrt{\frac{1}{2}\Big[(\sigma_{x}-\sigma_{y})^{2}+(\sigma_{y}-\sigma_{z})^{2}+(\sigma_{z}-\sigma_{x})^{2}\Big]+3\big(\tau_{xy}^{2}+\tau_{yz}^{2}+\tau_{zx}^{2}\big)} ]

Using Tresca:

[ \sigma_{t}= \max\big(|\sigma_{1}-\sigma_{2}|,;|\sigma_{2}-\sigma_{3}|,;|\sigma_{3}-\sigma_{1}|\big) ]

Step 6: Compare with Material Strength

  • Obtain the yield stress ((\sigma_{y})) or allowable stress from material specifications, factoring in safety factors as required by the design code.
  • Safety check:

[ \text{Factor of Safety (FoS)} = \frac{\sigma_{\text{allowable}}}{\sigma_{\text{equivalent}}} ]

If FoS ≥ required value, the design is acceptable; otherwise, redesign is needed.

Step 7: Document Results

  • Record the location (coordinates, element number) where the equivalent stress is maximum.
  • Include a brief justification for the chosen failure theory.
  • Attach stress‑contour plots if the report is visual‑oriented.

Practical Example: Bending‑Torsion of a Circular Shaft

Problem statement: A solid steel shaft of diameter 40 mm is subjected to a bending moment (M = 800; \text{N·m}) and a torque (T = 300; \text{N·m}). Determine the equivalent von Mises stress at the outer surface and assess safety against yielding ((\sigma_{y}=250; \text{MPa})) with a safety factor of 1.5.

Solution

  1. Section properties:

    • Radius (r = 20; \text{mm}=0.02; \text{m})
    • Moment of inertia (I = \frac{\pi d^{4}}{64}= \frac{\pi (0.04)^{4}}{64}=5.03\times10^{-9}; \text{m}^{4})
    • Polar moment (J = \frac{\pi d^{4}}{32}=1.01\times10^{-8}; \text{m}^{4})
  2. Stress components at outer fiber ((r=0.02) m):

    • Bending normal stress: (\sigma_{b}= \frac{M c}{I}= \frac{800 \times 0.02}{5.03\times10^{-9}}=3.18\times10^{6}; \text{Pa}=3.18; \text{MPa}) (tensile on one side, compressive on the opposite).
    • Torsional shear stress: (\tau_{t}= \frac{T r}{J}= \frac{300 \times 0.02}{1.01\times10^{-8}}=5.94\times10^{5}; \text{Pa}=0.594; \text{MPa}).
  3. Stress tensor at the critical point (tensile side):

[ \boldsymbol{\sigma}= \begin{bmatrix} 3.Because of that, 18 & 0. 594 & 0\ 0.

  1. Principal stresses:
    Solving the eigenvalue problem gives:
    (\sigma_{1}=3.33; \text{MPa},; \sigma_{2}= -0.15; \text{MPa},; \sigma_{3}=0; \text{MPa}).

  2. von Mises stress:

[ \sigma_{v}= \sqrt{\frac{1}{2}\big[(3.33+0.15)^{2}+ (0.15)^{2}+ (3.33)^{2}\big]} \approx 3.44; \text{MPa} ]

  1. Safety check:

[ \text{Allowable stress}= \frac{\sigma_{y}}{\text{FoS}}= \frac{250}{1.5}=166.7; \text{MPa} ]

[ \text{FoS}= \frac{166.7}{3.44}\approx 48.5 ]

Result: The shaft is far from yielding; the design is highly safe under the given loads.


Frequently Asked Questions (FAQ)

Q1: Is the von Mises stress always larger than the Tresca stress?
A: Not necessarily. For a given multiaxial state, von Mises yields a value that lies between the Tresca value (maximum shear) and the average of the principal stress differences. In many practical cases, von Mises is slightly lower, making it less conservative.

Q2: Can I use equivalent stress for brittle materials?
A: For brittle materials, the maximum normal stress or Mohr‑Coulomb criteria better predict fracture because these materials fail primarily by crack propagation under tensile stresses, not by yielding.

Q3: How does temperature affect equivalent stress calculations?
A: Thermal loads generate thermal stresses due to constrained expansion or contraction. Include these stresses in the tensor before computing the equivalent stress. Material properties (yield stress, modulus) may also vary with temperature and should be updated accordingly.

Q4: Do I need to compute principal stresses if I have the stress components?
A: No. The von Mises formula expressed directly in terms of the six tensor components eliminates the need for eigenvalue extraction, which is convenient for hand calculations or quick checks.

Q5: What safety factor should I apply?
A: Safety factors depend on industry standards, material variability, loading uncertainty, and consequences of failure. Typical values range from 1.5 for well‑controlled steel structures to 3‑4 for aerospace or pressure‑vessel applications.


Conclusion

Determining the equivalent state of stress on an element is a cornerstone of modern structural analysis. By converting a complex multiaxial stress field into a single scalar—using the von Mises or Tresca criterion—engineers can rapidly assess safety, compare designs, and ensure compliance with codes. The process hinges on accurate stress tensor extraction, proper selection of a failure theory suited to the material, and rigorous comparison with appropriately factored material strengths. Mastery of these steps not only prevents costly over‑design but also safeguards against catastrophic failure, reinforcing the essential link between theoretical mechanics and real‑world reliability.

New

Latest Posts

Related

Related Posts

Thank you for reading about Determine The Equivalent State Of Stress On An Element. We hope this guide was helpful.

Share This Article

X Facebook WhatsApp
← Back to Home
ID

idmbestpractices

Staff writer at idmbestpractices.ca. We publish practical guides and insights to help you stay informed and make better decisions.