3D Thick Cylinder -- Lame Problem (H8 Hex Elements)

A thick-walled cylinder under internal pressure, modeled as a 3D solid with H8 hex elements. Validates against the classical Lame analytical solution for all six stress components.

Problem Setup

ParameterValue
Inner radius (a)1.0 m
Outer radius (b)2.0 m
Length (L)1.0 m
Internal pressure (pi)1.0 MPa
Young's modulus (E)200 GPa (steel)
Poisson's ratio (ν)0.3
Element TypeH8 (8-node hexahedron)
Integration2x2x2 Gauss (8 points)
Plane ConditionPlane Strain (quarter model)

Mesh Statistics

PropertyValue
Nodes66
Elements49 H8 hex
DOFs198
MaterialE = 200 GPa, ν = 0.3
Plane Assumption3D Solid (plane strain, quarter model)
SolverCholesky (direct)
Solve Time98.9 ms

Boundary Conditions

TypeLocationDOFValue
SymmetryLeft edge (x = 0)ux0
SymmetryBottom edge (y = 0)uy0
SymmetryBottom face (z = 0)uz0
Internal PressureInner hole surface (r = a)Fr-pi * nr

Results -- Interactive 3D Viewer

Rotate: left-click drag. Zoom: scroll. Pan: right-click drag. Use the toolbar to switch contour types, toggle wireframe, and animate deformation.

Validation

Lame solution (plane strain, internal pressure):
$$\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 = 1.667 \text{ MPa}$$
Reference: Timoshenko & Goodier, "Theory of Elasticity"

MeshNodesElementsMax von Misessigma_theta at r=a
8x8x466491.53e7 Pa--
16x16x82332002.24e6 Pa--
32x32x168758102.07e6 Pa--
64x64x323,3923,2631.70e6 Pa--
128x128x6413,36513,1081.80e6 Pa--

Discussion

The 3D Lame problem validates the H8 hex element formulation for axisymmetric loading. The internal pressure is applied as a traction boundary condition on the inner cylindrical surface, and symmetry conditions reduce the domain to a quarter model.

The FEA results show the complete 3D stress state including all six stress components (sigma_xx, sigma_yy, sigma_zz, sigma_xy, sigma_yz, sigma_xz). The von Mises stress at the inner surface provides a scalar measure of the stress state for comparison with the analytical Lame solution.

This case exercises the full 3D pipeline: cylindrical mesh generation with hole cutout, traction BC application on curved surfaces, symmetry enforcement, and 3D stress recovery with all components.