-
Hello, Could you please help! Is it possible to visualize the postprocessing results for each grain instead of elementwise, for example - data postprocessing of stress or strain is generated elementwise where the color scheme varies for stress or strain variation, can the same applied for grainwise instead (like given for grain diameter (https://neper.info/tutorials/visualize_tessellation.html#scene-settings). It would be useful to analyze the results for each grain. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Assuming that you have a result defined at elements, |
Beta Was this translation helpful? Give feedback.
Assuming that you have a result defined at elements,
<res_name>
, you can compute the grain-average values using-reselset <res_name>
in-S
, which will add them to the simulation directory (underresults/elsets/<res_name>
). You will then be able to color the elsets based on this value using-dataelsetcol real:<res_name>
in-V
(after loading the simulation directory as input).