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

This commit is contained in:
김경종
2026-06-01 09:36:33 +09:00
parent b7b79e38b1
commit b195ac126c
74 changed files with 3421 additions and 402 deletions
@@ -7,7 +7,7 @@ aliases:
- nonlinear FEA
- incremental finite element analysis
created: 2026-05-28
updated: 2026-05-29
updated: 2026-06-01
address: c-000011
tags:
- concept
@@ -27,6 +27,9 @@ related:
- "[[Dynamic Buckling Analysis]]"
- "[[Abaqus Analysis Procedures]]"
- "[[Abaqus Constitutive Integration]]"
- "[[Abaqus Metal Plasticity Models]]"
- "[[Abaqus Hyperelastic and Viscoelastic Materials]]"
- "[[Abaqus Progressive Damage and Failure]]"
- "[[Finite Element Contact Formulation]]"
sources:
- "[[Finite Element Procedures]]"
@@ -34,6 +37,7 @@ sources:
- "[[MITC Study Notes]]"
- "[[Dynamic-Buckling-Analysis-of-Shell-Structures-using-Finite-Element-Method]]"
- "[[Abaqus Theory Manual]]"
- "[[Abaqus-Analysis-User-s-Guide-Volume-III|Abaqus Analysis User's Guide Volume III]]"
---
# Nonlinear Finite Element Analysis
@@ -54,6 +58,8 @@ The dynamic buckling thesis uses geometric nonlinearity to build the geometric s
[[Abaqus Theory Manual]] adds the production-analysis view: nonlinear procedures rely on residual equations, tangent matrices, Newton or quasi-Newton corrections, automatic increments, cutbacks, material Jacobians, and changing contact constraints.
[[Abaqus-Analysis-User-s-Guide-Volume-III|Abaqus Analysis User's Guide Volume III]] expands the material-nonlinearity side: hyperelasticity, viscoelasticity, plasticity, pressure-dependent geomaterials, concrete, progressive damage, EOS behavior, and user-defined material updates all introduce state dependence into the nonlinear finite element problem.
## Why It Matters
Many engineering failures, large deformation behaviors, buckling events, contact interactions, and elastoplastic responses cannot be captured by a single linear solve. Nonlinear analysis adds physical realism but also adds dependence on increments, tangent quality, convergence tests, and path-following strategy.
@@ -65,6 +71,7 @@ Many engineering failures, large deformation behaviors, buckling events, contact
- Are increments small enough to follow the equilibrium path?
- Do convergence criteria reflect the physical quantity of interest?
- Are material updates and contact constraints supplying a tangent that matches the active nonlinear state?
- Is the selected material model path-dependent, rate-dependent, damage-softening, or nearly incompressible?
## Sources
@@ -73,3 +80,4 @@ Many engineering failures, large deformation behaviors, buckling events, contact
- [[MITC Study Notes]]
- [[Dynamic-Buckling-Analysis-of-Shell-Structures-using-Finite-Element-Method]]
- [[Abaqus Theory Manual]]
- [[Abaqus-Analysis-User-s-Guide-Volume-III|Abaqus Analysis User's Guide Volume III]]