Files
MultiPhysicsVault/wiki/concepts/Incompatible Mode Solid 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.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 Incompatible Mode Solid Elements advanced computational-mechanics
incompatible mode solid element
nonconforming solid element mode
internal mode solid element
static condensation of incompatible modes
2026-05-28 2026-05-28 c-000053
concept
finite-element-method
solid-elements
locking
current
Solid Element Notes
Mixed Finite Element Formulations
Solid Element Stiffness Integration
Shell Locking Phenomenon
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

Incompatible Mode Solid Elements

Definition

Incompatible mode solid elements add internal, non-nodal displacement modes to a solid element to enrich its deformation field and reduce locking or overly stiff behavior.

How It Works

The source introduces extra internal degrees of freedom for selected 6-node wedge and 8-node hexahedral elements. The standard displacement interpolation is augmented by additional mode functions, producing an expanded strain-displacement matrix:

B_tot = [ B  B_inc ]

The resulting stiffness is assembled from the expanded matrix. Because the incompatible mode degrees of freedom are internal to the element and are not global nodal unknowns, they are eliminated by static condensation before the global solve.

Why It Matters

Low-order displacement-based solid elements can be too stiff in deformation states their interpolation cannot represent well. Incompatible modes are a local enrichment strategy: they improve element flexibility without changing the global mesh topology or adding nodal unknowns.

Connections

Sources