Enum: ResultAveragingEnum

Defines the averaging options.

Fields

Name Description
Average Displays averaged results.
ElementalDifference Computes the maximum difference between the unaveraged computed result (for example, total heat flux, equivalent stress) for all nodes in an element, including midside nodes.
ElementalFraction Computes the ratio of the elemental difference and the elemental average.
ElementalMean Computes the elemental average from the averaged component results.
NodalDifference Computes the maximum difference between the unaveraged computed result (for example, total heat flux, equivalent stress) for all elements that share a particular node.
NodalFraction Computes the ratio of the nodal difference and the nodal average.
Unaverage Displays unaveraged results.