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/>