Hello all, I would like to find a more efficient way extract all the max values for my FEA Results as well as the geometric properties or attributes?.
At the moment I use the query selector (Pick by Point) to try and pick a point closest to the max value of any output. And it has being very tedious as I need to perform and catalog close to a 1000 FEA results.
The quantities I am interested in documenting are:
1. Displacement (max)
2. Von Mises (max)
3. Principal Major Stress (max)
4. Principal Major Strain (max)
I would also like to have these export within the same document:
(a) Dimensions of a selected component (Length and Width)
(b) Sheet Thickness
(c) Sheet Material Name (as assigned from the material database)
(d) Any sort of list or outline of the boundary conditions set for a particular simulation or design study
(e) Load
(f) Load Type
@Sourav
I will appreciate any suggestions, pointers or direction on how to generally extract target data values from FEA Results as well as any other info pertaining the simulation (including config parameters such as material type assigned, etc) an excel sheet or CSV document format.
Thanks😄