Henrik Sönnerlind
COMSOL Employee
Please login with a confirmed email address before reporting spam
Posted:
6 years ago
21 mars 2019, 03:46 UTC−4
Hi Panson,
There is no built-in MAC functionality. You can however compute an index by using the built-in integration operators and integrate a normalized inner product between two modes. For two modes computed inside COMSOL Multiphysics, you can use expressions like this:
intop1(withsol('sol3',u,setind(lambda,1))*withsol('sol4',u,setval(lambda,2))+
withsol('sol3',v,setind(lambda,1))*withsol('sol4',v,setval(lambda,2))+
withsol('sol3',w,setind(lambda,1))*withsol('sol4',w,setval(lambda,2)))
This expression computes the inner product between the first mode in solution 'sol3' and the second mode in the solution 'sol4', assuming that 'intop1' integrates over the whole domain and that mass matrix normalization has been used.
The crucial point if you have measured data is how to import it, so that the experimental mode shape is attached to the computational domain so that a similar integral can be computed.
Regards,
Henrik
-------------------
Henrik Sönnerlind
COMSOL
Hi Panson,
There is no built-in MAC functionality. You can however compute an index by using the built-in integration operators and integrate a normalized inner product between two modes. For two modes computed inside COMSOL Multiphysics, you can use expressions like this:
intop1(withsol('sol3',u,setind(lambda,1))\*withsol('sol4',u,setval(lambda,2))+
withsol('sol3',v,setind(lambda,1))\*withsol('sol4',v,setval(lambda,2))+
withsol('sol3',w,setind(lambda,1))\*withsol('sol4',w,setval(lambda,2)))
This expression computes the inner product between the first mode in solution 'sol3' and the second mode in the solution 'sol4', assuming that 'intop1' integrates over the whole domain and that mass matrix normalization has been used.
The crucial point if you have measured data is how to import it, so that the experimental mode shape is attached to the computational domain so that a similar integral can be computed.
Regards,
Henrik
Please login with a confirmed email address before reporting spam
Posted:
6 years ago
21 mars 2019, 03:52 UTC−4
Hi Henrik,
Thank you for your response!
Would LiveLink for MATLAB make thing easier? Mode shapes in COMSOL experted to Matlab where processes experimental data.
Cheers,
Panson
Hi Henrik,
Thank you for your response!
Would LiveLink for MATLAB make thing easier? Mode shapes in COMSOL experted to Matlab where processes experimental data.
Cheers,
Panson
Henrik Sönnerlind
COMSOL Employee
Please login with a confirmed email address before reporting spam
Posted:
6 years ago
21 mars 2019, 06:13 UTC−4
Hi Panson,
Yes, LiveLink for MATLAB can be useful here.
Using a Model Method could be another alternative.
Regards,
Henrik
-------------------
Henrik Sönnerlind
COMSOL
Hi Panson,
Yes, LiveLink for MATLAB can be useful here.
Using a Model Method could be another alternative.
Regards,
Henrik