General Mechanical

General Mechanical

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

How to set the maximum eigenvalue real extracted as a parameter in a modal analysis using APDL?

    • Sadii045
      Subscriber

      I did extract stability and frequency for about 200 modes from a brake squeal analysis and I want to set the maximum stability, Number of modes, and First frequency as output parameters in Ansys. How to write the apdl command for it

    • dlooman
      Ansys Employee
      You can use *get,,MODE,N,... as shown below for frequency and stability values. You can use *get,,active,,set,nset to retrieve the number of sets on the results file


    • Sadii045
      Subscriber
      Thank you for the feedback. I'm quite new to ansys. I entered the following code. But I didn't get any result.
      set,list
      *get,asd1,MODE,N,STAB
      *get,asd2,active,,set,nset
      my_par1=asd1
      my_par2=asd2
      Hope you can help me out

Viewing 2 reply threads
  • The topic ‘How to set the maximum eigenvalue real extracted as a parameter in a modal analysis using APDL?’ is closed to new replies.