-
-
August 3, 2023 at 12:18 pm
Massochy dos santos Ventura
SubscriberAfter having done modal analysis of a steel plate where it extracts the values of natural frequency and vibration modes. I would like to know how to extract the stiffness matrices, mass matrix and vibration mode matrix corresponding to each vibration mode -
August 4, 2023 at 11:58 am
Nanda
Ansys EmployeeHello Massochy,
You can do this by following this Ansys how to video:
Export the ANSYS Stiffness and Mass Matrix to Text Files - YouTube
Also, have a look at this blog for more information. Hope this helps.
APDL Math–Access to the ANSYS Solver Matrices with APDL - PADT (padtinc.com)
Regards,
Nanda.
-
August 4, 2023 at 12:16 pm
Massochy dos santos Ventura
Subscriberi don´t to see very well the code for export the matrice in first exemple (video youtube)
can you share with me please the code, please
-
August 4, 2023 at 12:31 pm
Nanda
Ansys EmployeeHello Massochy,
Here is the code:
! below commands create dense matrix
! Stiffness
*DMAT, MatKD, D, IMPORT, FULL, file. full, STIFF
*PRINT, MatKD, Kdense.matrix! Mass
*DMAT, MatMD, D, IMPORT, FULL, file. full, MASS
*PRINT, MatMD, Mdense.matrix! below commands create sparse matrix
*SMAT, MatKS, D, IMPORT, FULL, file. full, STIFF
*PRINT, MatKS, Ksparse.matrix! Mass
*SMAT, MatMS, D, IMPORT, FULL, file. full, MASS
*PRINT, MatMS, Msparse.matrixBest,
Nanda
-
August 6, 2023 at 2:21 pm
Massochy dos santos Ventura
SubscriberÂ
thank you so much
Â
-
August 7, 2023 at 3:10 pm
Massochy dos santos Ventura
Subscriber -
August 7, 2023 at 3:11 pm
Massochy dos santos Ventura
Subscriberif i need to extract a 3*3 matrix as i do
-
August 7, 2023 at 11:32 pm
-
- The topic ‘modal analysis’ is closed to new replies.
-
3467
-
1057
-
1051
-
929
-
896
© 2025 Copyright ANSYS, Inc. All rights reserved.