ansys.mapdl.core.Mapdl.iclist#
- Mapdl.iclist(node1='', node2='', ninc='', lab='', **kwargs)#
Lists the initial conditions.
Mechanical APDL Command: ICLIST
- Parameters:
- node1
str List initial conditions for nodes
NODE1toNODE2(defaults toNODE1) in steps ofNINC(defaults to 1). IfNODE1= ALL (default),NODE2andNINCare ignored and initial conditions for all selected nodes ( nsel ) are listed. IfNODE1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may be substituted forNODE1(NODE2andNINCare ignored).- node2
str List initial conditions for nodes
NODE1toNODE2(defaults toNODE1) in steps ofNINC(defaults to 1). IfNODE1= ALL (default),NODE2andNINCare ignored and initial conditions for all selected nodes ( nsel ) are listed. IfNODE1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may be substituted forNODE1(NODE2andNINCare ignored).- ninc
str List initial conditions for nodes
NODE1toNODE2(defaults toNODE1) in steps ofNINC(defaults to 1). IfNODE1= ALL (default),NODE2andNINCare ignored and initial conditions for all selected nodes ( nsel ) are listed. IfNODE1= P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may be substituted forNODE1(NODE2andNINCare ignored).- lab
str Label identifying the initial condition to list out:
DISP- Displacements, temperature, etc. (default).VELO- Velocities.ACC- Accelerations.
- node1
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.