-
when doing an LBA, the following code works fine:
now I would like to extract the eigen values / load multiplier (or at least the first one) in a variable /array. Can someone help me? thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
mikerife
Mar 30, 2024
Replies: 1 comment 1 reply
-
Hi @ILTHEONE F1 = mapdl.get_value('mode', 1, 'freq') I'll leave it up to you to extend this to getting all 10 by looping. Mike |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
germa89
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @ILTHEONE
Right after the buckle solution you can capture the mode frequency with a get_value like so:
I'll leave it up to you to extend this to getting all 10 by looping.
Mike