Eigen analysis

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

Moderators: silvia, selimgunay, Moderators

Post Reply
arbarbosa
Posts: 112
Joined: Tue Sep 07, 2004 1:48 am
Location: Oregon State University
Contact:

Eigen analysis

Post by arbarbosa » Thu Mar 10, 2011 1:08 pm

Dear All,

I realize the eigenvalues are computed when we set the [eigen $numModes] command without using the analyze command. Is it also possible to output the eigenvectors without invoking the analyze command? If not, I would like to understand why not?

Thank you
André

vesna
Posts: 3033
Joined: Tue May 23, 2006 11:23 am
Location: UC Berkeley

Re: Eigen analysis

Post by vesna » Thu Mar 10, 2011 4:02 pm

To perform eigen analysis you do not need to invoke the analyze command. Analyze command you should use to perform static or transient analysis. However to build a recorder, one step of analysis is needed. This is a feature of OpenSees, something that has to be changed. As of now that is how it works. So, to record eigenvectors you need at least one step of analysis. If you do not plan of doing any analysis other then eigen analysis you can perform one step of analysis with no loading. In case you have either static or dynamic analysis following the eigen analysis the recorder for eigenvectors will be created after the first step of analysis and populated after you exit opensees.

arbarbosa
Posts: 112
Joined: Tue Sep 07, 2004 1:48 am
Location: Oregon State University
Contact:

Re: Eigen analysis

Post by arbarbosa » Thu Mar 10, 2011 4:20 pm

That makes perfect sense now. Thank you for that very clear response.
André

vesna
Posts: 3033
Joined: Tue May 23, 2006 11:23 am
Location: UC Berkeley

Re: Eigen analysis

Post by vesna » Fri Mar 11, 2011 11:17 am

Frank, added a recorder command to OpenSees. So, if you want to perform only eigen alnalysis and record eigenvectors, insert "record" command after eigen command.

e.g.,
set lambda [eigen $numModes];
record

This way you can avoid having one step of analysis for your recorders to be created.

arbarbosa
Posts: 112
Joined: Tue Sep 07, 2004 1:48 am
Location: Oregon State University
Contact:

Re: Eigen analysis

Post by arbarbosa » Fri Mar 11, 2011 11:21 am

Thank you very much again.
André

arbarbosa
Posts: 112
Joined: Tue Sep 07, 2004 1:48 am
Location: Oregon State University
Contact:

Re: Eigen analysis

Post by arbarbosa » Fri Mar 11, 2011 11:34 am

By the way, it might be worth changing the very nice and clear example of the eigen analysis shown available in: http://opensees.berkeley.edu/wiki/index ... hear_frame

Thanks again for the good job.
André

vesna
Posts: 3033
Joined: Tue May 23, 2006 11:23 am
Location: UC Berkeley

Re: Eigen analysis

Post by vesna » Mon Mar 14, 2011 10:25 am

I did it. Thanks for pointing it out.

uyupeng
Posts: 17
Joined: Thu Dec 10, 2015 12:24 am
Location: HIT

Re: Eigen analysis

Post by uyupeng » Tue May 07, 2019 1:03 am

thanks

Post Reply