ansys.mapdl.core.Mapdl.flist#
- Mapdl.flist(node1='', node2='', ninc='', **kwargs)#
Lists force loads on the nodes.
Mechanical APDL Command: FLIST
- Parameters:
- node1
str List forces for nodes
NODE1toNODE2(defaults toNODE1) in steps ofNINC(defaults to 1). If ALL, list for all selected nodes ( nsel ) andNODE2andNINCare ignored (default). IfNODE1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted forNODE1.- node2
str List forces for nodes
NODE1toNODE2(defaults toNODE1) in steps ofNINC(defaults to 1). If ALL, list for all selected nodes ( nsel ) andNODE2andNINCare ignored (default). IfNODE1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted forNODE1.- ninc
str List forces for nodes
NODE1toNODE2(defaults toNODE1) in steps ofNINC(defaults to 1). If ALL, list for all selected nodes ( nsel ) andNODE2andNINCare ignored (default). IfNODE1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted forNODE1.
- node1
Notes
Listing applies to the selected nodes ( nsel ) and the selected force labels ( dofsel ).
Warning
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.