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

This commit is contained in:
김경종
2026-06-02 16:33:07 +09:00
parent bd50e09e36
commit b13258af9f
886 changed files with 12680 additions and 93 deletions
@@ -0,0 +1,65 @@
---
type: concept
title: "Incremental Elasto-Plastic Solution Methods"
complexity: advanced
domain: computational-mechanics
created: 2026-06-02
updated: 2026-06-02
address: c-000133
aliases:
- elasto-plastic iteration methods
- plasticity Newton iteration
tags:
- concept
- finite-element-method
- plasticity
- nonlinear-analysis
status: current
related:
- "[[Finite Element Plasticity]]"
- "[[Nonlinear Finite Element Analysis]]"
- "[[Static Equilibrium Equation Solvers]]"
- "[[Abaqus Nonlinear Solution Control]]"
- "[[Abaqus Constitutive Integration]]"
sources:
- "[[Finite-Elements-in-Plasticity-Theory-and-Practice|Finite Elements in Plasticity: Theory and Practice]]"
---
# Incremental Elasto-Plastic Solution Methods
## Definition
Incremental elasto-plastic solution methods are nonlinear finite element procedures that advance a path-dependent plastic response through load increments and equilibrium iterations.
## Main Methods
[[Finite-Elements-in-Plasticity-Theory-and-Practice|Finite Elements in Plasticity: Theory and Practice]] presents the standard one-dimensional nonlinear methods before extending them to plasticity applications:
- Direct iteration or successive approximation updates the nonlinear response with a repeated approximate solve.
- Newton-Raphson iteration repeatedly linearizes the residual about the current state.
- Tangential stiffness methods update the stiffness according to the current tangent response.
- Initial stiffness methods reuse an earlier stiffness while moving nonlinear effects into residual or pseudo-load corrections.
## FE Plasticity Loop
1. Apply a load or time increment.
2. Predict displacement or strain increments.
3. Update stresses and internal variables at integration points.
4. Assemble internal forces and tangent or secant stiffness terms.
5. Solve for a correction and test convergence.
6. Commit the plastic state only when the increment is accepted.
## Why It Matters
Plasticity makes equilibrium path-dependent. Large increments can cross yield surfaces poorly, inconsistent tangents can slow or prevent convergence, and initial-stiffness schemes can be robust but inefficient when the plastic zone changes quickly.
## Connections
- [[Abaqus Nonlinear Solution Control]] is the production Abaqus counterpart: increments, Newton iterations, cutbacks, stabilization, and convergence checks.
- [[Abaqus Constitutive Integration]] supplies the material-point update that each global iteration relies on.
- [[Static Equilibrium Equation Solvers]] covers the global equation solution layer beneath each nonlinear iteration.
## Sources
- [[Finite-Elements-in-Plasticity-Theory-and-Practice|Finite Elements in Plasticity: Theory and Practice]]