Rayleigh Command

Forum for OpenSees users to post questions, comments, etc. on the use of the OpenSees interpreter, OpenSees.exe

Moderators: silvia, selimgunay, Moderators

Post Reply
Paolo
Posts: 12
Joined: Tue Feb 21, 2006 9:01 am
Location: Italy Bologna

Rayleigh Command

Post by Paolo »

Hi all users!
I have a question about the command:
rayleigh $alphaM $betaK $betaKinit $betaKcomm
What is betaKcomm?
I think it is the stiffness matrix at last-committed state of the dynamic analysis, but, if so, how can be known by the program before doing the analysis?
In some examples rayleigh is used with
alphaM = 0
betaK = 0
betaKinit = 0
Is this a good choice?
Thank you for the attention.
Best regards.
Nero
Posts: 51
Joined: Wed Jun 22, 2005 2:19 am

Post by Nero »

A material has two state stiffnesses: the trial stiffness, and the committed stiffness. The trial stiffness is cacluated at each iteration (as the non-lineararities are stepping to converge), whereas the committed stiffness is the final trial stiffness that occurs at convergence. So each analysis time step may have multiple trial stiffnesses, but has only one committed stiffness (which is committed at the very end). Kcomm is this stiffness that is converged upon at the end of the last time step.

This value is not known before analysis, but in most (all?) materials it is initialized to a starting value. Your damping matrix will change over the course of the analysis if you have non-linear materials and you are using either betaK or betaKcomm- the difference is when- K will change at each convergence iteration, whereas Kcomm will change once a time-step. Kinit uses the initialized K cacluated when the material is generated, and thus does not change at all during the analysis.

The choice you make is dependant on the system you are looking to analyize.
silvia
Posts: 3909
Joined: Tue Jan 11, 2005 7:44 am
Location: Degenkolb Engineers
Contact:

Post by silvia »

i typically do an eigenvalue analysis to determine the inital stiffness.
Silvia Mazzoni, PhD
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104
Post Reply