Files
MultiPhysicsVault/wiki/concepts/MITC4 Shell Element.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

131 lines
6.1 KiB
Markdown

---
type: concept
title: "MITC4 Shell Element"
complexity: advanced
domain: computational-mechanics
aliases:
- MITC4
- Mixed Interpolation of Tensorial Components shell element
- four-node quadrilateral MITC shell
created: 2026-05-28
updated: 2026-06-01
address: c-000023
tags:
- concept
- finite-element-method
- shell-elements
- mitc
- locking
status: current
related:
- "[[On-the-Finite-Element-Analysis-of-Shell-Structures]]"
- "[[Shell Locking Phenomenon]]"
- "[[Uniform Optimal Convergence]]"
- "[[Dynamic-Buckling-Analysis-of-Shell-Structures-using-Finite-Element-Method]]"
- "[[Dynamic Buckling Analysis]]"
- "[[MITC Study Notes]]"
- "[[MITC Shell Kinematics]]"
- "[[Green-Lagrange Strain Linearization]]"
- "[[Nonlinear Newmark-Beta Integration]]"
- "[[Four-Node-Quadrilateral-Shell-Element-MITC4]]"
- "[[Continuum Mechanics Based Four-Node Shell Element]]"
- "[[Assumed Transverse Shear Strain Interpolation]]"
- "[[Scordelis-Lo Shell Benchmark]]"
- "[[OOFEM]]"
- "[[Abaqus Structural Element Families]]"
- "[[Abaqus Beam and Shell Section Definitions]]"
sources:
- "[[On-the-Finite-Element-Analysis-of-Shell-Structures]]"
- "[[Four-Node-Quadrilateral-Shell-Element-MITC4]]"
- "[[MITC Study Notes]]"
- "[[Dynamic-Buckling-Analysis-of-Shell-Structures-using-Finite-Element-Method]]"
- "[[Abaqus-Analysis-User-s-Guide-Volume-IV|Abaqus Analysis User's Guide Volume IV]]"
source_refs:
- source: "[[On-the-Finite-Element-Analysis-of-Shell-Structures]]"
raw_path: ".raw/쉘구조물의유한요소해석에대하여/"
raw_files:
- "쉘구조물의유한요소해석에대하여_002.md"
- "쉘구조물의유한요소해석에대하여_001.md"
md_indices:
- 2
- 1
match: "heuristic-heading-keyword"
confidence: low
- source: "[[Four-Node-Quadrilateral-Shell-Element-MITC4]]"
raw_path: ".raw/FourNodeQuadrilateralShellElementMITC4/"
raw_files:
- "FourNodeQuadrilateralShellElementMITC4_001.md"
md_indices:
- 1
match: "heuristic-heading-keyword"
confidence: high
- source: "[[MITC Study Notes]]"
raw_path: ".raw/MITC공부/"
raw_files:
- "MITC공부_001.md"
md_indices:
- 1
match: "heuristic-heading-keyword"
confidence: low
- source: "[[Dynamic-Buckling-Analysis-of-Shell-Structures-using-Finite-Element-Method]]"
raw_path: ".raw/유한요소해석법을이용한쉘구조물의동적좌굴해석/"
raw_files:
- "유한요소해석법을이용한쉘구조물의동적좌굴해석_002.md"
md_indices:
- 2
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_020.md"
- "AbaqusAnalysisUserGuide4_059.md"
- "AbaqusAnalysisUserGuide4_014.md"
- "AbaqusAnalysisUserGuide4_006.md"
md_indices:
- 20
- 59
- 14
- 6
match: "heuristic-heading-keyword"
confidence: high
---
# MITC4 Shell Element
## Definition
MITC4 is a four-node quadrilateral shell finite element that uses Mixed Interpolation of Tensorial Components to avoid transverse shear locking while retaining a low-order shell topology.
## How It Works
The element starts from a three-dimensional continuum description degenerated to shell behavior. Its displacement field uses four corner nodes, director vectors through the shell thickness, three translations, and two rotations at each node. Direct interpolation of this displacement field can create nonzero transverse shear strain under thin-shell bending, so MITC4 constructs assumed transverse shear strain components from edge-midpoint tying locations and transforms them through the convected coordinate basis.
The study notes expand the derivation path: [[MITC Shell Kinematics]] defines reference/current positions and director updates, [[Green-Lagrange Strain Linearization]] supplies the nonlinear tangent terms, and [[Nonlinear Newmark-Beta Integration]] shows how the dynamic residual is solved in time.
The dynamic buckling thesis uses MITC4 as the shell element for a full analysis program, then validates it through patch tests, linear shell benchmarks, geometric nonlinear response, static buckling, and dynamic buckling examples.
[[On-the-Finite-Element-Analysis-of-Shell-Structures]] places MITC in the broader shell FE reliability problem: mixed interpolation should reduce [[Shell Locking Phenomenon]] in bending and mixed-dominated shells while preserving consistency and ellipticity in membrane-dominated shells.
[[Abaqus-Analysis-User-s-Guide-Volume-IV|Abaqus Analysis User's Guide Volume IV]] provides the production shell-library context around this research thread: conventional shells, continuum shells, axisymmetric shells, shell section definitions, reduced integration, and hourglass/drill stiffness controls are the practical choices analysts see when selecting elements such as `S4R` or `SC8R`.
## Why It Matters
Low-order shell elements are computationally attractive, but thin-shell bending exposes shear locking if the element cannot represent near-zero transverse shear strain. MITC4 preserves the economy of a four-node quadrilateral while making the element usable across thick and thin shells.
## Implementation Notes
The source describes an [[OOFEM]] implementation. The element stiffness follows the standard `B^T D B` volume integral, with a shell-degenerated three-dimensional material matrix and a zero normal stress condition through the thickness.
## Validation
The paper reports patch-test verification for pure bending, pure shear, pure twist, and membrane stress states. It then uses the [[Scordelis-Lo Shell Benchmark]] to study convergence against a reference solution and an RDKT comparison.
## Sources
- [[Four-Node-Quadrilateral-Shell-Element-MITC4]]
- [[MITC Study Notes]]
- [[Dynamic-Buckling-Analysis-of-Shell-Structures-using-Finite-Element-Method]]
- [[On-the-Finite-Element-Analysis-of-Shell-Structures]]
- [[Abaqus-Analysis-User-s-Guide-Volume-IV|Abaqus Analysis User's Guide Volume IV]]