Elastic Plastic Model (1D)

버전 1.0.1 (1.69 KB) 작성자: Ayad Al-Rumaithi
Elastic plastic model in 1D problems
다운로드 수: 25
업데이트 날짜: 2024/2/21

라이선스 보기

Elastic plastic model in 1D problems with example.
function [Material_State2,D]=Elastic_Plastic_Model_1D(Material,Material_State,e)
Input:
--------
Material: A variable containing material properties Material.E (modulus of elasticity), Material.f_y (yield stress), and Material.Ep (slope after 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: Tangent constitutive stiffness
References:
----------------
[1] Crisfield, Michael A. Non-linear finite element analysis of solids and structures. Vol. 1. Wiley, 1993.

인용 양식

Ayad Al-Rumaithi (2024). Elastic Plastic Model (1D) (https://www.mathworks.com/matlabcentral/fileexchange/159066-elastic-plastic-model-1d), 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

references

1.0.0