Enum: SpatialReductionType
Defines the method used to reduce the spatial integrand into a scalar value.
Examples
Fields
| Name |
Description |
|
AbsoluteMax
|
Arithmetic maximmum of input values, geometry is not considered.
|
|
Average
|
Arithmetic average of input values, geometry is not considered.
|
|
ContinuousAverage
|
Volume/Surface/Length ponderated average of input values.
|
|
StandardDeviation
|
Arithmetic standard deviation of input values, geometry is not considered.
|
|
Sum
|
Value are summed into a scalar (makes sense for already integrated quantities, like Reaction Force).
|