-
Notifications
You must be signed in to change notification settings - Fork 89
Plane strain damage
jjcremmers edited this page Jan 2, 2019
·
1 revision
See Section 6.2 in the book for a detailed description.
PlaneStrainDamage | |
---|---|
Source: | pyfem/materials/PlaneStrainDamage.py |
Mandatory parameters: | |
E | Young's modulus |
nu | Poisson's ratio |
kappa0 | Equivalent strain at which damage initiates. |
kappac | Equivalent strain at which damage is 1.0. |
Optional parameters: | |
None | |
Examples: | |
ch06 | ContDamExample.pro |