Files
MultiPhysicsVault/wiki/concepts/Green-Lagrange Strain Linearization.md
T
김경종 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

62 lines
2.2 KiB
Markdown

---
type: concept
title: "Green-Lagrange Strain Linearization"
complexity: advanced
domain: computational-mechanics
created: 2026-05-28
updated: 2026-05-28
address: c-000030
aliases:
- Green Lagrange strain expansion
- nonlinear strain linearization
- total Lagrangian tangent strain terms
tags:
- concept
- finite-element-method
- nonlinear-analysis
- shell-elements
status: current
related:
- "[[MITC Study Notes]]"
- "[[Total Lagrangian Shell Formulation]]"
- "[[Nonlinear Finite Element Analysis]]"
- "[[MITC Shell Kinematics]]"
sources:
- "[[MITC Study Notes]]"
source_refs:
- source: "[[MITC Study Notes]]"
raw_path: ".raw/MITC공부/"
raw_files:
- "MITC공부_001.md"
- "MITC공부_002.md"
md_indices:
- 1
- 2
match: "heuristic-heading-keyword"
confidence: medium
---
# Green-Lagrange Strain Linearization
## Definition
Green-Lagrange strain linearization separates the nonlinear strain measure into terms that can be used to form residual forces and tangent stiffness contributions during incremental nonlinear finite element analysis.
## How It Works
The study notes use Green-Lagrange strain with second Piola-Kirchhoff stress in a reference-configuration virtual work statement. The strain expression is expanded with respect to the current displacement state and an incremental displacement. This separates terms associated with the existing strain state, terms linear in the increment, and terms nonlinear in the increment. The variation of the strain then produces internal force and tangent terms for Newton-Raphson iteration.
## Why It Matters
In nonlinear shell analysis, the element stiffness is not a fixed matrix. The tangent must account for both material response and geometry-dependent stress terms. Linearizing the Green-Lagrange strain is the step that turns the nonlinear virtual work equation into a solvable incremental system.
## Connections
- [[Total Lagrangian Shell Formulation]] provides the reference configuration and stress/strain pair.
- [[MITC Shell Kinematics]] defines the displacement and director variables being linearized.
- [[Nonlinear Finite Element Analysis]] supplies the Newton iteration context.
## Sources
- [[MITC Study Notes]]