Hey there,
short question which came to my mind on thinking about my FEM class:
I need to check for some stress discontinuity. It means how great is the change from one element to the next where the stress value is interpolated.
In this term there is a rule of thumb, that the stress discontinuity should not be greater than 10% of the whole stress range, so that
(Stress(node1) - Stress(node2)) / Max Stress - Min Stress < 10%
Is there a way to plot those discontinuity also in hyperview? Any other options to check that you can trust the stress values?
Thanks in advance.
Manuel