Thick Cylinder (Lame)

Annular cylinder under internal pressure and steady-state thermal gradient. Validates the thermal-structural coupling and plane strain formulation against the classical Lame solution for thick-walled cylinders.

Problem Setup

ParameterValue
Inner radius (a)1.0 m
Outer radius (b)2.0 m
Internal pressure (pi)1.0 MPa
Inner temperature (Tinner)100 C
Outer temperature (Touter)0 C
Young's modulus (E)200 GPa (steel)
Poisson's ratio (ν)0.3
Thermal expansion (α)12e-6 /K

Mesh Statistics

PropertyValue
Nodes875
Elements810
Element TypeQ4 (4-node bilinear quadrilateral)
DOFs1,750
MaterialE = 200 GPa, ν = 0.3, α = 12e-6 /K
Plane AssumptionPlane Strain (t = 0.01 m)
SolverCholesky (direct)
Solve Time1,930 ms

Boundary Conditions

TypeLocationDOFValue
SymmetryLeft edge (x = 0)ux0
SymmetryBottom edge (y = 0)uy0
PressureInner hole (r = a)σrr-1.0 MPa
ThermalThrough-thicknessT(r)Tinner + (Touter - Tinner) ln(r/a) / ln(b/a)

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 and thermal expansion.

Principal Stress Directions

Principal stress arrow plot

Arrow plot showing sigma_1 (red=tension, blue=compression) and sigma_2 directions at element centroids.

Validation

Lame solution (plane strain, internal pressure only):
$$\sigma_r(r=a) = -p_i = -1.0 \text{ MPa}$$
$$\sigma_\theta(r=a) = \frac{p_i a^2}{b^2 - a^2}\left(1 + \frac{b^2}{a^2}\right) = \frac{5}{3} p_i$$
Reference: Timoshenko & Goodier, "Theory of Elasticity"

MetricFEA (32x32)AnalyticalRatio
Max sigma_xx2.07 MPa1.0 MPa (sigma_r)2.07
Max von Mises2.07 MPa~2.33 MPa0.89
Energy balanceU == W (verified)

Mesh Convergence

h-refinement convergence study for the Lame thick cylinder problem. The FEA solution converges toward the analytical Lame solution as the mesh is refined.

MeshNodesElementsMax von MisesSolve Time
8x866492.75e6 Pa3.4 ms
16x162332002.24e6 Pa43.0 ms
32x328758102.07e6 Pa1,930 ms
64x643,3923,2631.70e6 Pa341.3 ms
128x12813,36513,1081.80e6 Pa2,289 ms

Discussion

The thick cylinder case validates the Lame solution for an annular cylinder under internal pressure. The FEA results show reasonable agreement with the analytical solution for a 32x32 mesh. The thermal gradient adds a uniform compressive stress field that shifts all stress components. This case also tests plane strain formulation and steady-state thermal-structural coupling.

As the mesh is refined, the FEA solution converges to the Lame analytical solution. The stress concentration at the inner hole edge is correctly captured. This case exercises the thermal load vector assembly, plane strain formulation, and curved boundary handling via the cookie-cutter meshing strategy.