lawful
Mechanical
- Apr 9, 2014
- 4
Greetings,
I am working with large Abaqus model and I need to extract its eigenquantities and import them into MATLAB.
Is there an efficient way to do this?
So far I have extracted the Mass and Stiffness matrices (keywords *MATRIX GENERATE and *MATRIX OUTPUT), imported them into MATLAB (via bespoke script), applied boundary conditions and use matlab's EIGS to extract the eigenquantities, but this process is slow and prone to errors.
I would like to import those quantities directly from abaqus. I am already able to print nodal outputs in the *.dat file but again, this approach generates a huge structured data file that has to be parsed. Also, I am not sure about the DOFS convention and thus I do not know if the first 6 elements of an eigenvector are the 6DOFs of the first node, the second 6 elements are the 6DOFs of the second node, etc.
Can you please advise on a method that could let me import those quantities in the least painful way?
Thank you in advance.
I am working with large Abaqus model and I need to extract its eigenquantities and import them into MATLAB.
Is there an efficient way to do this?
So far I have extracted the Mass and Stiffness matrices (keywords *MATRIX GENERATE and *MATRIX OUTPUT), imported them into MATLAB (via bespoke script), applied boundary conditions and use matlab's EIGS to extract the eigenquantities, but this process is slow and prone to errors.
I would like to import those quantities directly from abaqus. I am already able to print nodal outputs in the *.dat file but again, this approach generates a huge structured data file that has to be parsed. Also, I am not sure about the DOFS convention and thus I do not know if the first 6 elements of an eigenvector are the 6DOFs of the first node, the second 6 elements are the 6DOFs of the second node, etc.
Can you please advise on a method that could let me import those quantities in the least painful way?
Thank you in advance.