iclist#

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

Lists the initial conditions.

APDL Command: ICLIST

Parameters:
node1, node2, ninc

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).

lab

Velocity key:

DISP - Specification is for first order degree of freedom value (displacements,

temperature, etc.) (default).

VELO - Specification is for second order degree of freedom value (velocities).

Notes

Lists the initial conditions specified by the IC 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.