55 lines
2.3 KiB
Markdown
55 lines
2.3 KiB
Markdown
---
|
|
type: concept
|
|
title: "Hybrid Incompressible Elements"
|
|
complexity: advanced
|
|
domain: computational-mechanics
|
|
created: 2026-05-29
|
|
updated: 2026-05-29
|
|
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 Element Library]]"
|
|
- "[[Mixed Finite Element Formulations]]"
|
|
- "[[Reduced Integration and Hourglass Control]]"
|
|
- "[[Isoparametric Finite Elements]]"
|
|
sources:
|
|
- "[[Abaqus Theory Manual]]"
|
|
---
|
|
|
|
# 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.
|
|
|
|
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.
|
|
- [[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.
|
|
|
|
## Sources
|
|
|
|
- [[Abaqus Theory Manual]]
|
|
|