ansys.mapdl.core.Mapdl.bfelist#
- Mapdl.bfelist(elem='', lab='', **kwargs)#
Lists the element body-force loads.
Mechanical APDL Command: BFELIST
- Parameters:
- elem
str Element at which body load is to be listed. If ALL (or blank), list 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 also be substituted forELEM.- lab
str Valid body load label. If ALL (or blank), use all appropriate labels. See bfe command for labels.
- elem
Notes
Lists the element body-force loads for the specified element and label. Element body loads may be defined with the bfe command.
This command is valid in any processor.