Search found 4 matches
- Tue May 14, 2024 7:02 pm
- Forum: OpenSees.exe Users
- Topic: How to get the vertical frequency after dynamic time history?
- Replies: 2
- Views: 6619
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...
- Tue Apr 16, 2024 2:15 am
- Forum: OpenSees.exe Users
- Topic: How to define damping ratio of vertical mode?
- Replies: 1
- Views: 6786
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 [...
- Sat Jan 06, 2024 7:48 am
- Forum: OpenSees.exe Users
- Topic: 3DRCframe-Vertical frequency/period/eigenvalue
- Replies: 2
- Views: 5938
Re: 3DRCframe-Vertical frequency/period/eigenvalue
Thanks for your reply!
- Sat Jan 06, 2024 6:56 am
- Forum: OpenSees.exe Users
- Topic: 3DRCframe-Vertical frequency/period/eigenvalue
- Replies: 2
- Views: 5938
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 ...