With regards to the documentation of Generalized Alpha Method

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

Moderators: silvia, selimgunay, Moderators

Post Reply
volkanozs
Posts: 5
Joined: Wed Feb 22, 2017 3:47 pm
Location: IUSS

With regards to the documentation of Generalized Alpha Method

Post by volkanozs » Sun Jul 04, 2021 6:59 am

Dear all,

I was wondering if the parameters in point 5 are correct or not in the documentation (gamma_M and gamma_F). I cannot understand where do they come from. In fact, I was wondering whether they are alpha_M and alpha_F or not.

https://openseespydoc.readthedocs.io/en ... Alpha.html

Thank you
Volkan

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

Re: With regards to the documentation of Generalized Alpha Method

Post by mhscott » Sun Jul 04, 2021 7:15 am

Yeah, they probably should be alpmaM and alphaF. Can you verify from the paper referenced in the source code?

// Description: This file contains the implementation of the GeneralizedAlpha class.
// J.Chung, G.M.Hulbert "A Time Integration Algorithm for Structural Dynamics With
// Improved Numerical Dissipation: The Generalized-alpha Method" ASME Journal of Applied
// Mechanics, Vol 60, 371-375, 1993.

volkanozs
Posts: 5
Joined: Wed Feb 22, 2017 3:47 pm
Location: IUSS

Re: With regards to the documentation of Generalized Alpha Method

Post by volkanozs » Sun Jul 04, 2021 9:13 am

Yes, I actually already read it. Equation 19 in the paper is the same equation as the one in the documentation. beta>=1/4+1/2(alpha_f-alpha_m). I just thought that these could be some other parameters introduced in OpenSees for some reason. For example, alpha_M = 1-alpha_m (it is different that one in paper etc.), hence I wanted to ask.

Post Reply