ansys.mapdl.core.Mapdl.mlist#

Mapdl.mlist(node1='', node2='', ninc='', **kwargs)#

Lists the MDOF of freedom.

Mechanical APDL Command: MLIST

Parameters:
node1str

List master degrees of freedom from NODE1 to NODE2 (defaults to NODE1 ) in steps of NINC (defaults to 1). If NODE1 = ALL (default), NODE2 and NINC are ignored and masters for all selected nodes ( nsel ) are listed. 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 ( NODE2 and NINC are ignored).

node2str

List master degrees of freedom from NODE1 to NODE2 (defaults to NODE1 ) in steps of NINC (defaults to 1). If NODE1 = ALL (default), NODE2 and NINC are ignored and masters for all selected nodes ( nsel ) are listed. 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 ( NODE2 and NINC are ignored).

nincstr

List master degrees of freedom from NODE1 to NODE2 (defaults to NODE1 ) in steps of NINC (defaults to 1). If NODE1 = ALL (default), NODE2 and NINC are ignored and masters for all selected nodes ( nsel ) are listed. 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 ( NODE2 and NINC are ignored).

Notes

Lists the master degrees of freedom.

For the free-interface CMS method analysis ( cmsopt,FREE), any pseudo-constraints applied on master degrees of freedom with SUPPORT = ON in the m command will be listed when mlist is issued after cmsopt (see example printout below).

NODE  LABEL     SUPPORT
 8529  UX
 8529  UY
 8529  UZ
 8545  UX         ON
 8545  UY         ON
 8545  UZ         ON