Files
MultiPhysicsVault/wiki/concepts/Bar and Truss Finite Elements.md
김경종 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

2.7 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 Bar and Truss Finite Elements intermediate computational-mechanics 2026-05-29 2026-05-29 c-000064
bar element
truss element
plane truss finite element
space truss finite element
concept
finite-element-method
structural-mechanics
truss
current
Direct Stiffness Method
Displacement-Based Finite Element Formulation
Finite Element Load Vector Assembly
Finite Element Modeling and Convergence Checks
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_009.md
AFirstCourseInTheFiniteElementMethod_070.md
AFirstCourseInTheFiniteElementMethod_047.md
AFirstCourseInTheFiniteElementMethod_015.md
9
70
47
15
heuristic-heading-keyword high

Bar and Truss Finite Elements

Definition

Bar and truss finite elements are one-dimensional structural elements that carry axial force through nodal translational degrees of freedom.

How They Work

The local bar element assumes an axial displacement field along the element length. The strain is the derivative of that displacement, the stress follows from Hooke's law, and the local stiffness has the familiar axial form proportional to AE/L.

For truss analysis, local bar stiffness is transformed into the global coordinate system using direction cosines. Plane truss members use two translational degrees of freedom per node in the global plane, while space truss members extend the same transformation idea to three dimensions. After transformation, each member contributes to the global stiffness matrix through the Direct Stiffness Method.

Modeling Assumptions

  • The member carries axial tension or compression.
  • Shear force and bending moment are neglected.
  • Transverse displacement effects are ignored within the element formulation.
  • Pin-connected truss idealization is appropriate for the structure being modeled.

Connections

Sources