Files
MultiPhysicsVault/wiki/concepts/Solid Element Stiffness Integration.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.3 KiB

type, title, complexity, domain, aliases, created, updated, address, tags, status, related, sources, source_refs
type title complexity domain aliases created updated address tags status related sources source_refs
concept Solid Element Stiffness Integration advanced computational-mechanics
solid element stiffness matrix
solid element Gauss integration
3D element quadrature
2026-05-28 2026-05-29 c-000052
concept
finite-element-method
solid-elements
numerical-integration
current
Solid Element Notes
Solid Element Strain-Displacement Matrix
Isoparametric Finite Elements
Displacement-Based Finite Element Formulation
Abaqus Element Library
Reduced Integration and Hourglass Control
Hybrid Incompressible Elements
Solid Element Notes
Abaqus Theory Manual
source raw_path raw_files md_indices match confidence
Solid Element Notes .raw/SolidElement/
SolidElement_001.md
1
heuristic-heading-keyword low
source raw_path raw_files md_indices match confidence
Abaqus Theory Manual .raw/AbaqusTheoriesManual/
AbaqusTheoriesManual_029.md
AbaqusTheoriesManual_032.md
AbaqusTheoriesManual_index2.md
AbaqusTheoriesManual_027.md
29
32
87
27
heuristic-heading-keyword high

Solid Element Stiffness Integration

Definition

Solid element stiffness integration evaluates the element stiffness matrix for a three-dimensional continuum element by numerically integrating B^T D B over the element volume.

How It Works

The source uses the standard displacement-based stiffness form:

K = integral_V B^T D B dV
  = integral B^T D B |J| dxi deta dzeta

Here B is the Solid Element Strain-Displacement Matrix, D is the three-dimensional Hooke-law constitutive matrix, and |J| is the determinant of the Jacobian that maps the natural-coordinate integration region to physical volume.

The notes list quadrature schemes for the first-order solid topologies: one-point integration for the 4-node tetrahedron, eight-point integration for the 5-node pyramid, six-point integration for the 6-node wedge, and eight-point integration for the 8-node hexahedron.

Abaqus Element Library adds the broader element-library tradeoff: full, reduced, selective, and hybrid integration choices affect locking, hourglass modes, cost, and incompressible material behavior.

Why It Matters

The stiffness integral is where interpolation, material law, element distortion, and numerical quadrature meet. Incorrect quadrature or a poor Jacobian can produce inaccurate stiffness, spurious mechanisms, or poor convergence even when the symbolic formulation is correct.

Connections

Sources