avres#
- Controls.avres(key='', opt='', **kwargs)#
Specifies how results data will be averaged when PowerGraphics is enabled.
Mechanical APDL Command: AVRES
- Parameters:
- key
int
orstr
Averaging key.
1
- Average results at all common subgrid locations.2
- Average results at all common subgrid locations except where material type ( mat ) discontinuities exist. (Default.)3
- Average results at all common subgrid locations except where real constant ( real ) discontinuities exist.4
- Average results at all common subgrid locations except where material type ( mat ) or real constant ( real ) discontinuities exist.
- opt
str
Option to determine how results data are averaged.
(blank)
- Average surface results data using only the exterior element faces (default).FULL
- Average surface results data using the exterior face and interior element data.
- key
Notes
The avres command specifies how results data will be averaged at subgrid locations that are common to 2 or more elements. The command is valid only when PowerGraphics is enabled (via the graphics,POWER command).
With PowerGraphics active ( graphics,POWER), the averaging scheme for surface data with interior element data included ( avres,,FULL) and multiple facets per edge ( efacet ,2 or efacet,4) will yield differing minimum and maximum contour values depending on the Z-Buffering options ( slashtype,,6 or slashtype,,7). When the Section data is not included in the averaging schemes ( slashtype,,7), the resulting absolute value for the midside node is significantly smaller.
PowerGraphics does not average your stresses across discontinuous surfaces. The normals for various planes and facets are compared to a tolerance to determine continuity. The
ANGLE
value you specify in the edge command is the tolerance for classifying surfaces as continuous or “coplanar.”The command affects nodal solution contour plots ( plnsol ), nodal solution printout ( prnsol ), and subgrid solution results accessed through the Query Results function (under General Postprocessing) in the GUI.
The command has no effect on the nodal degree of freedom solution values (UX, UY, UZ, TEMP, etc.).
For cyclic symmetry mode-superposition harmonic solutions, avres,,FULL is not supported. Additionally, averaging does not occur across discontinuous surfaces, and the
ANGLE
value on the edge command has no effect.The section-based ( mat ) discontinuity in shells is accommodated via eshape.
The command is also available in slashsolu.