ansys.mapdl.core.Mapdl.celist#
- Mapdl.celist(neqn1='', neqn2='', ninc='', option='', **kwargs)#
Lists the constraint equations.
Mechanical APDL Command: CELIST
- Parameters:
- neqn1
str List constraint equations from
NEQN1toNEQN2(defaults toNEQN1) in steps ofNINC(defaults to 1). IfNEQN1= ALL (default),NEQN2andNINCare ignored and all constraint equations are listed.- neqn2
str List constraint equations from
NEQN1toNEQN2(defaults toNEQN1) in steps ofNINC(defaults to 1). IfNEQN1= ALL (default),NEQN2andNINCare ignored and all constraint equations are listed.- ninc
str List constraint equations from
NEQN1toNEQN2(defaults toNEQN1) in steps ofNINC(defaults to 1). IfNEQN1= ALL (default),NEQN2andNINCare ignored and all constraint equations are listed.- option
str Options for listing constraint equations:
ANY- List equation set if any of the selected nodes are in the set (default). Only externally-generated constraint equations are listed.ALL- List equation set only if all of the selected nodes are in the set. Only externally- generated constraint equations are listed.INTE- List internally-generated constraint equations that are associated with MPC-based contact. Constraint equations are listed only if all the nodes in the set are selected.CONV- Convert internal constraint equations to external constraint equations. Internal constraint equations are converted only if all of the nodes in the set are selected.
- neqn1
Notes
This command is valid in any processor. However, the INTE and CONV options are only valid in the Solution processor after a solve command has been issued.