56 lines
2.5 KiB
Markdown
56 lines
2.5 KiB
Markdown
---
|
|
type: concept
|
|
title: "Shell Structure Asymptotic Behavior"
|
|
complexity: advanced
|
|
domain: computational-mechanics
|
|
aliases:
|
|
- shell asymptotic behavior
|
|
- bending-dominated shell behavior
|
|
- membrane-dominated shell behavior
|
|
- mixed-dominated shell behavior
|
|
created: 2026-05-28
|
|
updated: 2026-05-28
|
|
address: c-000044
|
|
tags:
|
|
- concept
|
|
- finite-element-method
|
|
- shell-elements
|
|
- asymptotics
|
|
status: current
|
|
related:
|
|
- "[[On-the-Finite-Element-Analysis-of-Shell-Structures]]"
|
|
- "[[Basic Shell Mathematical Model]]"
|
|
- "[[Shell Locking Phenomenon]]"
|
|
- "[[Uniform Optimal Convergence]]"
|
|
- "[[Scordelis-Lo Shell Benchmark]]"
|
|
sources:
|
|
- "[[On-the-Finite-Element-Analysis-of-Shell-Structures]]"
|
|
---
|
|
|
|
# Shell Structure Asymptotic Behavior
|
|
|
|
## Definition
|
|
|
|
Shell structure asymptotic behavior is the limiting response class of a shell as the thickness ratio becomes small. The source classifies thin-shell behavior into bending-dominated, membrane-dominated, and mixed-dominated regimes.
|
|
|
|
## How It Works
|
|
|
|
The paper writes the simplified shell variational problem in terms of a thickness ratio and separates bending energy from membrane and shear energy. A load scaling factor `rho` indicates how the shell stiffness scales with thickness. Values near `rho = 1` indicate membrane-dominated behavior, values near `rho = 3` indicate bending-dominated behavior, and intermediate values indicate mixed-dominated behavior.
|
|
|
|
The classification depends on geometry, boundary conditions, and loading. The key mathematical object is the pure bending displacement space: if pure bending is available and the loading excites it, bending-dominated behavior can appear; if not, membrane or mixed behavior controls.
|
|
|
|
## Why It Matters
|
|
|
|
The same shell element can appear reliable in one shell problem and lock or converge slowly in another. Shell asymptotic behavior explains why benchmark problems must vary thickness, curvature, boundary conditions, and loading rather than relying on one fixed-thickness result.
|
|
|
|
## Connections
|
|
|
|
- [[Basic Shell Mathematical Model]] supplies the bending and membrane energy terms.
|
|
- [[Shell Locking Phenomenon]] is strongly tied to whether an element can approximate the pure bending space.
|
|
- [[Uniform Optimal Convergence]] asks whether convergence remains optimal across thickness and asymptotic regimes.
|
|
- [[Scordelis-Lo Shell Benchmark]] is cited as a shell problem whose asymptotic behavior can be evaluated numerically.
|
|
|
|
## Sources
|
|
|
|
- [[On-the-Finite-Element-Analysis-of-Shell-Structures]]
|