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

This commit is contained in:
김경종
2026-05-28 17:16:48 +09:00
parent 665c5ab4e4
commit 4cc312954f
5693 changed files with 66683 additions and 4087 deletions
+75
View File
@@ -0,0 +1,75 @@
---
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-05-28
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]]"
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]]"
---
# 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.
## 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]]