Forced Vibration Analysis in Kratos in the frequency domain #13194
Unanswered
juancamarotti
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
To my understanding we do not do forced vibration analysis, but as you say it would be relatively simple to do. There are different approches to do it, I would do a custom strategy. Do you need further help?, would you like to contribute those changes to the repository? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Forced Vibration Analysis in Kratos (Frequency Domain)
Hi all!
I am opening this discussion to ask whether Kratos has the capability to perform forced vibration analysis in the frequency domain.
I checked the StructuralMechanicsApplication, and I found a scheme called
EigensolverDynamicSchemeinside:eigensolver_dynamic_scheme.hpp.From my understanding, this scheme solves the free vibration problem:
and gives as an output the natural vibration frequencies and mode shapes of the structure.
However, if we now want to solve the forced vibration problem in the frequency domain:
Question:
Does this scheme support solving the forced vibration problem? If not, is there an alternative approach in Kratos to handle this?
Additionally, since this problem involves an external force$F(\omega)$ , we should be able to specify the angular frequency $\omega$ as an input parameter.
Any insights or guidance would be greatly appreciated! 🙌
Thanks in advance for the help! @KratosMultiphysics/structural-mechanics
Beta Was this translation helpful? Give feedback.
All reactions