Dynamic Mechanics - Frequency Response of the Rotating Pendulum

User: "Thomas_"
Altair Community Member

Hello,
I'm trying to understand the frequency response of an articulated rotor.


To simplicity, I modeled a simple pendulum with centrifugal rotation (see image).
I calculated a transient + linear simulation using a Templates script to take in account centrifugal loads in my linear analysis :
I expected to obtain a frequency response of the first mode equal to the centrifuge's rotation frequency (34 Hz). But this frequency is different (22Hz).


Do you know if this is a mechanical or solver issue?

Thanks in advance,
Thomas

Ps : my template's script :

<Simulate
analysis_type = "Transient"
end_time = "20"
print_interval = "0.0001"
/>
<Simulate
analysis_type = "Linear"
/>
<Stop/>

image.png

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Orestis_YB"
    Altair Employee
    Accepted Answer

    Hello @Thomas_Bécue,

    as described in the helicopter example (attached above) coordinate selection will affect frequency result. In your model I added a solver variable using the expression DZ({b_masse.cm.idstring} and I added a template to set this variable as Plant State.

    image.png

    I run the model and in the log file you can see that this variable was chosen as coordinate and the calculated frequency is 33.89Hz.

    image.png

    Hope this helps!

    Best regards,
    Orestes