ResultAveragingEnum

Defines the averaging options.

Declaration Syntax

public enum ResultAveragingEnum

Table 1811: Members

Member

Average

Displays averaged results.

Member

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.

Member

ElementalFraction

Computes the ratio of the elemental difference and the elemental average.

Member

ElementalMean

Computes the elemental average from the averaged component results.

Member

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.

Member

NodalFraction

Computes the ratio of the nodal difference and the nodal average.

Member

Unaverage

Displays unaveraged results.