ansys.mapdl.core.Mapdl.susel#

Mapdl.susel(type_='', name1='', name2='', name3='', name4='', name5='', name6='', name7='', name8='', **kwargs)#

Selects a subset of surfaces

Mechanical APDL Command: SUSEL

Parameters:
type_str

Label identifying the type of select:

  • S - Selects a new set (default).

  • R - Reselects a set from the current set.

  • A - Additionally selects a set and extends the current set.

  • U - Unselects a set from the current set.

  • ALL - Also selects all surfaces.

  • NONE - Unselects all surfaces.

name1str

Eight character surface names

name2str

Eight character surface names

name3str

Eight character surface names

name4str

Eight character surface names

name5str

Eight character surface names

name6str

Eight character surface names

name7str

Eight character surface names

name8str

Eight character surface names

Notes

The selected set of surfaces is used in the following operations: sumap, sudel, sucalc, sueval, and suvect.