Two-Node Link - Damping

Forum for asking and answering questions related to use of the OpenSeesPy module

Moderators: silvia, selimgunay, Moderators

Post Reply
GianniPellegrini
Posts: 5
Joined: Mon Nov 27, 2023 4:09 am

Two-Node Link - Damping

Post by GianniPellegrini » Wed Nov 29, 2023 1:13 pm

Hello everyone,
I could have done a few tests before making this question, but I'll have a try:
I am modelling a pile with lateral springs using the two-node link element. I created an uniaxial Elastic material associated with the link.
I applied the Rayleigh damping to the model excluding (default option) the links.
Now, I would like to apply a stiffness-proportional damping to each spring.
I thought about two possible solutions:
1) using ETA factor of the uniaxial elastic material
2) defining a region for the link elements only

If I'd like to apply a stiffness proportional coefficient of 0.01,
should I
1) using ETA = 0.01 * tangentE in the Unixial Material, or
2) using alphaM=0, betaK=0, betaKinit=0.01, betaKcomm=0.

Considering that I am still applying the rayleight damping for the remaining part of the model, are 1) and 2) equivalent?

Thank you
Gianni

mhscott
Posts: 875
Joined: Tue Jul 06, 2004 3:38 pm
Location: Corvallis, Oregon USA
Contact:

Re: Two-Node Link - Damping

Post by mhscott » Thu Nov 30, 2023 6:14 am

I think you should test this out for yourself.

GianniPellegrini
Posts: 5
Joined: Mon Nov 27, 2023 4:09 am

Re: Two-Node Link - Damping

Post by GianniPellegrini » Thu Nov 30, 2023 7:03 am

mhscott wrote:
Thu Nov 30, 2023 6:14 am
I think you should test this out for yourself.
Thank you for your comment.
Yes, I tried but the results are different.

If I am not making a theoretical mistake, I think the problem is because the two-node link does not consider the damping from the "region command".
Without opting for '-doRaylegh", it seems the damping of the springs is zero regardless of the use of the region command.

On the other hand, if I opt for '-doRaylegh" the damping seems calculated according to the parameters of the global rayleigh object and not from the region one.

I was thinking that the damping from region (local) should overwrite the damping parameters from the rayleigh element (global). This does not seem the case.
Not sure if this is true for all the elements or just for the joints.

Post Reply