add wiki
Tests / Hermetic test suite (push) Has been cancelled
Tests / Skill frontmatter validation (push) Has been cancelled

This commit is contained in:
김경종
2026-05-28 17:16:48 +09:00
parent 665c5ab4e4
commit 4cc312954f
5693 changed files with 66683 additions and 4087 deletions
@@ -0,0 +1,64 @@
---
type: concept
title: "Total Lagrangian Shell Formulation"
complexity: advanced
domain: computational-mechanics
aliases:
- total Lagrangian shell analysis
- large displacement shell formulation
- large rotation shell formulation
created: 2026-05-28
updated: 2026-05-28
address: c-000021
tags:
- concept
- finite-element-method
- shell-elements
- nonlinear-analysis
status: current
related:
- "[[MITC Study Notes]]"
- "[[Dynamic-Buckling-Analysis-of-Shell-Structures-using-Finite-Element-Method]]"
- "[[MITC Shell Kinematics]]"
- "[[Green-Lagrange Strain Linearization]]"
- "[[Geometric Stiffness Matrix]]"
- "[[A Continuum Mechanics Based Four-Node Shell]]"
- "[[Continuum Mechanics Based Four-Node Shell Element]]"
- "[[Nonlinear Finite Element Analysis]]"
- "[[Static Equilibrium Equation Solvers]]"
sources:
- "[[A Continuum Mechanics Based Four-Node Shell]]"
- "[[MITC Study Notes]]"
- "[[Dynamic-Buckling-Analysis-of-Shell-Structures-using-Finite-Element-Method]]"
---
# Total Lagrangian Shell Formulation
## Definition
A total Lagrangian shell formulation writes the nonlinear shell equilibrium equations with respect to the initial reference configuration, even while the shell undergoes large displacement and rotation response.
## How It Works
The formulation tracks kinematic measures, stress resultants, and virtual work using the original configuration as the reference. In the four-node shell paper, this framework is used for large displacement and rotation analysis under the assumption of small strains, with shell director behavior and thickness assumptions built into the element kinematics.
The MITC study notes make the tangent path explicit by writing Green-Lagrange strain in the reference configuration, pairing it with second Piola-Kirchhoff stress, and separating strain terms for incremental Newton solution.
The dynamic buckling thesis uses the total Lagrangian formulation to derive the [[Geometric Stiffness Matrix]] needed for static and dynamic buckling analysis of MITC4 shell models.
## Why It Matters
Large shell rotations, snap-through behavior, buckling paths, and elastoplastic response require incremental nonlinear analysis. A total Lagrangian statement gives a consistent reference frame for deriving residuals and tangent stiffness terms in such problems.
## Connections
- [[Nonlinear Finite Element Analysis]] is the broader incremental equilibrium framework.
- [[Continuum Mechanics Based Four-Node Shell Element]] uses this formulation for nonlinear shell examples.
- [[Green-Lagrange Strain Linearization]] is the local strain expansion used to build residual and tangent terms.
- [[Static Equilibrium Equation Solvers]] solve the load-step equilibrium equations that result from the formulation.
## Sources
- [[A Continuum Mechanics Based Four-Node Shell]]
- [[MITC Study Notes]]
- [[Dynamic-Buckling-Analysis-of-Shell-Structures-using-Finite-Element-Method]]