Tsai-Wu Failure Criterion

Category: Structural Analysis | Integrated 2026-04-06
CAE visualization for tsai wu criterion theory - technical simulation diagram
Tsai-Wu Failure Criterion

Tsai-Wu Failure Criterion: Theoretical Foundations

What is the Tsai-Wu Criterion?

🧑‍🎓

Professor, what is the Tsai-Wu failure criterion?


🎓

The Tsai-Wu criterion (1971) is one of the most widely used criteria for predicting layer-by-layer failure in composite materials. It is the equivalent of the von Mises criterion for metals.


🧑‍🎓

Von Mises is for isotropic materials, right? Can't von Mises be used for composites?


🎓

It cannot. Composite materials have different strengths in tension and compression ($X_t \neq X_c$), and their strength also varies with direction ($X \neq Y$). Von Mises cannot handle these asymmetries.


Tsai-Wu Criterion Formula

🎓

The Tsai-Wu criterion for a 2D stress state (Plane Stress):


$$ F_1 \sigma_1 + F_2 \sigma_2 + F_{11} \sigma_1^2 + F_{22} \sigma_2^2 + F_{66} \tau_{12}^2 + 2F_{12} \sigma_1 \sigma_2 \leq 1 $$

Here, $\sigma_1$ is the fiber direction stress, $\sigma_2$ is the transverse direction stress, and $\tau_{12}$ is the in-plane shear stress.


🎓

Each coefficient:


$$ F_1 = \frac{1}{X_t} - \frac{1}{X_c}, \quad F_2 = \frac{1}{Y_t} - \frac{1}{Y_c} $$
$$ F_{11} = \frac{1}{X_t X_c}, \quad F_{22} = \frac{1}{Y_t Y_c}, \quad F_{66} = \frac{1}{S^2} $$

🧑‍🎓

$X_t, X_c$ are the tensile/compressive strengths in the fiber direction, $Y_t, Y_c$ are in the transverse direction, and $S$ is the shear strength, right?


🎓

Correct. The coefficients are determined from five material strength values. The problem is the value of $F_{12}$ (the interaction term). This needs to be determined from biaxial stress tests, but because such experiments are difficult, $F_{12} = -0.5\sqrt{F_{11}F_{22}}$ (Tsai's recommended value) is often used.


Failure Index

🧑‍🎓

How do you determine failure?


🎓

Calculate the Tsai-Wu index $FI$:


$$ FI = F_1 \sigma_1 + F_2 \sigma_2 + F_{11} \sigma_1^2 + F_{22} \sigma_2^2 + F_{66} \tau_{12}^2 + 2F_{12} \sigma_1 \sigma_2 $$

  • $FI < 1$: No failure
  • $FI = 1$: Failure limit
  • $FI > 1$: Failure (stress exceeded)

🧑‍🎓

$FI$ is conceptually similar to "the inverse square of the safety factor," right?


🎓

Strictly speaking, it's not (because it's a quadratic equation), but intuitively, yes. $FI = 0.5$ means "using about 70% of the strength," and $FI = 1.0$ means "failure."


Advantages and Disadvantages of the Tsai-Wu Criterion

AdvantagesDisadvantages
Accounts for strength differences in tension/compressionDoes not distinguish failure modes (fiber/matrix)
Handles multiaxial stress statesDetermination of $F_{12}$ is difficult
Single equation for failure determinationNot suitable for progressive damage
Easy to implementCannot handle delamination
🧑‍🎓

Is "not distinguishing failure modes" its biggest weakness?


🎓

Yes. The Tsai-Wu criterion only tells you "failed/not failed," but not whether it's fiber breakage or matrix cracking. For progressive damage analysis (load redistribution after failure), criteria like Hashin or Puck are needed.


Summary

🧑‍🎓

Let me organize the Tsai-Wu criterion.


🎓

Key points:


  • The most widely used failure criterion for composites — Accounts for strength differences in tension/compression
  • Formulated with 5 material strength values + $F_{12}$
  • Safe when $FI \leq 1$ — The failure index is the design judgment value
  • Does not distinguish failure modes — Use Hashin to discriminate fiber/matrix failure
  • Evaluated in the material coordinate system (1, 2 directions) — Cannot use global coordinate stresses

