Files
MultiPhysicsVault/wiki/concepts/Assumed Transverse Shear Strain Interpolation.md
김경종 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

107 lines
4.7 KiB
Markdown

---
type: concept
title: "Assumed Transverse Shear Strain Interpolation"
complexity: advanced
domain: computational-mechanics
aliases:
- assumed shear strain interpolation
- transverse shear tying
- shear locking remedy
created: 2026-05-28
updated: 2026-05-28
address: c-000020
tags:
- concept
- finite-element-method
- shell-elements
- locking
status: current
related:
- "[[On-the-Finite-Element-Analysis-of-Shell-Structures]]"
- "[[Shell Locking Phenomenon]]"
- "[[Uniform Optimal Convergence]]"
- "[[A Continuum Mechanics Based Four-Node Shell]]"
- "[[Four-Node-Quadrilateral-Shell-Element-MITC4]]"
- "[[MITC Study Notes]]"
- "[[MITC4 Shell Element]]"
- "[[Continuum Mechanics Based Four-Node Shell Element]]"
- "[[Mixed Finite Element Formulations]]"
- "[[Displacement-Based Finite Element Formulation]]"
- "[[Isoparametric Finite Elements]]"
sources:
- "[[On-the-Finite-Element-Analysis-of-Shell-Structures]]"
- "[[A Continuum Mechanics Based Four-Node Shell]]"
- "[[Four-Node-Quadrilateral-Shell-Element-MITC4]]"
- "[[MITC Study Notes]]"
source_refs:
- source: "[[On-the-Finite-Element-Analysis-of-Shell-Structures]]"
raw_path: ".raw/쉘구조물의유한요소해석에대하여/"
raw_files:
- "쉘구조물의유한요소해석에대하여_001.md"
- "쉘구조물의유한요소해석에대하여_002.md"
md_indices:
- 1
- 2
match: "heuristic-heading-keyword"
confidence: low
- source: "[[A Continuum Mechanics Based Four-Node Shell]]"
raw_path: ".raw/AContinuumMechanicsBasedFourNodeShell/"
raw_files:
- "AContinuumMechanicsBasedFourNodeShell_001.md"
md_indices:
- 1
match: "heuristic-heading-keyword"
confidence: medium
- source: "[[Four-Node-Quadrilateral-Shell-Element-MITC4]]"
raw_path: ".raw/FourNodeQuadrilateralShellElementMITC4/"
raw_files:
- "FourNodeQuadrilateralShellElementMITC4_001.md"
md_indices:
- 1
match: "heuristic-heading-keyword"
confidence: medium
- source: "[[MITC Study Notes]]"
raw_path: ".raw/MITC공부/"
raw_files:
- "MITC공부_001.md"
md_indices:
- 1
match: "heuristic-heading-keyword"
confidence: low
---
# Assumed Transverse Shear Strain Interpolation
## Definition
Assumed transverse shear strain interpolation replaces the shear strains implied directly by the displacement interpolation with a separately interpolated shear strain field chosen to avoid artificial stiffness in shell bending.
## How It Works
In the four-node shell paper, the transverse shear strain components are interpolated in convected coordinates from selected tying locations rather than taken directly from the standard displacement field everywhere in the element. This lets the element approximate the near-zero transverse shear strains required by thin-shell bending while preserving a low-order quadrilateral element.
The MITC4 source presents the same practical idea under the Mixed Interpolation of Tensorial Components name. Its assumed transverse shear strains are computed from values at edge-midpoint tying locations and then transformed back to Cartesian strain components.
The MITC study notes keep this as the motivating issue: direct shell interpolation locks in thin shells, so the transverse shear strain field must be treated separately from the rest of the displacement-derived strain field.
The Korean shell FE review generalizes the same idea: reducing selected strain interpolation can relieve locking, but the assumed field must still satisfy consistency and avoid spurious zero-energy behavior.
## Why It Matters
Standard displacement interpolation can cause shear locking: the element cannot represent the bending state without introducing parasitic transverse shear strain, so the computed shell becomes too stiff as thickness decreases. The assumed shear strain field is a targeted correction that keeps the four-node shell usable for thin shells without abandoning the economical element topology.
## Connections
- [[Continuum Mechanics Based Four-Node Shell Element]] uses this technique as a core formulation choice.
- [[MITC4 Shell Element]] names the same locking remedy as mixed interpolation of tensorial components.
- [[Mixed Finite Element Formulations]] provides a broader context for introducing extra or altered fields to satisfy constraints.
- [[Displacement-Based Finite Element Formulation]] explains the displacement-only path that can lock.
- [[Isoparametric Finite Elements]] explains the low-order quadrilateral mapping context.
## Sources
- [[A Continuum Mechanics Based Four-Node Shell]]
- [[Four-Node-Quadrilateral-Shell-Element-MITC4]]
- [[MITC Study Notes]]
- [[On-the-Finite-Element-Analysis-of-Shell-Structures]]