Files
MultiPhysicsVault/wiki/concepts/Mixed Finite Element Formulations.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

5.1 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 Mixed Finite Element Formulations advanced computational-mechanics
mixed formulation
displacement-pressure formulation
inf-sup condition
assumed strain formulation
2026-05-28 2026-05-29 c-000010
concept
finite-element-method
incompressibility
current
Displacement-Based Finite Element Formulation
Isoparametric Finite Elements
Nonlinear Finite Element Analysis
Assumed Transverse Shear Strain Interpolation
Shell Locking Phenomenon
Uniform Optimal Convergence
Incompatible Mode Solid Elements
Hybrid Incompressible Elements
Reduced Integration and Hourglass Control
Finite Element Procedures
A Continuum Mechanics Based Four-Node Shell
On-the-Finite-Element-Analysis-of-Shell-Structures
Solid Element Notes
Abaqus Theory Manual
source raw_path raw_files md_indices match confidence
Finite Element Procedures .raw/FiniteElementProcedures/
FiniteElementProcedures_033.md
FiniteElementProcedures_034.md
FiniteElementProcedures_032.md
FiniteElementProcedures_030.md
33
34
32
30
heuristic-heading-keyword high
source raw_path raw_files md_indices match confidence
A Continuum Mechanics Based Four-Node Shell .raw/AContinuumMechanicsBasedFourNodeShell/
AContinuumMechanicsBasedFourNodeShell_001.md
AContinuumMechanicsBasedFourNodeShell_002.md
1
2
heuristic-heading-keyword high
source raw_path raw_files md_indices match confidence
On-the-Finite-Element-Analysis-of-Shell-Structures .raw/쉘구조물의유한요소해석에대하여/
쉘구조물의유한요소해석에대하여_001.md
쉘구조물의유한요소해석에대하여_002.md
1
2
heuristic-heading-keyword medium
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_077.md
AbaqusTheoriesManual_034.md
AbaqusTheoriesManual_029.md
AbaqusTheoriesManual_028.md
77
34
29
28
heuristic-heading-keyword high

Mixed Finite Element Formulations

Definition

Mixed finite element formulations approximate more than one primary field, such as displacement and pressure, instead of relying only on displacement unknowns.

How It Works

Additional field variables are introduced to represent constraints or stress-like quantities directly. For incompressible or nearly incompressible media, displacement/pressure formulations separate volumetric constraint behavior from deviatoric deformation. Stability depends on compatible interpolation choices, often summarized by the inf-sup condition.

The four-node shell paper is not simply a displacement/pressure mixed formulation, but it uses the same reliability idea: a constrained or separately assumed field can remove locking when direct displacement interpolation is too restrictive.

On-the-Finite-Element-Analysis-of-Shell-Structures adds the shell-specific stability view: MITC-style mixed interpolation is useful because it can reduce locking, but the chosen strain field still has to retain consistency, ellipticity, and thickness-uniform convergence.

Solid Element Notes adds another local enrichment pattern: incompatible mode solid elements introduce internal deformation modes and statically condense them, improving element flexibility without adding global nodal unknowns.

Hybrid Incompressible Elements adds the Abaqus-specific industrial case: hydrostatic pressure can be introduced as an additional field or constraint variable so incompressible materials do not force a displacement-only interpolation into volumetric locking.

Why It Matters

Mixed formulations are needed when displacement-only elements lock, produce spurious pressure modes, or fail to represent constrained fields accurately. The source treats the inf-sup condition as a central test of whether the chosen interpolation spaces are stable.

Connections

Sources