67 lines
2.8 KiB
Markdown
67 lines
2.8 KiB
Markdown
---
|
|
type: concept
|
|
title: "Geometric Stiffness Matrix"
|
|
complexity: advanced
|
|
domain: computational-mechanics
|
|
created: 2026-05-28
|
|
updated: 2026-05-28
|
|
address: c-000039
|
|
aliases:
|
|
- initial stress stiffness matrix
|
|
- stress stiffness matrix
|
|
- 기하 강성 행렬
|
|
tags:
|
|
- concept
|
|
- finite-element-method
|
|
- nonlinear-analysis
|
|
- buckling
|
|
status: current
|
|
related:
|
|
- "[[Dynamic-Buckling-Analysis-of-Shell-Structures-using-Finite-Element-Method]]"
|
|
- "[[Dynamic Buckling Analysis]]"
|
|
- "[[Green-Lagrange Strain Linearization]]"
|
|
- "[[Total Lagrangian Shell Formulation]]"
|
|
- "[[Finite Element Eigenproblem Solvers]]"
|
|
sources:
|
|
- "[[Dynamic-Buckling-Analysis-of-Shell-Structures-using-Finite-Element-Method]]"
|
|
source_refs:
|
|
- source: "[[Dynamic-Buckling-Analysis-of-Shell-Structures-using-Finite-Element-Method]]"
|
|
raw_path: ".raw/유한요소해석법을이용한쉘구조물의동적좌굴해석/"
|
|
raw_files:
|
|
- "유한요소해석법을이용한쉘구조물의동적좌굴해석_005.md"
|
|
- "유한요소해석법을이용한쉘구조물의동적좌굴해석_007.md"
|
|
- "유한요소해석법을이용한쉘구조물의동적좌굴해석_003.md"
|
|
- "유한요소해석법을이용한쉘구조물의동적좌굴해석_004.md"
|
|
md_indices:
|
|
- 5
|
|
- 7
|
|
- 3
|
|
- 4
|
|
match: "heuristic-heading-keyword"
|
|
confidence: high
|
|
---
|
|
|
|
# Geometric Stiffness Matrix
|
|
|
|
## Definition
|
|
|
|
The geometric stiffness matrix is a stiffness contribution that arises from the current stress state and geometry of a structure, and is essential in buckling and geometric nonlinear analysis.
|
|
|
|
## How It Works
|
|
|
|
In the dynamic buckling thesis, the geometric stiffness matrix is derived through a [[Total Lagrangian Shell Formulation]] for the [[MITC4 Shell Element]]. The nonlinear strain terms are separated so that material stiffness and initial-stress stiffness contributions can be assembled. Static buckling then appears as an eigenvalue problem involving structural stiffness and geometric stiffness, while dynamic buckling also involves mass and time-varying load parameters.
|
|
|
|
## Why It Matters
|
|
|
|
Without geometric stiffness, a finite element model may predict ordinary elastic response but cannot capture the loss of stability associated with compressive pre-stress. It is the bridge from stress state to buckling load, mode shape, and dynamic instability boundary.
|
|
|
|
## Connections
|
|
|
|
- [[Green-Lagrange Strain Linearization]] explains how nonlinear strain terms feed tangent construction.
|
|
- [[Finite Element Eigenproblem Solvers]] are needed once stiffness and geometric stiffness form a buckling eigenproblem.
|
|
- [[Dynamic Buckling Analysis]] uses separate geometric stiffness terms for static and dynamic load components.
|
|
|
|
## Sources
|
|
|
|
- [[Dynamic-Buckling-Analysis-of-Shell-Structures-using-Finite-Element-Method]]
|