Search found 5 matches

by honestliang
Tue May 14, 2024 7:02 pm
Forum: OpenSees.exe Users
Topic: How to get the vertical frequency after dynamic time history?
Replies: 1
Views: 4514

How to get the vertical frequency after dynamic time history?

Hello,everyone! I can define the vertical mass and stiffness to get the vertical frequency,but during the timehistory analysis, horizontal and vertical mass and stiffness need to be appended at the same time to simulate the real reaction of structure, so the problem is coming, after time history ana...
by honestliang
Tue Apr 16, 2024 4:48 pm
Forum: OpenSees.exe Users
Topic: How to define damping ratio of vertical mode?
Replies: 2
Views: 5218

Re: How to define damping ratio of vertical mode?

The modes dictate which directions get the target damping ratios. All the other modes get whatever according to the damping spectrum. In fact,I'm not sure about it.If I define the stiffness and mass in both horizontal and vertical direction,then I use the sentences that what I have posted,I will ge...
by honestliang
Tue Apr 16, 2024 2:15 am
Forum: OpenSees.exe Users
Topic: How to define damping ratio of vertical mode?
Replies: 2
Views: 5218

How to define damping ratio of vertical mode?

Hello,I met a question about Rayleigh damping,I used following sentences to define the damping,but it seems like only define the horizontal damping ratio. set xDamp 0.05; set nEigenI 1; set nEigenJ 2; set lambdaN [eigen [expr $nEigenJ]]; set lambdaI [lindex $lambdaN [expr $nEigenI-1]]; set lambdaJ [...
by honestliang
Sat Jan 06, 2024 7:48 am
Forum: OpenSees.exe Users
Topic: 3DRCframe-Vertical frequency/period/eigenvalue
Replies: 2
Views: 5190

Re: 3DRCframe-Vertical frequency/period/eigenvalue

Thanks for your reply!
by honestliang
Sat Jan 06, 2024 6:56 am
Forum: OpenSees.exe Users
Topic: 3DRCframe-Vertical frequency/period/eigenvalue
Replies: 2
Views: 5190

3DRCframe-Vertical frequency/period/eigenvalue

Hi,everyone.I have a problem,I know that there are commands to output horizontal period/eigenvalue/frequency. Is there a way to output vertical frequency/period or vertical eigenvalue in OpenSees? set xDamp 0.05; set nEigenI 1; set nEigenJ 2; set lambdaN [eigen [expr $nEigenJ]]; set lambdaI [lindex ...