BCNodeToSet
Aggregates nodal values to sets.
Inputs
- src
- A nodal value table.
- sets
- A set entity table.
- aggregate
- An aggregation mode (avg, sum, min, max, extreme).
- pool_name
- Name of the node pool in the set.
Outputs
- answer
- An set value table.
Comments
- If src is a vector or tensor table, it should be transformed to the global coordinate system.
- min, max, and extreme aggregate modes are valid only for scalar data.
- The Expression Builder will auto-fill pool_name with @current_pool (assigned by the HyperWorks application).
- It is not possible to plot set-bound values in HyperView. A set-bound value must be assigned to elements using BCSetToNode.
Syntax
BCNodeToSet(src,sets,max)XML Example
<call name="BCNodeToSet" src="src_tab" sets="set_tab"
pool_name="shell" aggregate="max" answer="ans_tab" />