-
-
July 1, 2022 at 6:44 am
julius.langenhorst
SubscriberHello,
I'm looking at a simply-supported circular Euler-Bernoulli beam. I want to find out the response of the beam to a constant acceleration in the range up to 2000 Hz and plot the result in a acceleration vs. frequency plot.
How do I extract the acceleration after doing the analysis? And how would I then plot it?
Here's a snippet of my code:
! Build model
! Modal analysis
ANTYPE,MODAL
MODOPT,LANB,10,0,0
MXPAND,10,,,yes
SOLVE
/QUIT! Response Spectrum analysis
/SOLU
ANTYPE,SPECTR
SPOPT,SPRS
SRSS,,ACEL
SVTYP,2
SED,0,1,0
FREQ,1,1000,2000
SV,,5*9.81,5*9.81,5*9.81
MMASS,ON
SOLVE
FINISH/POST1
/INPUT,,mcom
PRNSOL,DOF
PRNSOL,U,Y
FINISHThanks for your answers.
-
July 1, 2022 at 6:00 pm
Daniel Shaw
Ansys EmployeeA Response Spectrum Analysis (RSA) does not calculate the response at a particular frequency. It calculates the peak response over the frequency range. When you enter the command /INPUT,,mcom; you read the file.mcom file that contains load case commands that combine the modal resultls. You should do a harmonic analysis (probably a mode-supe harmonic) to calculate the response vs frequency.
-
July 2, 2022 at 1:17 pm
julius.langenhorst
SubscriberThanks for your answer.
I used mode-superposition harmonic analysis and I now got a beautiful displacement vs. frequency plot. But to plot acceleration vs. frequency I want to multiply the displacement with its corresponding frequency. The nodal information is stored in a variable using NSOL,2,12,U,Y. I could create an array parameter for the frequency but I have not found a way to combine those two. How do I do this?
EDIT: I think I found the solution by using FILLDATA to fill variables
-
- You must be logged in to reply to this topic.

Boost Ansys Fluent Simulations with AWS
Computational Fluid Dynamics (CFD) helps engineers design products in which the flow of fluid components is a significant challenge. These different use cases often require large complex models to solve on a traditional workstation. Click here to join this event to learn how to leverage Ansys Fluids on the cloud, thanks to Ansys Gateway powered by AWS.

Earth Rescue – An Ansys Online Series
The climate crisis is here. But so is the human ingenuity to fight it. Earth Rescue reveals what visionary companies are doing today to engineer radical new ideas in the fight against climate change. Click here to watch the first episode.

Ansys Blog
Subscribe to the Ansys Blog to get great new content about the power of simulation delivered right to your email on a weekly basis. With content from Ansys experts, partners and customers you will learn about product development advances, thought leadership and trends and tips to better use Ansys tools. Sign up here.
- Saving & sharing of Working project files in .wbpz format
- Solver Pivot Warning in Beam Element Model
- Understanding Force Convergence Solution Output
- An Unknown error occurred during solution. Check the Solver Output…..
- What is the difference between bonded contact region and fixed joint
- whether have the difference between using contact and target bodies
- The solver engine was unable to converge on a solution for the nonlinear problem as constrained.
- Colors and Mesh Display
- User manual
- material damping and modal analysis
-
3648
-
2530
-
1745
-
1226
-
578
© 2023 Copyright ANSYS, Inc. All rights reserved.