Author Topic: Solution of Frequency and Mode of Free Vibration  (Read 4916 times)

WANGJIANHUI

  • Jr. Member
  • **
  • Posts: 14
Solution of Frequency and Mode of Free Vibration
« on: November 06, 2022, 12:15:08 AM »
Dear FEAP Users,
     I want to solve the free vibration problem of three-dimensional structures.
     How to customize the number of eigenvalues obtained by solving?
     How to customize tolerance?
     I would be very grateful if you could answer it!
     Thanks for your support.

Prof. S. Govindjee

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 1164
Re: Solution of Frequency and Mode of Free Vibration
« Reply #1 on: November 06, 2022, 03:37:06 PM »
If you do something like
Code: [Select]
mass
tang
subs,,5

or (if you have build the optional ARPACK module)

Code: [Select]
mass
tang
arpa,,5

FEAP will compute (at least) the first 5 modes for you.  Change 5 to whatever you want.

WANGJIANHUI

  • Jr. Member
  • **
  • Posts: 14
Re: Solution of Frequency and Mode of Free Vibration
« Reply #2 on: November 07, 2022, 12:40:29 AM »
Thank you for your reply. What should I do if I want to solve the 100 order eigenvalue

Prof. S. Govindjee

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 1164
Re: Solution of Frequency and Mode of Free Vibration
« Reply #3 on: November 07, 2022, 07:09:41 AM »
To solve for the first 100 eigenvalues you can use SUBS,,100 or ARPA,,100;  ARPA is only available if you built FEAP with this extra package.