How to compute the modes information of CMS system after assembling? #23
-
I would like to assemble a whole part by some ObjectFFRFreducedOrderInterface() subparts and compute the corresponding modes information, such as eigen frequency and eigenmodes. However, I find that the functions to compute modes information, such as ComputeEigenmodes() and ComputeEigenmodesNGsolve() are all subject to the FEM CLASS. They can not output the modes information of a assembled CMS system. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The pre-processing is just available for single parts. However, if you assemble a system in an MBS, there is the possibility to perform "ComputeEigenModes". This, however, requires that the subparts are rigidly connected. But I think, would you need is to assemble parts by merging meshes, which is a functionality for meshers or FE-Tools. |
Beta Was this translation helpful? Give feedback.
The pre-processing is just available for single parts. However, if you assemble a system in an MBS, there is the possibility to perform "ComputeEigenModes". This, however, requires that the subparts are rigidly connected. But I think, would you need is to assemble parts by merging meshes, which is a functionality for meshers or FE-Tools.