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
@@ -4,7 +4,7 @@ title: "Abaqus Metal Plasticity Models"
complexity: advanced
domain: computational-mechanics
created: 2026-06-01
updated: 2026-06-01
updated: 2026-06-02
address: c-000096
aliases:
- Abaqus plasticity
@@ -24,8 +24,13 @@ related:
- "[[Abaqus Constitutive Integration]]"
- "[[Nonlinear Finite Element Analysis]]"
- "[[Abaqus Progressive Damage and Failure]]"
- "[[Finite Element Plasticity]]"
- "[[Plasticity Yield Criteria]]"
- "[[Plastic Flow Rules and Hardening]]"
- "[[Elasto-Viscoplastic Finite Element Analysis]]"
sources:
- "[[Abaqus-Analysis-User-s-Guide-Volume-III|Abaqus Analysis User's Guide Volume III]]"
- "[[Finite-Elements-in-Plasticity-Theory-and-Practice|Finite Elements in Plasticity: Theory and Practice]]"
---
# Abaqus Metal Plasticity Models
@@ -42,6 +47,8 @@ For metals, the major built-in families include classical Mises and Hill plastic
The source highlights data interpretation details: plastic hardening data use plastic strain rather than total strain; finite-strain metal data should generally be true stress and logarithmic plastic strain; and initial equivalent plastic strain can be supplied when prior hardening must be represented.
[[Finite-Elements-in-Plasticity-Theory-and-Practice|Finite Elements in Plasticity: Theory and Practice]] supplies the generic finite element mechanics beneath these Abaqus model choices: pressure-insensitive yield criteria such as Tresca and von Mises, associated flow, isotropic and kinematic hardening, elasto-viscoplastic rate dependence, and incremental solution methods.
## Why It Matters
Plasticity is the primary material nonlinearity in many structural and manufacturing analyses. The correct model depends on loading history, rate, temperature, pressure dependence, cyclic behavior, and whether damage or failure is part of the simulation goal.
@@ -51,8 +58,9 @@ Plasticity is the primary material nonlinearity in many structural and manufactu
- [[Abaqus Constitutive Integration]] performs the integration-point return/evolution calculations implied by plasticity models.
- [[Nonlinear Finite Element Analysis]] provides the global incremental framework for plastic deformation.
- [[Abaqus Progressive Damage and Failure]] often extends plasticity models with stiffness degradation and element deletion.
- [[Finite Element Plasticity]] provides the solver-development view of yield checks, plastic strain updates, and tangent or pseudo-load corrections.
## Sources
- [[Abaqus-Analysis-User-s-Guide-Volume-III|Abaqus Analysis User's Guide Volume III]]
- [[Finite-Elements-in-Plasticity-Theory-and-Practice|Finite Elements in Plasticity: Theory and Practice]]