Files
MultiPhysicsVault/wiki/concepts/Continuum Mechanics Based Four-Node Shell Element.md
T
김경종 4cc312954f
Tests / Hermetic test suite (push) Has been cancelled
Tests / Skill frontmatter validation (push) Has been cancelled
add wiki
2026-05-28 17:16:48 +09:00

73 lines
3.8 KiB
Markdown

---
type: concept
title: "Continuum Mechanics Based Four-Node Shell Element"
complexity: advanced
domain: computational-mechanics
aliases:
- four-node shell element
- Dvorkin-Bathe shell element
- continuum mechanics shell element
created: 2026-05-28
updated: 2026-05-28
address: c-000019
tags:
- concept
- finite-element-method
- shell-elements
- nonlinear-analysis
status: current
related:
- "[[On-the-Finite-Element-Analysis-of-Shell-Structures]]"
- "[[Basic Shell Mathematical Model]]"
- "[[Shell Locking Phenomenon]]"
- "[[A Continuum Mechanics Based Four-Node Shell]]"
- "[[Four-Node-Quadrilateral-Shell-Element-MITC4]]"
- "[[MITC4 Shell Element]]"
- "[[Scordelis-Lo Shell Benchmark]]"
- "[[Assumed Transverse Shear Strain Interpolation]]"
- "[[Total Lagrangian Shell Formulation]]"
- "[[Isoparametric Finite Elements]]"
- "[[Nonlinear Finite Element Analysis]]"
sources:
- "[[On-the-Finite-Element-Analysis-of-Shell-Structures]]"
- "[[A Continuum Mechanics Based Four-Node Shell]]"
- "[[Four-Node-Quadrilateral-Shell-Element-MITC4]]"
---
# Continuum Mechanics Based Four-Node Shell Element
## Definition
A continuum-mechanics-based four-node shell element is a quadrilateral shell finite element whose behavior is derived from the three-dimensional continuum virtual work statement rather than from a specialized plate or shell theory.
## How It Works
The element represents shell geometry through a general four-node, non-flat quadrilateral description. It uses convected coordinates and a three-dimensional constitutive setting, while constraining the shell kinematics so the element can model thin and thick shells efficiently. The paper's central practical modification is a separate interpolation of transverse shear strains, which prevents the element from becoming overly stiff in thin-shell bending.
The MITC4 implementation paper restates this lineage in an implementation-focused form: the four-node quadrilateral shell is treated as a three-dimensional continuum description degenerated to shell behavior, with all element degrees of freedom concentrated at the four vertices.
[[On-the-Finite-Element-Analysis-of-Shell-Structures]] names the [[Basic Shell Mathematical Model]] as the underlying model for continuum-mechanics-based shell finite elements. That source makes the element's locking behavior a consequence of how well the discretization can approximate the model's bending, membrane, and transverse shear strain spaces.
## Why It Matters
Four-node shell elements are attractive in large structural models because they are computationally economical, but low-order shell elements can lock, distort poorly, or admit spurious modes. This formulation shows how a low-order element can remain useful for nonlinear shell analysis when the shear strain field and nonlinear kinematics are handled carefully.
## Validation Thread
The source tests the element against simple patch and rigid-body checks, classical shell benchmarks such as the Scordelis-Lo roof and pinched cylinder, large-deflection cantilever behavior, shallow spherical shell response, stiffened plate buckling, and elastoplastic circular plate response.
The MITC4 source adds an [[OOFEM]] implementation thread, including patch tests and the [[Scordelis-Lo Shell Benchmark]] as the main convergence demonstration.
## Connections
- [[Assumed Transverse Shear Strain Interpolation]] is the locking remedy inside the element.
- [[Total Lagrangian Shell Formulation]] is the nonlinear kinematic framework used for large displacement and rotation response.
- [[Isoparametric Finite Elements]] supplies the mapping and integration context.
- [[Nonlinear Finite Element Analysis]] supplies the incremental solution context.
## Sources
- [[A Continuum Mechanics Based Four-Node Shell]]
- [[Four-Node-Quadrilateral-Shell-Element-MITC4]]
- [[On-the-Finite-Element-Analysis-of-Shell-Structures]]