ansys.mapdl.core.Mapdl.bflist#
- Mapdl.bflist(node='', lab='', **kwargs)#
Lists the body-force loads on nodes.
Mechanical APDL Command: BFLIST
- Parameters:
- node
str Node at which body load is to be listed. If ALL (or blank), list for all selected nodes ( nsel ). If
Node= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). You can substitute a component name forNode.- lab
str Valid body load label. If ALL (or blank), use all appropriate labels. (See bf.)
- node
Notes
Lists the body-force loads for the specified node and label. Nodal body loads are defined via bf.
This command is valid in any processor.