Hey,
I have a quick question about using Ansys Mechanical. When you're using the Max probe to find the node with the maximum value, how can you check what ID number that node has?
I don't believe you can get the node id from the max probe directly. You can use the objects "PlotData" property to review the data and do a pythonic max on the values to find it. Alternatively you can do the post processing with DPF (stand alone or in mechanical) and then use the max operators to find the max node id value(s) for a time point or all time points.