ansys.mapdl.core.Mapdl.sumap#
- Mapdl.sumap(rsetname='', item='', comp='', **kwargs)#
Map results onto selected surface(s).
Mechanical APDL Command: SUMAP
- Parameters:
- rsetname
str
Eight-character name for the result being mapped.
- item
str
Label identifying the item.
Valid item labels are defined via plnsol. Some items also require a component label.
If
Item
= CLEAR, the specified result set is deleted from all selected surfaces- comp
str
Component label of item (if required).
- rsetname
Notes
The sumap command maps results in the current coordinate system ( rsys ) using the selected set of elements.
The command interpolates and stores the results data on to each of the selected surfaces.
sumap,ALL,CLEAR deletes all results sets from all selected surfaces.