ansys.mapdl.core.Mapdl.sfelist#
- Mapdl.sfelist(elem='', lab='', **kwargs)#
Lists the surface loads for elements.
Mechanical APDL Command: SFELIST
- Parameters:
- elem
str Element at which surface load is to be listed. If ALL (or blank), list loads for all selected elements ( esel ). If
ELEM= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may be substituted forELEM.- lab
str Valid surface load label. If ALL (or blank), use all appropriate labels. See the sfe command for labels.
- elem
Notes
The surface loads listed correspond to the current database values. The database is not updated for surface loads in POST1. Surface loads specified in tabular form, however, do list their values corresponding to the current results set in POST1.
For
SURF151orSURF152elements with an extra node for radiation and/or convection calculations (KEYOPT(5) = 1), the bulk temperature listed is the temperature of the extra node. If the thermal solution does not converge, the extra node temperature is not available for listing.Film effectiveness and free stream temperatures specified by the sfe command (
Lab= CONV) can only be listed by this command. The command lists film coefficients and bulk temperatures first and then film effectiveness and free stream temperatures below those values.Distributed-Memory Parallel (DMP) Restriction In a DMP analysis within the SOLUTION processor, sfelist support is not available for elements
SURF151andSURF152when surface loading is applied via extra nodes (KEYOPT(5 > 0). If the command is issued under these circumstances, the resulting surface loads shown are not reliable.This command is valid in any processor.