×
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

Maximum strain response not matching eigenfrequencies

Maximum strain response not matching eigenfrequencies

Maximum strain response not matching eigenfrequencies

(OP)
Hello.

I am doing a modal response analysis to one component which is bolted in its upper part. I first do a pretension step to take into account the force of the bolt, then I do *frequency step to obtain the natural frequencies and then I apply a unit sine sweep to obtain the responses. I am running in two different problems:
1) The stresses from the pretension step are only present in the frame 0 of the rest of the steps, but in the following frames it seems to dissapear.
2) If I plot, for example, the strain with respect to the frequency, the peaks of strain are not produced in the frequencies corresponding to eigenvalues (see image attached)

Can anyone help me? Thank you so much

Here is an example of the code I am using:

*AMPLITUDE, NAME=A1
20, 1, 1500, 1
**
*NMAP, NSET=NALL, TYPE=SCALE
0,0,0
1e-3, 1e-3, 1e-3
*BOUNDARY, FIXED
BC, 1,3
BC_Bolt, 1,3
**
**=============================================================================
** Pretension step
**=============================================================================
*STEP, name=preTension_of_M8_screw, NLGEOM=YES
*STATIC
*CLOAD
SolidPretension1_Frc, 1, -15e3
*OUTPUT, FIELD
*ELEMENT OUTPUT,ELSET=membrane
S
**#****NODE OUTPUT
**#***U
*END STEP
**
**=============================================================================
** Eigenfrequency Check
**=============================================================================
*Step, name=eigFreq_extraction, perturbation
*Frequency, eigensolver=Lanczos, acoustic coupling=off, normalization=mass
50, 0, 2000., , ,
*BOUNDARY, FIXED
SolidPretension1_Frc, 1,3
*OUTPUT, FIELD
**ELEMENT OUTPUT, ELSET=PartBody
**NODE OUTPUT
*END STEP
**=============================================================================
** Skaka Z
**=============================================================================
*STEP, name=SinusoidalAccZ, perturbation
Frequency response Z
*STEADY STATE DYNAMICS, INTERVAL=EIGENFREQUENCY
20, 1500, 20, 5
*MODAL DAMPING,MODAL=DIRECT
1, 100, 0.011
*BASE MOTION, DOF=3 , TYPE=ACCELERATION, AMP=A1
*OUTPUT, FIELD
*ELEMENT OUTPUT, ELSET=membrane
S,E
*NODE OUTPUT
*END STEP

RE: Maximum strain response not matching eigenfrequencies

the peak stress occurs at the damped frequencies, are they not

RE: Maximum strain response not matching eigenfrequencies

(OP)
Thanks for your reply. Do you mean then that this results are ok? The resonant frequency is for example 223,57 (from the .dat file, calculated in the second step) and the damped natural frequency is 220, 691 (from the graph, calculated in the third step). Damped frequency is a little bit lower than the resonant frequencies.
Thanks for your view

RE: Maximum strain response not matching eigenfrequencies

Maybe that's the problem in your understanding...

Quote (Abaqus Analysis Users Guide 6.1.3 General and linear perturbation procedures)


Load magnitudes (including the magnitudes of prescribed boundary conditions) during a linear perturbation analysis step are defined as the magnitudes of the load perturbations only. Likewise, the value of any solution variable is output as the perturbation value only—the value of the variable in the base state is not included.

RE: Maximum strain response not matching eigenfrequencies

what is the damping used? 15.9% by my estimate !!!
so you need to make sure to output at the nmodes calculated

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