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,55 @@
---
type: concept
title: "Elasto-Viscoplastic Finite Element Analysis"
complexity: advanced
domain: computational-mechanics
created: 2026-06-02
updated: 2026-06-02
address: c-000136
aliases:
- viscoplastic finite element analysis
- elasto-viscoplasticity
tags:
- concept
- finite-element-method
- plasticity
- dynamics
- nonlinear-analysis
status: current
related:
- "[[Finite Element Plasticity]]"
- "[[Direct Time Integration Methods]]"
- "[[Abaqus Metal Plasticity Models]]"
- "[[Abaqus Constitutive Integration]]"
- "[[Transient Dynamic Elasto-Plastic Analysis]]"
sources:
- "[[Finite-Elements-in-Plasticity-Theory-and-Practice|Finite Elements in Plasticity: Theory and Practice]]"
---
# Elasto-Viscoplastic Finite Element Analysis
## Definition
Elasto-viscoplastic finite element analysis models irreversible deformation as a rate-dependent process. Plastic flow develops over time rather than being represented only as a rate-independent constraint at a yield surface.
## How It Works
The source treats viscoplasticity first in one dimension and then in two-dimensional finite element problems. The implementation view is time-step based: strain increments, stress updates, viscoplastic strain rates, and material state variables are advanced over a finite time interval.
Viscoplastic formulations can also be used as a numerical regularization of plastic flow. The finite element program still assembles internal forces from stress states at integration points, but the constitutive update depends directly on the step size and rate parameters.
## Why It Matters
Rate dependence is important when deformation speed, creep-like effects, or numerical regularization of sharp plastic transitions matter. It also forms a bridge to [[Transient Dynamic Elasto-Plastic Analysis]], where inertia and time integration interact with material inelasticity.
## Solver Checklist
- Define the viscoplastic strain-rate law and rate parameters.
- Store accumulated viscoplastic strain and other hardening variables at integration points.
- Select an explicit or implicit update for the material state.
- Make the global time increment consistent with both stability and constitutive accuracy.
## Sources
- [[Finite-Elements-in-Plasticity-Theory-and-Practice|Finite Elements in Plasticity: Theory and Practice]]