ansys.mapdl.core.Mapdl.sumap#

Mapdl.sumap(rsetname='', item='', comp='', **kwargs)#

Map results onto selected surface(s).

Mechanical APDL Command: SUMAP

Parameters:
rsetnamestr

Eight-character name for the result being mapped.

itemstr

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

compstr

Component label of item (if required).

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.