Files
MultiPhysicsVault/wiki/concepts/Incremental Elasto-Plastic Solution Methods.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

3.2 KiB

type, title, complexity, domain, created, updated, address, aliases, tags, status, related, sources, source_refs
type title complexity domain created updated address aliases tags status related sources source_refs
concept Incremental Elasto-Plastic Solution Methods advanced computational-mechanics 2026-06-02 2026-06-02 c-000133
elasto-plastic iteration methods
plasticity Newton iteration
concept
finite-element-method
plasticity
nonlinear-analysis
current
Finite Element Plasticity
Nonlinear Finite Element Analysis
Static Equilibrium Equation Solvers
Abaqus Nonlinear Solution Control
Abaqus Constitutive Integration
Finite-Elements-in-Plasticity-Theory-and-Practice
source raw_path raw_files md_indices match confidence
Finite-Elements-in-Plasticity-Theory-and-Practice .raw/FiniteElementsinPlasticityTheoryandPractice/
FiniteElementsinPlasticityTheoryandPractice_001.md
FiniteElementsinPlasticityTheoryandPractice_052.md
FiniteElementsinPlasticityTheoryandPractice_014.md
FiniteElementsinPlasticityTheoryandPractice_051.md
1
52
14
51
heuristic-heading-keyword high

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 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

Sources