Mechanical Joining of Composite Materials
Mechanical Joining of Composite Materials: Theoretical Foundations
Bolted Joints in Composite Materials
Professor, how is bolting composite materials different from metals?
They are fundamentally different. Metals yield around the bolt hole, allowing stress redistribution, but composite materials fail in a brittle manner. Since load redistribution through yielding cannot be expected, stress concentration at the bolt hole directly leads to failure.
Failure Modes of Bolted Joints in Composites
Four primary failure modes:
| Mode | Characteristics | Risk Level |
|---|---|---|
| Bearing Failure | Crushing around the bolt hole | Desirable (Progressive) |
| Net-Tension Failure | Tensile fracture at the bolt hole cross-section | Dangerous (Sudden) |
| Shear-Out Failure | Shear splitting from the bolt hole to the edge | Dangerous (Sudden) |
| Cleavage Failure | Splitting longitudinally from the bolt hole | Dangerous (Sudden) |
Bearing failure is "desirable"?
Bearing failure involves progressive crushing around the hole, so it does not lead to sudden collapse. In design, dimensions are determined so that bearing failure occurs first. Net-tension and shear-out failures are sudden and should be avoided.
Design Parameters
Joint dimensional parameters:
- $e/d$ — Edge distance/Bolt diameter ratio. $e/d \geq 3$ to avoid shear-out
- $w/d$ — Plate width/Bolt diameter ratio. $w/d \geq 5$ to avoid net-tension
- $t/d$ — Plate thickness/Bolt diameter ratio. $t/d \leq 1$ to ensure bearing strength
Is $e/d \geq 3$ the same rule as for metals?
Metals are sufficient with $e/d \geq 2$, but composites are brittle, so $e/d \geq 3$ is required. It also depends on the layup configuration; if the layup is not well-balanced like $[0/\pm45/90]$, an even larger $e/d$ is needed.
Modeling in FEM
Level 1 (Simple): Represent bolt with spring elements
Level 2 (Intermediate): Beam elements + contact surfaces
Level 3 (Detailed): Solid elements for bolt + hole + Pretension + Contact + PDA
Level 3 seems very complex.
Level 3 FEM simulates the bearing failure process (hole crushing → matrix cracking → fiber kinking → final failure). Often performed using Abaqus Hashin + CZM.
Summary
Let me organize the theory of bolted joints in composites.
Key points:
- Composites exhibit brittle failure — No load redistribution through yielding
- Four failure modes — Bearing (progressive), Net-tension/Shear-out/Cleavage (sudden)
- Design for bearing failure to occur first — $e/d \geq 3, w/d \geq 5$
- Reproduce bearing failure with Level 3 FEM — Hashin + CZM + Contact
- Layup configuration greatly influences joint strength — Well-balanced layup is essential
Non-Uniform Load Distribution in Composite Joints
In bolted composite joints, load concentrates on the end bolts, causing "Load sharing imbalance." According to Hart-Smith's analysis (1980s), in a three-bolt shear joint, the end bolts carry 45-55% of the total load. This non-uniformity varies with the in-plane elastic modulus of the laminate and the joint geometry. Detailed load distribution calculations via FEM can determine the optimal configuration.
Computational Methods for Mechanical Joining of Composite Materials
Detailed FEM Model for Bolted Joints
Please explain the detailed FEM model for bolted joints in composites.
Model Configuration
- Plate: Solid elements (C3D8I or SC8R). Define layup by layers
- Bolt: Solid elements or rigid body (depending on analysis purpose)
- Bolt-hole contact: Contact with friction. Also consider clearance
- Plate-plate contact: Friction at the clamping surface. Clamping from pretension
- Damage model: Hashin (in-plane damage) + CZM (Delamination)
Do you include clearance too?
Bolt hole clearance (gap between bolt diameter and hole) affects bearing load distribution. Results differ between precision-fit holes (interference fit) and standard holes (0.1~0.3 mm clearance).
Mesh Requirements
Solver Settings
Abaqus setting example (bearing failure simulation):
```
*STEP, NLGEOM=YES, INC=1000
*STATIC
0.01, 1.0, 1e-10, 0.02
*CONTACT
...
*DAMAGE INITIATION, CRITERION=HASHIN
...
*DAMAGE EVOLUTION, TYPE=ENERGY
...
```
Nonlinear static analysis (Contact + damage). Seems computationally heavy.
A full model for a single-bolt joint has several hundred thousand DOF. Computation time ranges from several hours to days. Multi-bolt joints are even larger.
Summary
Let me organize the numerical methods for bolted joints in composites.
Key points:
- Solid elements + Contact + PDA — Standard configuration for detailed models
- Modeling clearance — Affects bearing load distribution
- Mesh around hole: 0.5~1 mm — Captures damage localization
- High computational cost — Several hours for one bolt
- Abaqus Hashin + CZM is standard — Reproduces bearing failure
FEM Evaluation of Stress Concentration Around CFRP Bolt Holes
Strength evaluation of composite bolted joints uses the Point Stress Criterion (PSC) or Average Stress Criterion (ASC). PSC compares the stress at a point a characteristic material distance D₀ away from the hole edge with the material strength to predict failure. D₀ is typically around 1.5~3.5mm for CFRP T300/5208. Calibrating this parameter from experiments and inputting it into FEM can achieve bolt hole strength prediction accuracy within ±10%.