saja11
Bioengineer
- Aug 2, 2019
- 42
Hey,
I am working on max and mean values of max principal stress and other parameters of a 3D shape in Abaqus. For taking max values, I am taking peak values (over contact area) from all nodes through each time point. But I want to take max values of parameters better option would be by taking typically several nodes around the maximum node value that have been averaged (all those around that one peak). However, I am not sure how can I take average of neighboring nodes around peak value? Right now I am using this:
KA_Mstress(i)=mean(stress_selected);
Max_Mstress(i)=max(stress_selected);
Your help would be appreciated.
I am working on max and mean values of max principal stress and other parameters of a 3D shape in Abaqus. For taking max values, I am taking peak values (over contact area) from all nodes through each time point. But I want to take max values of parameters better option would be by taking typically several nodes around the maximum node value that have been averaged (all those around that one peak). However, I am not sure how can I take average of neighboring nodes around peak value? Right now I am using this:
KA_Mstress(i)=mean(stress_selected);
Max_Mstress(i)=max(stress_selected);
Your help would be appreciated.