bfllist#
- Mapdl.bfllist(line='', lab='', **kwargs)#
Lists the body force loads on a line.
APDL Command: BFLLIST
- Parameters:
- line
Line at which body load is to be listed. If ALL (or blank), list for all selected lines [LSEL]. If LINE = P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted for LINE.
- lab
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 BFL command for labels.
- Returns:
str
Str object with the command console output. This object also has the extra methods:
to_list()
,to_array()
(only on listing commands) andto_dataframe()
(only if Pandas is installed).
NOTE: If you use these methods, you might obtain a lower precision than usingMesh
methods.
For more information visit Postprocessing.
Notes
Lists the body force loads for the specified line and label. Body loads may be defined on a line with the BFL command.
This command is valid in any processor.