Hi everyone,
I'm using zero length elements to define the plastic hinges in a structure. I don't want their stiffness to contribute to the damping matrix so when I define them I use "-doRayleigh 0" (which is the default any way). Later on my script I define the Rayleigh damping using regions, but the zero length elements are included in those regions.
Will the stiffness of the hinges contribute to damping or not?
in other words...
Does the damping definition through regions overwrite "doRayleigh" parameter of the zero length element?
Thanks in advance,
David
Partial damping through regions
Moderators: silvia, selimgunay, Moderators
Re: Partial damping through regions
the zerolength hinges will contribute nothing when damping is turned off irrespective if damping is specified through the rayleigh or region command.
-
- Posts: 5
- Joined: Thu Oct 15, 2015 9:03 am
- Location: Pontificia Universidad Catolica de Chile
Re: Partial damping through regions
Thank you so much!