Hello,
For a 3D model, how do I distinguish between eigenvalues in x and y-axis such that I can calculate the modal periods in the respective axis? I'm aware of "nodeEigenvector" to get the desired number of mode shapes at specific DOF but I can't seem to figure out how to eigenvalues in x and y dir.
I also plotted the pushover curve in x and y-dir. The slopes are somewhat similar but the periods are different in respective axis.
Any help?
Eigen Analysis Result 3D Model
Moderators: silvia, selimgunay, Moderators
-
- Posts: 12
- Joined: Mon Aug 26, 2013 7:52 pm
- Location: The University of Utah
- Contact:
Re: Eigen Analysis Result 3D Model
You could use post-processing commands in OpenSeesPy (Python) to visualize mode shapes of your Tcl models. See the links here,
1) A little tutorial on how to combine OpenSeesPy post-processing commands with Tcl model.
https://anuragupadhyay.weebly.com/opens ... s-tcl.html
https://openseespydoc.readthedocs.io/en ... esTcl.html
2) the command to plot mode-shapes you should use.
https://openseespydoc.readthedocs.io/en ... shape.html
1) A little tutorial on how to combine OpenSeesPy post-processing commands with Tcl model.
https://anuragupadhyay.weebly.com/opens ... s-tcl.html
https://openseespydoc.readthedocs.io/en ... esTcl.html
2) the command to plot mode-shapes you should use.
https://openseespydoc.readthedocs.io/en ... shape.html
--
Anurag Upadhyay
Anurag Upadhyay
-
- Posts: 916
- Joined: Mon Sep 09, 2013 8:50 pm
- Location: University of California, Berkeley
Re: Eigen Analysis Result 3D Model
You can record the eigenvectors in each mode by using the "eigen i" response type in the node recorder. By checking the eigenvectors, you can figure out the x and y modes. Depending on the geometry of your structure and the orientation of columns, it is normal not to have same periods in both directions
https://opensees.berkeley.edu/wiki/inde ... e_Recorder
https://opensees.berkeley.edu/wiki/inde ... e_Recorder