add documents and wiki
This commit is contained in:
@@ -4,7 +4,7 @@ title: "Abaqus Constitutive Integration"
|
||||
complexity: advanced
|
||||
domain: computational-mechanics
|
||||
created: 2026-05-29
|
||||
updated: 2026-06-01
|
||||
updated: 2026-06-02
|
||||
address: c-000059
|
||||
aliases:
|
||||
- Abaqus material integration
|
||||
@@ -27,9 +27,13 @@ related:
|
||||
- "[[Abaqus Metal Plasticity Models]]"
|
||||
- "[[Abaqus Progressive Damage and Failure]]"
|
||||
- "[[Abaqus User-Defined Material Behavior]]"
|
||||
- "[[Finite Element Plasticity]]"
|
||||
- "[[Plasticity Yield Criteria]]"
|
||||
- "[[Plastic Flow Rules and Hardening]]"
|
||||
sources:
|
||||
- "[[Abaqus Theory Manual]]"
|
||||
- "[[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 Constitutive Integration
|
||||
@@ -44,6 +48,8 @@ Element routines pass kinematic information to material calculations at integrat
|
||||
|
||||
For plasticity, the manual organizes material behavior through yield functions, flow potentials, hardening laws, rate dependence, and stress integration. A backward-Euler style integration with consistent linearization is central because the quality of the material tangent strongly affects Newton convergence.
|
||||
|
||||
[[Finite-Elements-in-Plasticity-Theory-and-Practice|Finite Elements in Plasticity: Theory and Practice]] gives the programming-side counterpart: yield criteria are selected at element/material level, plastic flow and hardening update integration-point state variables, and nonlinear solution methods either use a changing tangent stiffness or move plastic corrections into pseudo-load terms.
|
||||
|
||||
[[Abaqus-Analysis-User-s-Guide-Volume-III|Abaqus Analysis User's Guide Volume III]] adds the analyst-facing side of this same layer. It shows how built-in material behaviors are selected and combined, how tabular material data are supplied, how damage and state variables are exposed, and how user materials must return stresses, state variables, and, in Abaqus/Standard, a material Jacobian.
|
||||
|
||||
## Why It Matters
|
||||
@@ -57,8 +63,10 @@ Constitutive integration is where material theory becomes finite element stiffne
|
||||
- [[Hybrid Incompressible Elements]] relies on constitutive separation of deviatoric and pressure-like response.
|
||||
- [[Abaqus Material Library and Data Definition]] supplies the input-level material blocks that drive constitutive updates.
|
||||
- [[Abaqus User-Defined Material Behavior]] is the direct extension point for custom stress updates and tangents.
|
||||
- [[Finite Element Plasticity]] supplies the general plasticity algorithm vocabulary behind Abaqus material-point integration.
|
||||
|
||||
## Sources
|
||||
|
||||
- [[Abaqus Theory Manual]]
|
||||
- [[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]]
|
||||
|
||||
Reference in New Issue
Block a user