ansys.mapdl.core.Mapdl.iclist#

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

Lists the initial conditions.

Mechanical APDL Command: ICLIST

Parameters:
node1str

List initial conditions for nodes NODE1 to NODE2 (defaults to NODE1 ) in steps of NINC (defaults to 1). If NODE1 = ALL (default), NODE2 and NINC are ignored and initial conditions 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 be substituted for NODE1 ( NODE2 and NINC are ignored).

node2str

List initial conditions for nodes NODE1 to NODE2 (defaults to NODE1 ) in steps of NINC (defaults to 1). If NODE1 = ALL (default), NODE2 and NINC are ignored and initial conditions 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 be substituted for NODE1 ( NODE2 and NINC are ignored).

nincstr

List initial conditions for nodes NODE1 to NODE2 (defaults to NODE1 ) in steps of NINC (defaults to 1). If NODE1 = ALL (default), NODE2 and NINC are ignored and initial conditions 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 be substituted for NODE1 ( NODE2 and NINC are ignored).

labstr

Label identifying the initial condition to list out:

  • DISP - Displacements, temperature, etc. (default).

  • VELO - Velocities.

  • ACC - Accelerations.

Notes

Lists the initial conditions specified by the ic or icrotate command. Listing applies to all the selected nodes ( nsel ) and DOF labels. iclist is not the same as the dlist command. All the initial conditions including the default conditions are listed for the selected nodes.

This command is valid in any processor.