Products: ABAQUS/Standard ABAQUS/Explicit ABAQUS/CAE
A linear multi-point constraint requires that a linear combination of nodal variables is equal to zero; that is, , where is a nodal variable at node P, degree of freedom i; and the are coefficients that define the relative motion of the nodes.
In ABAQUS/Explicit linear constraint equations can be used only to constrain mechanical degrees of freedom.
A linear constraint equation is defined in ABAQUS by specifying:
the number of terms in the equation, N;
the nodes, P, and the degrees of freedom, i, corresponding to the nodal variables ; and
the coefficients, .
Input File Usage: | *EQUATION N P, i, , Q, j, , etc. |
For example, the following input could be used to define the equation constraint above: *EQUATION 3 5, 3, 1.0, 6, 1, -1.0, 1000, 3, 1.0 Either node sets or individual nodes can be specified as input. If node sets are used, corresponding set entries will be matched to each other. If sorted node sets are given as input, you must ensure that the nodes are numbered such that they will match up with each other correctly once sorted. The nodes in an unsorted node set will be used in the order that they are given in defining the set (see Node definition, Section 2.1.1). If the first entry is a single node, subsequent entries must be single nodes. If the first entry is a node set, subsequent entries can be either node sets or single nodes. The latter option is useful if a degree of freedom at each of a set of nodes depends on a degree of freedom of a single node, such as may occur in certain symmetry conditions or in the simulation of a rigid body. |
ABAQUS/CAE Usage: | Interaction module: Create Constraint: Equation |
The nodes must be specified as sets. The first set can contain one or more points. If the first set contains one point, subsequent sets must contain only a single point. If the first set contains more than one point, subsequent sets can contain one or more points. |
In ABAQUS/Standard the first nodal variable specified ( corresponding to ) will be eliminated to impose the constraint (in the above equation constraint, degree of freedom 3 at node 5 will be eliminated); therefore, it should not be used to apply boundary conditions, nor should it be used in any subsequent multi-point constraint, kinematic coupling constraint, tie constraint, or equation constraint (see Kinematic constraints: overview, Section 28.1.1). This restriction does not apply in ABAQUS/Explicit.
In ABAQUS/Standard a linear multi-point constraint cannot be used to connect two rigid bodies at nodes other than the reference nodes, since multi-point constraints use degree-of-freedom elimination and the other nodes on a rigid body do not have independent degrees of freedom. In ABAQUS/Explicit a rigid body reference node or any other node on a rigid body can be used in an equation constraint definition.
If a local coordinate system (Transformed coordinate systems, Section 2.1.5) is defined for any node involved in the equation, the variables at that node appear in the equation in the local system.
If an equation constraint is defined at the part (or part instance) level, the nodal variables are transformed initially according to the positioning data given for each instance of the part (see Defining an assembly, Section 2.9.1).
Note: Equation constraints cannot be defined at the part (or part instance) level in ABAQUS/CAE.
It is sometimes necessary to impose a constraint in the form
For example, assume that node 1000 in the example above is a “dummy” node that appears only in this equation and is not attached to any other part of the model. Defining a boundary condition to constrain degree of freedom 3 at node 1000 to 12.5 would impose the constraint
Linear constraint equations introduce constraint forces at all degrees of freedom appearing in the equations. These forces are considered external, but they are not included in reaction force output. Therefore, the totals provided at the end of the reaction force output tables may reflect an incomplete measure of global equilibrium.
To illustrate this behavior, consider a spring-supported beam subjected to a concentrated load as shown in Figure 28.2.11. The static reaction forces are and . In Figure 28.2.12 the same structure is subjected to the additional linear constraint equation , which constrains the beam to remain horizontal. This introduces constraint forces and , and the new reaction forces are . These reaction forces produce a global force balance in the Y-direction, but since the constraint forces are not included in reaction force output, the global moment balance about point A cannot be verified.
Figure 28.2.12 Beam with linear constraint . Constraint forces and are not included in reaction force output.
The global force balance can also be incomplete. This is demonstrated in Figure 28.2.13, where a pulley connection between nodes A and B is represented by the linear constraint equation . The constraint forces at the pulley, and , are not included in the reaction force output, producing incomplete global force balances in both the X- and Y-directions.
The linear constraint generates constraint forces at all the degrees of freedom involved in the equation. For a given constraint equation these forces are proportional to their respective coefficients. To find the constraint forces, introduce a node Z that is not attached to any element in the model; rewrite the constraint equation as
Sometimes we may wish to impose an equation starting at a certain point in the analysis:
The input for a linear constraint equation can be contained in a separate input file.
Input File Usage: | *EQUATION, INPUT=file_name |
If the INPUT parameter is omitted, it is assumed that the data lines follow the keyword line. |
ABAQUS/CAE Usage: | Interaction module: Create Constraint: Equation: click mouse button 3 while holding the cursor over the data table, and select Read from File |