Files
MultiPhysicsVault/wiki/concepts/Hybrid Incompressible 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

112 lines
5.1 KiB
Markdown

---
type: concept
title: "Hybrid Incompressible Elements"
complexity: advanced
domain: computational-mechanics
created: 2026-05-29
updated: 2026-06-01
address: c-000058
aliases:
- hybrid elements
- hybrid incompressibility
- displacement-pressure elements
tags:
- concept
- finite-element-method
- incompressibility
- mixed-formulation
status: current
related:
- "[[Abaqus Theory Manual]]"
- "[[Abaqus-Analysis-User-s-Guide-Volume-IV|Abaqus Analysis User's Guide Volume IV]]"
- "[[Abaqus Element Library]]"
- "[[Abaqus Element Selection and Formulation]]"
- "[[Abaqus Continuum Element Families]]"
- "[[Mixed Finite Element Formulations]]"
- "[[Reduced Integration and Hourglass Control]]"
- "[[Isoparametric Finite Elements]]"
- "[[Abaqus Hyperelastic and Viscoelastic Materials]]"
sources:
- "[[Abaqus Theory Manual]]"
- "[[Abaqus-Analysis-User-s-Guide-Volume-III|Abaqus Analysis User's Guide Volume III]]"
- "[[Abaqus-Analysis-User-s-Guide-Volume-IV|Abaqus Analysis User's Guide Volume IV]]"
source_refs:
- source: "[[Abaqus Theory Manual]]"
raw_path: ".raw/AbaqusTheoriesManual/"
raw_files:
- "AbaqusTheoriesManual_028.md"
- "AbaqusTheoriesManual_032.md"
- "AbaqusTheoriesManual_index2.md"
- "AbaqusTheoriesManual_029.md"
md_indices:
- 28
- 32
- 87
- 29
match: "heuristic-heading-keyword"
confidence: high
- source: "[[Abaqus-Analysis-User-s-Guide-Volume-III|Abaqus Analysis User's Guide Volume III]]"
raw_path: ".raw/AbaqusAnalysisUserGuide3/"
raw_files:
- "AbaqusAnalysisUserGuide3_070.md"
- "AbaqusAnalysisUserGuide3_015.md"
- "AbaqusAnalysisUserGuide3_013.md"
- "AbaqusAnalysisUserGuide3_016.md"
md_indices:
- 70
- 15
- 13
- 16
match: "heuristic-heading-keyword"
confidence: high
- source: "[[Abaqus-Analysis-User-s-Guide-Volume-IV|Abaqus Analysis User's Guide Volume IV]]"
raw_path: ".raw/AbaqusAnalysisUserGuide4/"
raw_files:
- "AbaqusAnalysisUserGuide4_010.md"
- "AbaqusAnalysisUserGuide4_013.md"
- "AbaqusAnalysisUserGuide4_018.md"
- "AbaqusAnalysisUserGuide4_006.md"
md_indices:
- 10
- 13
- 18
- 6
match: "heuristic-heading-keyword"
confidence: high
---
# Hybrid Incompressible Elements
## Definition
Hybrid incompressible elements are mixed finite element formulations that introduce pressure-like variables in addition to displacement variables so incompressible or nearly incompressible materials do not lock.
## How It Works
Displacement-only solid elements can become too stiff when the material response strongly constrains volume change. Abaqus addresses partly incompressible behavior through selective reduced integration of the volumetric strain contribution, and fully incompressible behavior through hybrid formulations where hydrostatic pressure acts as an additional unknown or Lagrange multiplier.
[[Abaqus-Analysis-User-s-Guide-Volume-III|Volume III]] makes this practical for material selection. Nearly incompressible hyperelastic solids, especially confined rubberlike materials, often require hybrid continuum elements in Abaqus/Standard; Abaqus/Explicit cannot enforce exact incompressibility at each material point and therefore requires a compressible approximation.
[[Abaqus-Analysis-User-s-Guide-Volume-IV|Volume IV]] makes the element-library side explicit: hybrid Abaqus elements are commonly marked with `H`, as in `C3D8H` or `B31H`, and are selected within continuum, beam, and truss families when incompressible or inextensible behavior would otherwise lock.
This separates deviatoric deformation from the incompressibility constraint. The element can represent shear deformation while enforcing the pressure or volume constraint through a mixed field rather than forcing the displacement interpolation to carry both roles.
## Why It Matters
Rubbers, elastomers, plastic flow with small elastic compressibility, and some large-deformation material models require stable incompressible treatment. Without a hybrid or otherwise stable mixed formulation, the mesh can show volumetric locking, poor convergence, or unphysical pressure behavior.
## Connections
- [[Mixed Finite Element Formulations]] gives the general multi-field stability setting.
- [[Abaqus Element Selection and Formulation]] explains how the `H` suffix appears in concrete Abaqus element names.
- [[Abaqus Continuum Element Families]] shows the solid-element families where hybrid pressure treatment is common.
- [[Reduced Integration and Hourglass Control]] is related but not equivalent; reduced quadrature may relieve stiffness, while hybrid elements explicitly add pressure variables.
- [[Abaqus Constitutive Integration]] provides the integration-point material response that supplies deviatoric stress and consistent tangent terms.
- [[Abaqus Hyperelastic and Viscoelastic Materials]] is a common material class where hybrid or carefully compressible formulations matter.
## Sources
- [[Abaqus Theory Manual]]
- [[Abaqus-Analysis-User-s-Guide-Volume-III|Abaqus Analysis User's Guide Volume III]]
- [[Abaqus-Analysis-User-s-Guide-Volume-IV|Abaqus Analysis User's Guide Volume IV]]