Plotting eigenmodes in 3D
Mostrar comentarios más antiguos
Hi!
I have a code that calculates eigenfrequencies for a frame structure thruogh the "eig"-command. I have the stiffness and massmatrix as input and get the eigenvalues and eigenvectors as output. What I want to do is to plot a 3D-plot of the eigenmodes of the structure. I want to see which frequency that corresponds to bending, torsion ...
I have not found any good ways to plot the eigenvector in 3D, any advise?
Thank you!
1 comentario
Van Tien Nguyen
el 9 de Oct. de 2021
Hi, I am looking for a code to solve eigenvalue problem for 3D frame building. Can you exchange your code? Thank you in advance.
Respuestas (3)
Christine Tobler
el 9 de Mayo de 2019
0 votos
4 comentarios
philip singh
el 10 de Mayo de 2019
Christine Tobler
el 10 de Mayo de 2019
Sorry I can't quite understand from your code what kind of elements you are modeling. Can you describe what geometry this is based on. Where are the coordinates stored? Is this a tetrahedral mesh, or rectangular box mesh, or something else? Where are these elements defined?
philip singh
el 10 de Mayo de 2019
Christine Tobler
el 13 de Mayo de 2019
I'm still a bit confused: the third column of node seems to be all zero, so is this really a 2D problem? That would be much simpler to plot.
Also, the element matrix seems to contain only two nodes, so is each element simply a line? I would have expected a triangle / rectangle / tetrahedron / ... for a 3D problem.
Anyway, here are some functions that may be helpful to visualize PDe solutions in MATLAB: trisurf, tetramesh, pdeplot, pdeplot3d (particularly the nodes, elements syntax).
jice zeng
el 21 de Jun. de 2019
0 votos
Hi,do you figure out your problem? I also have a 3D frame structure to be analyzed for its dynamic properties, such as frequency and mode shape, I have trouble in plotting 3d mode shape, so can you share your idea to plot mode shape with me?
1 comentario
Ravi Kumar
el 21 de Jun. de 2019
Check this example in PDE Toolbox:
Categorías
Más información sobre Eigenvalue Problems en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!