Files
MultiPhysicsVault/wiki/concepts/Solid Element Strain-Displacement Matrix.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.2 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 Strain-Displacement Matrix advanced computational-mechanics
solid element B matrix
3D strain-displacement matrix
Jacobian derivative mapping
2026-05-28 2026-05-28 c-000051
concept
finite-element-method
solid-elements
strain-displacement
current
Solid Element Notes
Displacement-Based Finite Element Formulation
Isoparametric Finite Elements
Solid Element Shape Functions
Solid Element Stiffness Integration
Solid Element Notes
source raw_path raw_files md_indices match confidence
Solid Element Notes .raw/SolidElement/
SolidElement_001.md
1
heuristic-heading-keyword low

Solid Element Strain-Displacement Matrix

Definition

The solid element strain-displacement matrix, usually called the B matrix, maps nodal translational degrees of freedom to the six small-strain components of a three-dimensional continuum element.

How It Works

The notes use the standard small-strain components:

  • normal strains: epsilon_xx, epsilon_yy, epsilon_zz
  • engineering shear terms derived from epsilon_xy, epsilon_yz, and epsilon_xz

Each node contributes a block of derivatives of its shape function with respect to physical coordinates:

[ dN_i/dx      0        0    ]
[    0      dN_i/dy     0    ]
[    0         0     dN_i/dz ]
[ dN_i/dy   dN_i/dx     0    ]
[    0      dN_i/dz  dN_i/dy]
[ dN_i/dz      0     dN_i/dx]

Because Solid Element Shape Functions are defined in natural coordinates, their derivatives must be mapped into physical coordinates through the Jacobian. This derivative mapping is the core computational step between interpolation and stiffness assembly.

Connections

Sources