Isotropic Damage Model (Plane Stress)
Version 1.0.5 (1,74 ko) par
Ayad Al-Rumaithi
Isotropic damage model in 2D plane stress problems
function [Material_State2,D_crco]=Isotropic_Damage_Model(Material,Material_State,e)
Input:
--------
Material: A variable containing material properties Material.E (modulus of elasticity), Material.v (poisson ratio), Material.f_t (tensile strength) and Material.g_f (fracture energy divided by element size)
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),Material_State.e_eq (equivalent strain) ,Material_State.k (hardening parameter) and Material_State.d (damage)
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_crco: Tangent constitutive matrix
References:
----------------
[1] Crisfield, Michael A. Non-linear finite element analysis of solids and structures. Vol. 1. Wiley, 1993.
Citation pour cette source
Ayad Al-Rumaithi (2024). Isotropic Damage Model (Plane Stress) (https://www.mathworks.com/matlabcentral/fileexchange/70304-isotropic-damage-model-plane-stress), MATLAB Central File Exchange. Récupéré le .
Compatibilité avec les versions de MATLAB
Créé avec
R2017b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxCatégories
- Mathematics and Optimization > Partial Differential Equation Toolbox > Domain-Specific Modeling > Structural Mechanics >
En savoir plus sur Structural Mechanics dans Help Center et MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
Version | Publié le | Notes de version | |
---|---|---|---|
1.0.5 | Added website |
||
1.0.4 | modified the file |
||
1.0.3 | title |
||
1.0.2 | description |
||
1.0.1 | description |
||
1.0.0 |