General Mechanical

General Mechanical

Topics related to Mechanical Enterprise, Motion, Additive Print and more.

modal analysis

    • Massochy dos santos Ventura
      Subscriber
      After 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
    • Nanda
      Ansys Employee

      Hello 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.

      Guidelines for Posting on Ansys Learning Forum

      How to access ANSYS help links

    • Massochy dos santos Ventura
      Subscriber

      i 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

    • Nanda
      Ansys Employee

      Hello 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.matrix

      Best,

      Nanda

    • Massochy dos santos Ventura
      Subscriber

       

      thank you so much

       

    • Massochy dos santos Ventura
      Subscriber
    • Massochy dos santos Ventura
      Subscriber

      if i need to extract a 3*3 matrix as i do

    • Massochy dos santos Ventura
      Subscriber

      hello everyone

       I would like to know how to export the vector of each of the vibration modes

Viewing 7 reply threads
  • The topic ‘modal analysis’ is closed to new replies.