Calling modalDamping when modal properties change

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

Moderators: silvia, selimgunay, Moderators

Post Reply
taycamste
Posts: 2
Joined: Fri May 03, 2013 3:38 pm
Location: University of New Brunswick, McMaster University

Calling modalDamping when modal properties change

Post by taycamste » Thu Aug 03, 2023 5:12 am

Hello,

It's not clear to me from the paper by Chopra & McKenna or the documentation whether the modal properties are updated during nonlinear response history analysis when modalDamping is invoked. Does OpenSees update the mode shapes used to constructing the damping matrix each iteration? Or must one specify both eigen and modalDampnig within a loop at each step (e.g., as one would do with tangent-stiffness proportional Rayleigh damping?)

Thanks,
TCS

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

Re: Calling modalDamping when modal properties change

Post by mhscott » Sat Aug 05, 2023 5:50 am

Mode shapes are not updated automatically. You have to put eigen inside a loop like you said.

taycamste
Posts: 2
Joined: Fri May 03, 2013 3:38 pm
Location: University of New Brunswick, McMaster University

Re: Calling modalDamping when modal properties change

Post by taycamste » Thu Aug 17, 2023 4:25 am

Thank you Michael, perhaps this is obvious but must the modalDamping command be invoked after eigen in each loop as well?

Post Reply