|
The REAL Power in Using
PowerGraphics |
Every so often, people tell me that they don’t like using PowerGraphics because it frequently yields different stress results from those they obtain using Full Graphics. Since Full Graphics has been around since the early days of ANSYS they assume that it must be correct and that PowerGraphics must somehow be flawed. To add insult to injury, when there is a difference, the PowerGraphics stresses are higher than the Full Graphics stresses. Given two possible answers, the answer which is closer to the desired answer (usually the lowest stress) is the one which most people embrace. Hence, the general consensus is that Full Graphics is in and PowerGraphics is out.
Of course, for every problem there is only one correct answer, and Mother Nature always knows what it is. Our challenge comes in using the analytical tools at our disposal to provide an accurate simulation of what nature already knows. If the answers displayed by PowerGraphics and Full Graphics are different, which one is closer to the truth? This is an important question, so I decided to look into this problem and see what I could learn.
PowerGraphics was introduced in ANSYS 5.1, and became the default graphics display mode in 5.4. It uses a different display algorithm than Full Graphics, and was designed to be a much faster way of processing graphical data. According to Paul Tallon, Senior Development Engineer at ANSYS Inc., "PowerGraphics was originally developed to support the P-elements introduced in ANSYS 5.1. We needed to increase graphical display speed because P-element results are plotted using a quadratic function. We were able to speed up plotting by storing in a graphics object the data only for those elements which have exterior faces. We then developed a high performance graphics engine to process this data. Because this is a much faster way of processing graphical data, we extended it to H-elements and eventually to solid model entities as well."
So, the difference between traditional Full Graphics and PowerGraphics is that Full Graphics processes data for all of the currently selected elements, while PowerGraphics only processes data for the selected elements which have a face on the exterior of the model. This isn’t a problem for hexahedral meshes because nearly all the elements that touch the exterior do so with an entire face. Therefore, the PowerGraphics answers and Full Graphics answers are almost always identical for hexahedral meshes. But tetrahedral meshes are a different story because they always contain elements which only have one node exposed on the exterior of the model. Since these elements are not included when the averaged nodal stresses are calculated, the PowerGraphics result may be significantly different than the Full Graphics result.
Since the highest stress in a model is usually on the exterior, it seems that PowerGraphics would be the more accurate way of viewing result data. But is this really true? To find out, I made an example problem which would help me determine whether PowerGraphics or Full Graphics is the way to go.
|
|
|
|
|
|
The example problem was a cylinder, fixed at one end, with a semi-circular notch cut out of the top where another cylinder intersected it. A positive pressure load was applied to the notched area, and a negative pressure load applied to the free end of the cylinder. Pressure loads were used to avoid any singularities which might result from using point loads. The volume was meshed with SOLID92 elements using SmartSizing to vary the mesh from coarse to fine. The results were then viewed using PowerGraphics and Full Graphics to plot the averaged Von Mises stress (PLNS,S,EQV). Just for comparison purposes, I also plotted the unaveraged Von Mises stresses (PLES,S,EQV), which yields the same results regardless of whether PowerGraphics or Full Graphics is being used. These results are listed in Table 1.
|
SmartSizing |
Nodes |
Elements |
PowerGraphics |
Full Graphics |
PLES,S,EQV |
|
10 |
138 |
183 |
1031 |
936 |
1188 |
|
8 |
206 |
234 |
1026 |
920 |
1142 |
|
6 |
698 |
714 |
1113 |
1025 |
1226 |
|
4 |
1938 |
1791 |
1137 |
1067 |
1202 |
|
2 |
6325 |
5522 |
1155 |
1127 |
1188 |
Table 1: Results from SmartSized models
I also generated two additional models to establish what the real answer is likely to be for this geometry. The first model was generated by turning SmartSizing off and using ESIZE=.05, and had 27,731 nodes. The second model was generated using ESIZE=.03 and had 91,079 nodes. The results from these two models follow the trend exhibited by the previous models, and can be found in Table 2. It is reasonable to assume that the answer obtained from the finest model is a reasonable approximation of what the real answer is, and these results were used to normalize the results obtained from the SmartSized models.
|
ESIZE |
Nodes |
Elements |
PowerGraphics PLNS,S,EQV |
Full Graphics PLNS,S,EQV |
PLES,S,EQV |
|
.05 |
27731 |
18774 |
1157 |
1144 |
1176 |
|
.03 |
91079 |
63469 |
1160 |
1157 |
1163 |
Table 2: Results from very fine models
As you might expect, the normalized results listed in Table 3 and plotted in Figure 5 show that the stresses plotted using PowerGraphics, Full Graphics, and unaverage nodal stress all converge towards a common answer as element density increases. What you may not have expected is that the PowerGraphics results are always closer to the real answer than either the Full Graphics or the unaveraged nodal stress results, except for the case of an extremely coarse mesh where the answers are questionable anyway.
|
SmartSizing Value |
Nodes |
Elements |
PowerGraphics PLNS,S,EQV |
Full Graphics PLNS,S,EQV |
PLES,S,EQV |
|
10 |
138 |
183 |
0.889 |
0.807 |
1.024 |
|
8 |
206 |
234 |
0.884 |
0.793 |
0.984 |
|
6 |
698 |
714 |
0.959 |
0.884 |
1.057 |
|
4 |
1938 |
1791 |
0.980 |
0.920 |
1.036 |
|
2 |
6325 |
5522 |
0.996 |
0.972 |
1.024 |
Table 3: Normalized results for SmartSized models
The normalized results also show that of the three display methods used, Full Graphics is the least accurate, least conservative way of presenting results. The PowerGraphics results are closest to the real answer, but are not as conservative as the unaveraged nodal stresses. Conservatism is a fundamental engineering concept, and it is up to the analyst to determine whether PowerGraphics or the unaveraged nodal stresses are most appropriate way to display results for the problem under investigation. But no matter how you look at it, the Full Graphics results are less accurate, less conservative, and should be avoided when postprocessing results for tetrahedral meshes.
The important thing to learn from this brief study is that there is only one correct answer for a given problem, and a substantial difference between PowerGraphics and Full Graphics should be a warning flag that your results are questionable. Depending on the degree of accuracy and conservatism called for by your problem, you might report the PowerGraphics results, the unaveraged nodal stress results, or remesh your model and try again. While PowerGraphics was developed as a faster plotting algorithm, the real power in PowerGraphics is that it’s a more accurate way of presenting results than Full Graphics is.

Figure 5