Note: This discussion is about an older version of the COMSOL Multiphysics® software. The information provided may be out of date.
Discussion Closed This discussion was created more than 6 months ago and has been closed. To start a new discussion with a link back to this one, click here.
Boundary Conditions Changing When Exported to Matlab
Posted Sep 25, 2012, 6:52 p.m. EDT Geometry, Mesh, Studies & Solvers, Structural Mechanics Version 4.3 0 Replies
Please login with a confirmed email address before reporting spam
I am using the 3D Structural Mechanics Beam Solver with a eigenfrequency study. In the comsol study I have it set to the standard free-free end conditions.
I use the codes below to extract the Mass (E) and Stiffness(K) matrices of the system with the live-link to matlab.
MA=mphmatrix(model,'sol1','out',{'K','D','E','L'});
K=MA.K;
D=MA.D;
E=MA.E;
L=MA.L;
I use matlab's eig to extract the eigen values and eigenvectors from the system. When I plot the mode shapes (extracted from the eigenvectors) the modes aren't consistent with free-free boundary conditions, they are consistent with sliding-sliding boundary conditions.
Is this a matlab problem or a comsol problem? Is there a way to fix it?
Thanks,
Joshua
Hello J. Mendoza
Your Discussion has gone 30 days without a reply. If you still need help with COMSOL and have an on-subscription license, please visit our Support Center for help.
If you do not hold an on-subscription license, you may find an answer in another Discussion or in the Knowledge Base.