sfadele#

Mapdl.sfadele(area='', lkey='', lab='', **kwargs)[source]#

Deletes surface loads from areas.

APDL Command: SFADELE

Parameters:
area

Area to which surface load deletion applies. If ALL, delete load from all selected areas [ASEL]. A component name may be substituted for AREA.

lkey

Load key associated with surface load (defaults to 1). See the SFA command for details.

lab

Valid surface load label. If ALL, use all appropriate labels. See the SFA command for labels.

Notes

Deletes surface loads (and all corresponding finite element loads) from selected areas.

This command is also valid in PREP7.

Examples

Delete all convections applied to all areas where -1 < X < -0.5

>>> mapdl.asel('S', 'LOC', 'X', -1, -0.5)
>>> mapdl.sfadele('ALL', 'CONV')