Skip to content

how to get wd in run_modal() only whirling freqency , not axial and torsional's #1140

Answered by jguarato
Pierre-zhu asked this question in Q&A
Discussion options

You must be logged in to vote

You can filter frequencies by the mode type attribute ("Lateral", "Axial", "Torsional"), for example:

whirling_frequency = np.array([
    modal.wd[i] for i, shape in enumerate(modal.shapes) if shape.mode_type == "Lateral"
])

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@Pierre-zhu
Comment options

@Pierre-zhu
Comment options

@Pierre-zhu
Comment options

@jguarato
Comment options

@Pierre-zhu
Comment options

Answer selected by Pierre-zhu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants