L-Bracket

L-shaped plate with a re-entrant corner stress concentration. Demonstrates the need for mesh refinement near singular points and the behavior of FEA at geometric discontinuities.

Problem Setup

ParameterValue
Domain2.0 x 2.0 m (L-shaped)
Cutout[1, 2] x [0, 1] (bottom-right removed)
Young's modulus (E)200 GPa (steel)
Poisson's ratio (ν)0.3
Thickness0.01 m
LoadP = -1000 N (distributed on left edge below corner)

Mesh Statistics

PropertyValue
Nodes800
Elements735
Element TypeQ4 (4-node bilinear quadrilateral)
DOFs1,600
MaterialE = 200 GPa, ν = 0.3
Plane AssumptionPlane Stress (t = 0.01 m)
SolverCholesky (direct)
Solve Time31.6 ms

Boundary Conditions

TypeLocationDOFValue
FixedTop edge (y = 2.0)uy0
FixedLeft edge (x = 0)ux0
Distributed LoadLeft edge below corner (x = 0, y < 1)Fy-1000 N / n_nodes per node

Results

Mesh Quality

Mesh quality metrics

Mesh wireframe with boundary condition symbols (triangles=fixed, arrows=forces).

Displacement Contour

Displacement contour (|u|, ux, uy)

Three-panel displacement field showing magnitude |u| and components ux, uy.

Stress Contour

Stress contour (Von Mises, sigma_1, sigma_2, sigma_xy)

Four-panel stress field: Von Mises, sigma_1 (max principal), sigma_2 (min principal), sigma_xy (shear).

Deformed Mesh

Deformed mesh overlay with displacement vectors

Deformed mesh (cyan) overlaid on original (gray dashed) with displacement vectors. Stress concentration at re-entrant corner.

Principal Stress Directions

Principal stress arrow plot

Arrow plot showing sigma_1 (red) and sigma_2 (blue) directions. High stress concentration at re-entrant corner.

Expected Behavior

Stress concentration at the re-entrant corner (x=1, y=1). Theoretically, the stress is infinite at a sharp re-entrant corner (singularity). FEA produces a finite but mesh-dependent value that increases with refinement.

MetricFEA (32x32)
Max von Mises2.98e5 Pa
Active nodes800
Active elements735
Solve time1413 ms

Mesh Convergence

h-refinement convergence study for stress concentration at the re-entrant corner. The stress value increases with mesh refinement, confirming the theoretical singularity at sharp corners.

MeshNodesElementsMax von MisesSolve Time
8x856392.17e5 Pa2.5 ms
16x162081752.46e5 Pa31.6 ms
32x328007352.98e5 Pa1,466 ms
64x643,1363,0073.71e5 Pa374.5 ms
128x12812,41612,1594.49e5 Pa2,549 ms

Discussion

The L-bracket demonstrates a fundamental FEA limitation: stress singularities at re-entrant corners. The mesh-dependent stress value will increase with mesh refinement but never converge to a single value. This is physically correct -- a sharp corner in a linear elastic model produces infinite stress. In practice, fillets (rounded corners) eliminate the singularity. This case is valuable for showing understanding of mesh convergence limitations and stress singularity behavior.