add wiki
Tests / Hermetic test suite (push) Has been cancelled
Tests / Skill frontmatter validation (push) Has been cancelled

This commit is contained in:
김경종
2026-06-01 09:36:33 +09:00
parent b7b79e38b1
commit b195ac126c
74 changed files with 3421 additions and 402 deletions
@@ -4,7 +4,7 @@ title: "Hybrid Incompressible Elements"
complexity: advanced
domain: computational-mechanics
created: 2026-05-29
updated: 2026-05-29
updated: 2026-06-01
address: c-000058
aliases:
- hybrid elements
@@ -18,12 +18,18 @@ tags:
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]]"
---
# Hybrid Incompressible Elements
@@ -36,6 +42,10 @@ Hybrid incompressible elements are mixed finite element formulations that introd
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
@@ -45,10 +55,14 @@ Rubbers, elastomers, plastic flow with small elastic compressibility, and some l
## 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]]