CERIG
CERIG,
    INDEPEND, DEPEND,
    Ldof, Ldof2,
    Ldof3, Ldof4,
    Ldof5
Defines a rigid region.
- INDEPEND
- Retained (or independent) node for this rigid region. If - INDEPEND= P, then graphical picking of the independent and dependent nodes is enabled (first node picked will be the independent node, and subsequent nodes picked will be dependent nodes), and subsequent fields are ignored (valid only in GUI).
- DEPEND
- Removed (or dependent) node for this rigid region. If ALL, dependent nodes are all selected nodes. 
- Ldof
- Degrees of freedom associated with equations: - ALL - — - All applicable degrees of freedom (default). If 3D, generate 6 equations based on UX, UY, UZ, ROTX, ROTY, ROTZ; if 2D, generate 3 equations based on UX, UY, ROTZ. - UXYZ - — - Translational degrees of freedom. If 3D, generate 3 equations based on the dependent nodes' UX, UY, and UZ DOFs and the independent node's UX, UY, UZ, ROTX, ROTY, and ROTZ DOFs. If 2D, generate 2 equations based on the dependent nodes UX and UY DOFs and the independent nodes UX, UY, and ROTZ DOFs. No equations are generated for the rotational coupling. - RXYZ - — - Rotational degrees of freedom. If 3D, generate 3 equations based on ROTX, ROTY, ROTZ; if 2D, generate 1 equation based on ROTZ. No equations are generated for the translational coupling. - UX - — - Dependent translational UX degree of freedom only. - UY - — - Dependent translational UY degree of freedom only. - UZ - — - Dependent translational UZ degree of freedom only. - ROTX - — - Dependent rotational ROTX degree of freedom only. - ROTY - — - Dependent rotational ROTY degree of freedom only. - ROTZ - — - Dependent rotational ROTZ degree of freedom only. 
- Ldof2,- Ldof3,- Ldof4,- Ldof5
- Additional degrees of freedom. Used only if more than one degree of freedom are required and - Ldofis not ALL, UXYZ, or RXYZ.
Notes
Defines a rigid region (link, area or volume) by automatically generating constraint equations
      to relate nodes in the region. Nodes in the rigid region must be assigned a geometric location
      before this command is used. Also, nodes must be connected to elements having the required
      degree of freedom set (see Ldof above). Generated constraint
      equations are based on small deflection theory. Generated constraint equations are numbered
      beginning from the highest previously defined equation number
      (NEQN) plus 1. Equations, once generated, may be listed
      (CELIST) or modified (CE) as desired. Repeat the
      CERIG command for additional rigid region equations.
This command generates the constraint equations needed for defining rigid lines in 2D or 3D
   space. Multiple rigid lines relative to a common point are used to define a rigid area or a rigid
   volume. In 2D space, with Ldof = ALL, three equations are generated
   for each pair of constrained nodes. These equations define the three rigid body motions in global
   Cartesian space, that is, two in-plane translations and one in-plane rotation. These equations
   assume the X-Y plane to be the active plane with UX, UY, and ROTZ degrees of freedom available at
   each node. Other types of equations can be generated with the appropriate
    Ldof labels.
Six equations are generated for each pair of constrained nodes
in 3D space (with Ldof = ALL).  These
equations define the six rigid body motions in global Cartesian space.
 These equations assume that UX, UY, UZ, ROTX, ROTY, and ROTZ degrees
of freedom are available at each node.
The UXYZ label allows generating a partial set of rigid region equations. This option is useful for transmitting the bending moment between elements having different degrees of freedom at a node. With this option only two of the three equations are generated for each pair of constrained nodes in 2D space. In 3D space, only three of the six equations are generated. In each case the rotational coupling equations are not generated. Similarly, the RXYZ label allows generating a partial set of equations with the translational coupling equations omitted.
Applying this command to a large number of dependent nodes may result in constraint equations with a large number of coefficients. This may significantly increase the peak memory required during the process of element assembly. If real memory or virtual memory is not available, consider reducing the number of dependent nodes.
Note that under certain circumstances the constraint equations generated by CERIG may be modified during the solution. See Program Modification of Constraint Equations for more information.
CERIG is restricted to small-deflection analysis (large-deflection is not supported). As an alternative to the CERIG command, you can define a similar type of rigid region using contact elements and the internal multipoint constraint (MPC) algorithm. See Surface-Based Constraints for more information.
CERIG cannot be deleted using CEDELE,ALL and then regenerated in the second or higher load steps if the LSWRITE and LSSOLVE procedure is used. CERIG writes constraint equations directly into load step files. Deleting constraint equations (CEDELE,ALL) cannot always maintain the consistency among load steps.