4.8 KiB
type, title, complexity, domain, aliases, created, updated, address, tags, status, related, sources, source_refs
| type | title | complexity | domain | aliases | created | updated | address | tags | status | related | sources | source_refs | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| concept | Continuum Mechanics Based Four-Node Shell Element | advanced | computational-mechanics |
|
2026-05-28 | 2026-05-28 | c-000019 |
|
current |
|
|
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.