bfklist#

Mapdl.bfklist(kpoi='', lab='', **kwargs)#

Lists the body force loads at keypoints.

APDL Command: BFKLIST

Parameters:
kpoi

Keypoint at which body load is to be listed. If ALL (or blank), list for all selected keypoints [KSEL]. If KPOI = 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 KPOI

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 BFK 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) and to_dataframe() (only if Pandas is installed).
NOTE: If you use these methods, you might obtain a lower precision than using Mesh methods.
For more information visit Postprocessing.

Notes

Lists the body force loads for the specified keypoint and label. Keypoint body loads may be defined with the BFK command.

This command is valid in any processor.