Elastic Plastic Model

版本 1.0.1 (2.2 KB) 作者: Ayad Al-Rumaithi
Elastic plastic model in 3D problems
973.0 次下载
更新时间 2021/5/15

查看许可证

function [Material_State2,D_ep]=Elastic_Plastic_Model(Material,Material_State,e)
Input:
--------
Material: A variable containing material properties Material.E (modulus of elasticity), Material.v (poisson ratio) and Material.f_y (yield stress)
Material_State: A history variable containing material state variables at previous increment or iteration. it includes Material_State.s (stress vector) , Material_State.e (strain vector) and Material_State.k (hardening parameter)
Initial values for these history variables should be zeros
IMPORTANT: for this model, this variable should be called from the last converged state of material ((i.e. end of previous increment not from the last iteration) in order to avoid spurious unloading. See Section 6.2 in Crisfrield book [1]
e: Strain vector in the current iteration.
Output:
-----------
Material_State2: A history variable containing material state variables at current iteration
D_ep: Tangent constitutive matrix
References:
----------------
[1] Crisfield, Michael A. Non-linear finite element analysis of solids and structures. Vol. 1. Wiley, 1993.
[2] Sena-Cruz, José, Joaquim AO Barros, and Álvaro FM Azevedo. Elasto-plastic multi-fixed smeared crack model for concrete. Universidade do Minho. Departamento de Engenharia Civil (DEC), 2004.o Minho. Departamento de Engenharia Civil (DEC), 2004.

引用格式

Ayad Al-Rumaithi (2024). Elastic Plastic Model (https://www.mathworks.com/matlabcentral/fileexchange/70336-elastic-plastic-model), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2017b
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.1

d_d_f_d_d_s is exact now

1.0.0