ansys.mapdl.core.Mapdl.bfvlist#
- Mapdl.bfvlist(volu='', lab='', **kwargs)#
Lists the body-force loads on a volume.
Mechanical APDL Command: BFVLIST
- Parameters:
- volu
str Volume at which body load is to be listed. If ALL (or blank), list for all selected volumes ( vsel ). If
VOLU= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted forVOLU.- lab
str Valid body load label. If ALL, use all appropriate labels. Load labels are listed under “Body Loads” in the input table for each element type in the Element Reference. See the bfv command for labels.
- volu
Notes
Lists the body-force loads for the specified volume and label. Body loads may be defined on a volume with the bfv command.
This command is valid in any processor.