natural modes frequency in each time step

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

Moderators: silvia, selimgunay, Moderators

Post Reply
sharareh
Posts: 6
Joined: Sat Nov 05, 2005 10:44 pm
Location: Iran
Contact:

natural modes frequency in each time step

Post by sharareh »

Hi there,
I want to have the natural modes' frequencies in each time step in the nonlinear dynamic analysis. What I have to do? (the first 2 modes are enough)
cheers,
Sh. Javadian
silvia
Posts: 3909
Joined: Tue Jan 11, 2005 7:44 am
Location: Degenkolb Engineers
Contact:

Post by silvia »

i would do a loop with somethign like:

loop over:
analyze 1
eigen 2
Silvia Mazzoni, PhD
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104
sharareh
Posts: 6
Joined: Sat Nov 05, 2005 10:44 pm
Location: Iran
Contact:

Post by sharareh »

Thanks for helping m, but I still have problem. I used a loop to get the frequencies, but only the first step's frequencies are calculated and for others the following message is there:

"BandArpack Solver::Error in dgbtrf_
Warning FrequencyAlgo::Solve Current Step<>_
the eigen S0E failed in solve <>.
EigenAnalysis::analysis<>- algorithm failed"

I don't know what is the problem. Also please tell me if I want to record these frequencies in a file what the exact command is to be used.
Sh. Javadian
silvia
Posts: 3909
Joined: Tue Jan 11, 2005 7:44 am
Location: Degenkolb Engineers
Contact:

Post by silvia »

the command is somethign like:

set periodFileID [open Data/Periods.m w]
puts $periodFileID Period =$Tperiod;
Silvia Mazzoni, PhD
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104
Post Reply