Continuous orthotropic damage
The ContinousDamage
class manages all continuous damage evolution laws. When a new law is defined, the evolution of the damage variable ΔD must be defined, and so must be its derivatives with respect to pressure, plastic strain and damage.
Orthotropic laws implemented in Metafor.
WovenCompositeDamage
Description
Damage law with delay effect for woven composites.
The strain energy density is written as: WD=12(σ211E1(1−d11)−2ν12E1σ11σ22−2ν13E1σ11σ33+σ222E2(1−d22)−2ν23E2σ22σ33+σ233E3+σ212G12(1−d12)+σ213G13(1−λd12)+σ223G23(1−λd12)). Three damage variables are introduced. Delay effect is introduced with the definition of a law governing the temporal evolution of damage : ˙dij=1τc(1−e−ac⟨dsij−dij⟩+), where ac and τc are delay effect parameters, ⟨x⟩+ is a function equal to x if x is positive and 0 otherwise, and dsij is the static damage value. Along the fibers, ds11={0 if (Y11<Yc+11 and σ11>0) or (Y11<Yc−11 and σ11<0)1 otherwise ,ds22={0 if (Y22<Yc+22 and σ22>0) or (Y22<Yc−22 and σ22<0)1 otherwise, where Yc+ii and Yc−ii are critical values of thermodynamic forces under traction and compression, respectively. Under shear, an equivalent thermodynamic force is first defined:
Yeq(t)=supτ≤t(α1Y+11+α2Y+22+Y12),Y+ii={Yii if σii>00 otherwise, then ds12=min(1,⟨√Yeq−√Y0√Yc12−√Y0⟩+).
Parameters
Name | Metafor Code |
---|---|
Yc+11 | WOVEN_YCP11 |
Yc−11 | WOVEN_YCM11 |
Yc+22 | WOVEN_YCP22 |
Yc−22 | WOVEN_YCM22 |
Y0 | WOVEN_Y0 |
Yc12 | WOVEN_Y12C |
λ | WOVEN_LAMBDA |
α1 | WOVEN_ALPHA1 |
α2 | WOVEN_ALPHA2 |
ac | TIME_DELAY_AC |
τc | TIME_DELAY_TAUC |