🧑‍🎓

If von Mises is the standard for isotropic materials, then Tsai-Wu is the standard for composites.


🎓

Exactly. However, Tsai-Wu is a criterion for "predicting initial failure," and "whether the structure collapses" is a separate issue. To evaluate the characteristic of composites that can still bear load after initial failure, progressive damage analysis is required.


Coffee Break Trivia

Tsai-Wu Criterion: Generalization of the Failure Surface

The Tsai-Wu failure criterion (1971) is a generalization of the Hill criterion adapted to the tension-compression asymmetry of CFRP strength, where F1σ1+F2σ2+F11σ1²+F22σ2²+F66τ12²+2F12σ1σ2≥1 is the failure condition. The cross-term F12 represents "biaxial load interaction," and its determination was the biggest technical challenge. Tsai and Wu proposed a method to identify F12 using biaxial tensile tests, but even today, methods for determining F12 continue to be debated among various institutions.

Computational Methods for Tsai-Wu Failure Criterion

Tsai-Wu Implementation in FEM

🧑‍🎓

How is the Tsai-Wu criterion used in FEM?


🎓

The basic approach is to calculate the failure index in post-processing. The Tsai-Wu index is calculated from linear analysis results (stresses in each layer).


Nastran

🎓

Select the failure criterion in the FT (Failure Theory) field of the PCOMP card:

```

PCOMP, 1, , , TSAI, SYM

```

TSAI = Tsai-Wu criterion. Output is recorded as FAILURE INDEX in the f06 file.


Abaqus

🎓

In Abaqus's standard functionality, the Tsai-Wu failure index is typically implemented via a user subroutine (USDFLD) or calculated in the post-processor. Abaqus's built-in failure criteria are mainly the Hashin criterion and Max Stress/Max Strain.


Ansys

🎓

The Tsai-Wu criterion is built into Ansys ACP. After laminate analysis, the Failure Index is automatically calculated and visualized in ACP Post.


🧑‍🎓

Does Abaqus not have Tsai-Wu as a standard feature?


🎓

Abaqus focuses more on progressive damage (damage mechanics based on Hashin) than on failure criteria. Tsai-Wu is for "predicting initial failure," but Abaqus's philosophy is to "simulate damage progression." They serve different purposes.


Relationship with Safety Factor

🧑‍🎓

How do you calculate the safety factor from $FI$?


🎓

The safety factor (Strength Ratio, $SR$) is defined somewhat inversely to $FI$, but since Tsai-Wu is a quadratic equation, it's not a simple inverse.


🎓

Failure condition when loads are multiplied by $\lambda$:

$$ F_1(\lambda\sigma_1) + F_2(\lambda\sigma_2) + F_{11}(\lambda\sigma_1)^2 + \cdots = 1 $$

Solving this for $\lambda$ yields the safety factor (the smallest positive $\lambda$). In Nastran output, this is displayed as STRENGTH RATIO.


🧑‍🎓

So, safe if $SR > 1$, failure if $SR < 1$.


🎓

Yes. $SR = 2.0$ means "will not fail even if loads are doubled." $SR = 0.8$ means "failure at 80% of the current load." It can be directly compared with the design safety factor.


Summary

🧑‍🎓

Let me organize the numerical methods for Tsai-Wu.


🎓

Key points:


  • Calculate $FI$ in post-processing — From the layer stresses of linear analysis results
  • Nastran is the most direct — Specify via the FT field in PCOMP
  • Abaqus does not support Tsai-Wu by default — Damage mechanics based on Hashin is primary
  • Visualization in Ansys ACP — Contour display of Failure Index
  • Strength Ratio = Safety Factor — Safe when $SR > 1$

Coffee Break Trivia
Related Simulators

Experience the theory with interactive simulators in this field

All Simulators

Related fields

Rate this article
Thank you for your feedback!
Helpful
More details
Report error
Helpful
0
More details
0
Report error
0
Written by NovaSolver Contributors
Anonymous Engineers & AI — Sitemap