Files
MultiPhysicsVault/wiki/concepts/Plane Stress and Plane Strain Elements.md
T
김경종 553842ac3b
Tests / Hermetic test suite (push) Has been cancelled
Tests / Skill frontmatter validation (push) Has been cancelled
modify wiki
2026-06-02 16:57:41 +09:00

3.0 KiB

type, title, complexity, domain, created, updated, address, aliases, tags, status, related, sources, source_refs
type title complexity domain created updated address aliases tags status related sources source_refs
concept Plane Stress and Plane Strain Elements intermediate computational-mechanics 2026-05-29 2026-05-29 c-000066
plane stress elements
plane strain elements
constant strain triangle
CST element
linear strain triangle
LST element
concept
finite-element-method
continuum-elements
plane-stress
plane-strain
current
Finite Element Method
Displacement-Based Finite Element Formulation
Finite Element Modeling and Convergence Checks
Isoparametric Finite Elements
Finite Element Load Vector Assembly
A-First-Course-in-the-Finite-Element-Method
source raw_path raw_files md_indices match confidence
A-First-Course-in-the-Finite-Element-Method .raw/AFirstCourseInTheFiniteElementMethod/
AFirstCourseInTheFiniteElementMethod_033.md
AFirstCourseInTheFiniteElementMethod_001.md
AFirstCourseInTheFiniteElementMethod_043.md
AFirstCourseInTheFiniteElementMethod_037.md
33
1
43
37
heuristic-heading-keyword high

Plane Stress and Plane Strain Elements

Definition

Plane stress and plane strain elements are two-dimensional continuum finite elements used when a three-dimensional body can be idealized by behavior in a representative plane.

How They Work

Plane stress assumes the out-of-plane normal and shear stresses are negligible, which is appropriate for thin plates loaded in their plane. Plane strain assumes the out-of-plane normal strain and shear strains are negligible, which is appropriate for long bodies whose geometry and loading do not vary significantly along the length.

The textbook develops the constant-strain triangular element as the simplest plane element. Each node carries in-plane displacement components, and the element uses a linear displacement field that produces constant strain over the triangle. It then introduces the linear-strain triangle as a higher-order alternative and compares element behavior.

Why It Matters

Plane elements are the first continuum step beyond line elements. They expose key modeling issues that remain important in larger finite element work: element shape quality, stress recovery, compatibility along edges, boundary traction conversion, and convergence under mesh refinement.

Connections

Sources