Analysis using ASDAbsorbingBoundary3D

kolozvari
Posts: 163
Joined: Tue Oct 05, 2021 9:22 pm

Re: Analysis using ASDAbsorbingBoundary3D

Post by kolozvari » Tue Sep 26, 2023 9:08 pm

Here is a follow up information on the previous post regarding application of Rayleigh damping via Regions command. I applied the same level of damping via Rayleigh command and results seem much more reasonable. I ran several cases (see below), and as you can see, every time I use Regions command to apply damping, results seem off.
Capture.JPG
Capture.JPG (148.77 KiB) Viewed 146 times
When defining Rayleigh damping via Regions command (previous post), I determined alphaM and BetaK based on Rayleigh command to correspond to 2.5% damping at T1 and 0.2T1 of the superstructure (common practice). I selected "Elements" and I elected "selection + include_auto_generated_elements" because I use shear hinge beams. All these make sense to me, but there must be something wrong the way I selecting these settings. I checked the Selection Set that I assigned to the Region command, and it is the entire structure including all geometry (see screenshot below).
Capture2.JPG
Capture2.JPG (177.88 KiB) Viewed 146 times
I would really appreciate if you can provide me with some insight about this. Thank you very much.

STKO Team
Posts: 2068
Joined: Tue Oct 29, 2019 8:45 am

Re: Analysis using ASDAbsorbingBoundary3D

Post by STKO Team » Wed Sep 27, 2023 9:15 am

The damping applied via Rayleigh (global) or region (local to the region) should be equivalent.
The error comes from the fact you are using the wrong parameters in the region command.

In the Rayleigh command, we let the user define alphaM and Betak.
Now, betaK is used to the current stiffness (if Kcurr is selected), for the initial stiffness (if Kinit is selected) or for Kcomm (if Kcomm is selected).

Your Rayleigh parameters alphaM = 0.0682, BetaK = 0.00379, Kinit=True, translates to:
mass proportional factor = 0.0682
initial stiffness proportional factor = 0.00379

So your region command, to be equivalent, should be:
alphaM = 0.0682 -> mass proportional factor
betaK = 0 -> tangent stiffness proportional factor
betaKinit = 0.00379 -> initial stiffness proportional factor
betaKcomm = 0-> committed stiffness proportional factor

So the error comes from the fact that in the region you were using a huge damping for the inital stiffness term (i think you put 1 because you wanted to active it, but in this case is different)

kolozvari
Posts: 163
Joined: Tue Oct 05, 2021 9:22 pm

Re: Analysis using ASDAbsorbingBoundary3D

Post by kolozvari » Wed Sep 27, 2023 1:51 pm

Thank you, makes sense. I think my confusion came from the fact that in STKO the beta parameters are not spelled the same way, which made me think that betaKinit is just a flag, so I used 1.
Capture.JPG
Capture.JPG (11.48 KiB) Viewed 141 times
You should spell betaK, not Betak to avoid confusion. Thanks for your help.

STKO Team
Posts: 2068
Joined: Tue Oct 29, 2019 8:45 am

Re: Analysis using ASDAbsorbingBoundary3D

Post by STKO Team » Thu Sep 28, 2023 8:41 am

Yes you're right. It is a bit confusing

Post Reply