How to plot frequency vs Eigen vector (T1,T2,T3) graph for required nodes in hyperstudy.

Hi,
I'm working in Hyperstudy and i want to plot frequency vs Eigen vector (T1,T2,T3) graph for required nodes in hyperstudy.
I have the information of frequency (cycles) and Eigen vector (T1,T2,T3) in F06 or .out file file, but hyperstudy not recognizing the data.
Thanks.
Regards
venkatesh k.
Answers
-
Hello Venkatesh,
Altair readers may neot be able to read f06 content, so you should use the generic parser for extracting information from it.
If you're dealing with an OptiStruct job instead, for a modal analysis, HyperStudy reader should be able to read some information, or you could use generic parser too.
That being said, HyperStudy doesn't deal with X vs Y curves, it only handles vectors (data sources).
So you need to create 1 data source for each eigen vector component, and one for the frequency.
Then you should be to interrogate eigenT1(frequency1) using lininterp operator.
This is a first tip, please feel free to share a f06/out file if you want us to give you more details
Best Regards,
Michael
0