Von Mises Stress: Theory and Application
Quick Answer: Von Mises stress (also called equivalent stress or effective stress) is a scalar value derived from the multi-axial stress state at a point, used to predict yielding of ductile materials under combined loading. A component yields when the von Mises stress equals the material’s uniaxial yield strength. It is the primary failure criterion used in FEA-based piping and pressure vessel design.
The Von Mises Yield Criterion
The von Mises criterion states that yielding occurs when the distortion energy at a point reaches the distortion energy at yield in a uniaxial tension test. For principal stresses sigma_1, sigma_2, sigma_3, the von Mises equivalent stress is:
sigma_vm = sqrt[0.5 x ((sigma_1 - sigma_2)^2 + (sigma_2 - sigma_3)^2 + (sigma_3 - sigma_1)^2)]
Yielding occurs when sigma_vm >= S_y (yield strength of the material).
For a general 3D stress state with normal stresses (sigma_x, sigma_y, sigma_z) and shear stresses (tau_xy, tau_yz, tau_xz):
sigma_vm = sqrt[sigma_x^2 + sigma_y^2 + sigma_z^2 - sigma_xsigma_y - sigma_ysigma_z - sigma_x*sigma_z + 3(tau_xy^2 + tau_yz^2 + tau_xz^2)]
Von Mises vs Other Failure Theories
| Theory | Criterion | Application | Conservatism |
|---|---|---|---|
| Von Mises (distortion energy) | Yielding when distortion energy exceeds limit | Ductile materials (steel, aluminum, copper) | Most accurate for ductile metals |
| Tresca (maximum shear stress) | Yielding when max shear stress = S_y/2 | Ductile materials (simpler, more conservative) | ~15% more conservative than von Mises |
| Rankine (maximum principal stress) | Failure when max principal stress = ultimate strength | Brittle materials (cast iron, concrete) | Not suitable for ductile steel |
| Mohr-Coulomb | Failure based on shear and normal stress on failure plane | Brittle and soil materials | Used in geotechnical engineering |
Application in Piping Stress Analysis
In piping stress analysis per ASME B31.3 and B31.1, the code stress equations are simplified forms that account for combined longitudinal, hoop, and shear stresses. The underlying basis is consistent with the von Mises theory:
| Stress Category (ASME B31.3) | Components Included | Equation |
|---|---|---|
| Sustained stress (S_L) | Pressure (hoop via longitudinal component) + weight bending | Eq. 16: PD/4t + 0.75i*M_A/Z |
| Displacement stress range (S_E) | Thermal expansion bending + torsion | Eq. 17: sqrt(S_b^2 + 4S_t^2), where S_b = i*M_b/Z, S_t = M_t/2Z |
| Occasional stress | Sustained + wind/seismic | Eq. 18 (B31.1): sustained + occasional loads |
The displacement stress range equation (Eq. 17) uses the sqrt(S_b^2 + 4S_t^2) formulation, which is equivalent to a simplified von Mises combination of bending and torsional shear stresses.
Von Mises Stress in FEA (Pressure Vessels and Piping)
Finite element analysis (FEA) per ASME Section VIII Division 2 and WRC 107/537 directly outputs von Mises stress at every node:
| FEA Application | Code Reference | Acceptance Criterion |
|---|---|---|
| Pressure vessel nozzle loads | ASME VIII Div 2 Part 5 | sigma_vm <= 1.5*S (primary membrane + bending) |
| Pipe support and lug design | WRC 107/537 | Local stress at attachment <= code allowable |
| Branch connection reinforcement | ASME VIII Div 2 | sigma_vm evaluated at branch intersection |
| Fatigue evaluation | ASME VIII Div 2 Part 5 | Alternating von Mises stress vs fatigue curve |
| Equipment nozzle flexibility | FEA per project spec | Von Mises at nozzle-shell junction |
Practical Example: Thin-Wall Pipe Under Internal Pressure
For a thin-wall pipe with hoop stress sigma_h = PD/2t and longitudinal stress sigma_L = PD/4t (with sigma_h = 2*sigma_L):
- sigma_vm = sqrt(sigma_h^2 - sigma_h*sigma_L + sigma_L^2) = sigma_h * sqrt(3)/2 = 0.866 * sigma_h
This means the von Mises stress is about 87% of the hoop stress for a pipe under internal pressure alone—the biaxial stress state provides a slight benefit compared to the uniaxial hoop stress value.
The von Mises criterion is fundamental to piping stress analysis and is embedded in the design equations referenced by the pipe class specification.
Leave a Comment
Have a question or feedback? Send us a message.