×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Natural Frequency as output parameter?

Natural Frequency as output parameter?

Natural Frequency as output parameter?

(OP)
Hi all,
I am in a big trouble. As i am stuck with my research. Please help me with this problem.

I have some values of natural frequencies from a experiment on a pressure hose from lab. Now I want to validate it from Ansys model and simulation. I am able to get pretty close results from simulation and experiment.
Now I want to do Probalistic Design. Problem is this I don't know how I can set difference of resulted natural frequencies and experimental natural frequencies as my output parameter??? What is the parameter for getting the natural frequencies from ansys results??
From below code you can understand what i am trying to do.


!----------------------------------------
! sensitivity analysis
!----------------------------------------
!+++ experimental values
fe_2exp=5.54
fe_3exp=11.51
fe_4exp=21.42
fe_5exp=39.23
fe_6exp=81.14
fe_7exp=119.60

!+++ FEM result values

fe_2fem=?
fe_3fem=?
fe_4fem=?
fe_5fem=?
fe_6fem=?
fe_7fem=?

!+++ differences

P2_out= min(fe_2fem - fe_2exp)
P3_out= min(fe_3fem - fe_3exp)
P4_out= min(fe_4fem - fe_4exp)
P5_out= min(fe_5fem - fe_5exp)
P6_out= min(fe_6fem - fe_6exp)
P7_out= min(fe_7fem - fe_7exp)

I do not know to get values marked as '?'. Please help me with this :( Thanks

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources