Hi everybody.
Anyone know how to obtain an unique value, average value, of stress at nodes into a report from field output in one table?
At the beginning, report shows values at nodes in different tables, one per region. In result -> Option I unchecked the ODB region and unique table was reported as I want. But regarding with the values... appears some locations depending of the material and also in some reports, no all, appears a location named source 1. My model has Shell and solid elements and I guess that source 1 location belongs to nodes at solid elements, but I not sure.
The question is that I'd like to get a unique table with two columns (node labels and average values like when you use prove values tool), but I don't reach that.
Currently, I'm taking the values in the position "Unique Nodal".
An example of the current report is:
Loc 1 : Nodal values at shell < MAT_MID_4 > < 5 section points > from source 1 : Envelope (max abs) Loc 2 : Nodal values from source 1 Node Label S.Mises S.Mises @Loc 1 @Loc 2 ------------------------------------------------- 218288 223.314 475.168 In this case, the node 218288 belongs to a three shell elements and one solid element. The element nodal values are: - shell elements: 125.941, 152.824, 139.324 -solid element: 475.168 Average value: 223.314
Of course, I could make a script, but before typing code I'd like to know if with CAE directly is possible. Any suggestion?