Files
MultiPhysicsVault/wiki/concepts/MITC Shell Kinematics.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

68 lines
2.3 KiB
Markdown

---
type: concept
title: "MITC Shell Kinematics"
complexity: advanced
domain: computational-mechanics
created: 2026-05-28
updated: 2026-05-28
address: c-000029
aliases:
- MITC kinematics
- shell director kinematics
- degenerated continuum shell kinematics
tags:
- concept
- finite-element-method
- shell-elements
- mitc
status: current
related:
- "[[MITC Study Notes]]"
- "[[MITC4 Shell Element]]"
- "[[Continuum Mechanics Based Four-Node Shell Element]]"
- "[[Total Lagrangian Shell Formulation]]"
sources:
- "[[MITC Study Notes]]"
source_refs:
- source: "[[MITC Study Notes]]"
raw_path: ".raw/MITC공부/"
raw_files:
- "MITC공부_001.md"
md_indices:
- 1
match: "heuristic-heading-keyword"
confidence: low
---
# MITC Shell Kinematics
## Definition
MITC shell kinematics describe a shell element as a three-dimensional continuum degenerated through the shell thickness, with midsurface nodal positions and director vectors defining points inside the shell.
## How It Works
The study notes express reference and current shell positions using four-node shape functions plus a through-thickness coordinate multiplying nodal thickness and director vectors. The displacement field follows from the difference between current and reference positions. Incremental displacement is then split into nodal translation increments and director-vector increments caused by nodal rotations.
## Why It Matters
This kinematic setup is the bridge between solid-like continuum measures and shell element degrees of freedom. It lets the element use three-dimensional strain and stress measures while keeping the computational cost close to a low-order shell element.
## Practical Frame
- Midsurface interpolation locates the shell surface.
- Director vectors carry the through-thickness direction.
- Nodal translations move the midsurface.
- Nodal rotations update the directors.
- The through-thickness coordinate connects director motion to bending behavior.
## Connections
- [[MITC4 Shell Element]] uses this kinematic structure in a four-node quadrilateral element.
- [[Continuum Mechanics Based Four-Node Shell Element]] is the broader Dvorkin-Bathe lineage for this shell description.
- [[Total Lagrangian Shell Formulation]] supplies the reference-configuration viewpoint used later in the derivation.
## Sources
- [[MITC Study Notes]]