Elastic Perfectly Plastic Gap Material
Moderators: silvia, selimgunay, Moderators
Elastic Perfectly Plastic Gap Material
I was wondering if there is an input parameter for the ElasticPPGap which will cause it to accumulate damage. In other words. currently as I load it up I get a plastic deformation which is not present during reloading. I know that the manual doesn't show another parameter but I thought I would ask. I was just thinking it would be nice if it could accumulate damage like most other materials do.
Thanks
Thanks
silvia,
this is the current syntax:
uniaxialMaterial Elastic ElasticPPGap $matTag $E $Fy $gap <damage>
but Frank is sitting on a new version that has kinematic hardening built in, so the syntax in a day or so will then become:
uniaxialMaterial Elastic ElasticPPGap $matTag $E $Fy $gap <damage> <eta?>
where eta is Eh/E (ratio of hardening to elastic stiffness)
Kevin
this is the current syntax:
uniaxialMaterial Elastic ElasticPPGap $matTag $E $Fy $gap <damage>
but Frank is sitting on a new version that has kinematic hardening built in, so the syntax in a day or so will then become:
uniaxialMaterial Elastic ElasticPPGap $matTag $E $Fy $gap <damage> <eta?>
where eta is Eh/E (ratio of hardening to elastic stiffness)
Kevin
errr, sorry, the eta comes before the damage in the new version, but can be omitted so that the previous syntax is still valid.
ie, the old way works:
uniaxialMaterial Elastic ElasticPPGap $matTag $E $Fy $gap <damage>
and the new way is:
uniaxialMaterial Elastic ElasticPPGap $matTag $E $Fy $gap <eta?> <damage>
ie, the old way works:
uniaxialMaterial Elastic ElasticPPGap $matTag $E $Fy $gap <damage>
and the new way is:
uniaxialMaterial Elastic ElasticPPGap $matTag $E $Fy $gap <eta?> <damage>