How to plot Mode shapes of a structure using its frequencies
How to plot Mode shapes of a structure using its frequencies
(OP)
Dear friends,
I am a beginner in the mechanical vibration field. I have the EOM ( Equation Of Motion ) of my problem in the standard form ( Mxtt+Cxt+Kx=0).Then, in the next stage, I uesd State-space form ( AXt+BX=0 ) of my EOM to calculate the eigenvalues of the system in order to extract the natural frequencies and damping parameters ( Landa=c+iw : c= damping parameter and w= frequency ). Now I want to plot the mode shapes of my system. I want to put my frequency in a equation and then it plots the corresponding mode shapes of that frequency. I don't know how to do that.
Could you please help me with the problem ?!
Thank you in advance.
I am a beginner in the mechanical vibration field. I have the EOM ( Equation Of Motion ) of my problem in the standard form ( Mxtt+Cxt+Kx=0).Then, in the next stage, I uesd State-space form ( AXt+BX=0 ) of my EOM to calculate the eigenvalues of the system in order to extract the natural frequencies and damping parameters ( Landa=c+iw : c= damping parameter and w= frequency ). Now I want to plot the mode shapes of my system. I want to put my frequency in a equation and then it plots the corresponding mode shapes of that frequency. I don't know how to do that.
Could you please help me with the problem ?!
Thank you in advance.





RE: How to plot Mode shapes of a structure using its frequencies
I assume that your Mxtt+Cxt+Kx=0 is a lumped model?
What kind of system is it?
You need to model your system as distributed one to obtain the mode shapes.
For example a beam: http://iitg.vlab.co.in/?sub=62&brch=175&si...
RE: How to plot Mode shapes of a structure using its frequencies
When you solve the system ( Mxtt+Cxt+Kx=0), you are solving an eigenvalue problem. The eigenvalues are the modal frequencies, the eigenvectors are the associated modeshapes.
=====================================
(2B)+(2B)' ?
RE: How to plot Mode shapes of a structure using its frequencies
=====================================
(2B)+(2B)' ?
RE: How to plot Mode shapes of a structure using its frequencies
Does anyone know how to do that ??
RE: How to plot Mode shapes of a structure using its frequencies
I'm not sure how useful plotting a lumped mode shape of say eg. [1 -1 1 1] would be. Although useful in other respects for sure.
Patkin, as electricpete says, the mode shapes are the eigenvectors themselves.
For a continous system, you need to arrive at the general solution by usually assuming the solution is of the form A*e^(sig*x).
Your mode shapes are then simply the discritised solutions for n=1,2,3....etc.
RE: How to plot Mode shapes of a structure using its frequencies
The main problem is that none of the standard animation packages understand mode shapes. I think there is a mode shape display in abravibe, a matlab toolbox.
Basically the task is to join the spatial coordinates of your nodes together, typically with straight lines, and then move the nodes with a sinusoid of the correct relative phase and magnitude.
Obviously if you only have normal miodes the phase is just +/- pi/2, and a static display is easy.
Cheers
Greg Locock
New here? Try reading these, they might help FAQ731-376: Eng-Tips.com Forum Policies http://eng-tips.com/market.cfm?
RE: How to plot Mode shapes of a structure using its frequencies
I want to know how it is possible to plot the mode shapes ( a static display of a mode shape ) using Complex Eigen vectors ?!
Assume that these are my Eigenvavlues :
Landa1= 5+2i
Landa2=5-2i
and corresponding Eigenvectors are :
V1=[1 1-2i]T
V2=[1 1+2i]T
RE: How to plot Mode shapes of a structure using its frequencies
Anyway, not easy to plot those mode shapes statically as phase is important. You'd probably be best to use some sort of phasor diagram
Cheers
Greg Locock
New here? Try reading these, they might help FAQ731-376: Eng-Tips.com Forum Policies http://eng-tips.com/market.cfm?
RE: How to plot Mode shapes of a structure using its frequencies
Forget about plotting the eigenvectors. There is no use to it unless the system is distributed.