flist#

Mapdl.flist(node1='', node2='', ninc='', **kwargs)[source]#

Lists force loads on the nodes.

APDL Command: FLIST

Parameters:
node1, node2, ninc

List forces for nodes NODE1 to NODE2 (defaults to NODE1) in steps of NINC (defaults to 1). If ALL, list for all selected nodes [NSEL] and NODE2 and NINC are ignored (default). If NODE1 = 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 NODE1.

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

Listing applies to the selected nodes [NSEL] and the selected force labels [DOFSEL].

Caution:: : A list containing a node number that is larger than the maximum defined node (NODE2), could deplete the system memory and produce unpredictable results.

This command is valid in any processor.