28.2.2 General multi-point constraints

Products: ABAQUS/Standard  ABAQUS/Explicit  

References

Overview

Multi-point constraints (MPCs):

  • allow constraints to be imposed between different degrees of freedom of the model; and

  • can be quite general (nonlinear and nonhomogeneous).

The most commonly required constraints are available directly by choosing an MPC type and giving the associated data. The available MPC types are described below; MPCs that are available only in ABAQUS/Standard are designated with an (S).

In ABAQUS/Standard the constraints can also be given by user subroutine MPC.

Linear constraints can be given directly by defining a linear constraint equation (see Linear constraint equations, Section 28.2.1).

In ABAQUS/Explicit some multi-point constraints can be modeled more effectively using rigid bodies (see Rigid body definition, Section 2.4.1).

Several MPC types are also available with connector elements (Connector elements, Section 25.1.2). Although the connector elements impose the same kinematic constraint, connectors do not eliminate degrees of freedom.

MPC constraint forces are not available as output quantities. Therefore, to output the forces required to enforce the constraint specified in an MPC, you should use an equivalent connector element. Connector element force, moment, and kinematic output is readily available and is defined in Connector element library, Section 25.1.4.

Identifying the nodes involved in the MPC

For any MPC type, either node sets or individual nodes can be given as input. If the first entry is a node, subsequent entries must be 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.

If node sets are used, corresponding set entries will be constrained 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 correctly when sorted. The nodes in an unsorted node set (see Node definition, Section 2.1.1) will be used in the order that they are given in defining the set.

In ABAQUS/Standard multi-point constraints 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 a multi-point constraint definition.

Input File Usage:           
*MPC

Use with transformed coordinate systems

Local coordinate systems (see Transformed coordinate systems, Section 2.1.5) can be defined for any nodes connected to MPCs. Some special considerations apply for user-defined MPCs, as described in MPC, Section 1.1.13 of the ABAQUS User Subroutines Reference Manual.

Defining multiple multi-point constraints at a point

See Kinematic constraints: overview, Section 28.1.1, for details on how multiple kinematic constraints at a point are treated in ABAQUS/Standard and ABAQUS/Explicit.

In ABAQUS/Standard MPCs are usually imposed by eliminating the degree of freedom at the first node given (the dependent degree of freedom). MPC types BEAM, CYCLSYM, LINK, PIN, REVOLUTE, TIE, and UNIVERSAL are sorted internally by ABAQUS/Standard so that the MPC in which a node is used as a dependent node is the last MPC that uses this node. Therefore, groups of these MPCs can be given in any order. However, even for these MPCs, a node can be used only once as a dependent node. In other cases dependent degrees of freedom should not be used subsequently to impose kinematic constraints; this generally precludes the use of the first node in an MPC definition as an independent node in any subsequent multi-point constraint, equation constraint, kinematic coupling constraint, or tie constraint definition.

Using MPCs in implicit dynamic analysis

In implicit dynamic analysis ABAQUS/Standard enforces MPCs rigorously for the displacements. The velocities and accelerations are derived from the displacements with the relations defined by the Hilber-Hughes-Taylor dynamic integration operator (see Implicit dynamic analysis, Section 2.4.1 of the ABAQUS Theory Manual). For linear MPCs (such as PIN, TIE, and mesh refinement MPCs) and geometrically linear analysis the velocities obtained in this way satisfy the constraint exactly. However, the accelerations satisfy the constraint only approximately. If nonlinear MPCs (such as BEAM, LINK, and SLIDER) are used in geometrically nonlinear analysis, both the velocities and accelerations satisfy the constraint only approximately. In most cases the approximation is quite accurate, but in some cases high frequency oscillations may occur in the accelerations of the nodes involved in the MPC.

Using nonlinear MPCs in geometrically linear ABAQUS/Standard analysis

If a nonlinear MPC is used in a geometrically linear ABAQUS/Standard analysis (see General and linear perturbation procedures, Section 6.1.2), the MPC is linearized. For example, if MPC LINK is used in a geometrically nonlinear ABAQUS/Standard analysis, the distance between the two nodes of the link remains constant. If it is used in a geometrically linear ABAQUS/Standard analysis, the distance between the two nodes is held constant after projection onto the direction of the line between the original positions of the nodes. The difference should be noticeable only if the magnitudes of the rotations and displacements are not small.

Defining MPCs in a user subroutine

In ABAQUS/Standard you can define multi-point constraints in user subroutine MPC.

Constraints defined in user subroutine MPC can only use degrees of freedom that also exist on an element somewhere in the same model. For example, if a model contains no elements with rotational degrees of freedom, user subroutine MPC cannot use degrees of freedom 4, 5, or 6. This limitation can be overcome by adding a suitable element somewhere in the model to introduce the required degrees of freedom. This element can be added so that it does not affect the response of the model.

Constraints defined in the user subroutine are applied to the transformed degrees of freedom. A boundary nonlinearity occurs in ABAQUS/Standard when MPCs are activated/deactivated in a user subroutine.

Input File Usage:           
*MPC, USER

Specifying the version of user subroutine MPC

You must specify whether the user subroutine will be coded in degree of freedom mode or in nodal mode.

Input File Usage:           Use one of the following options:
*MPC, USER, MODE=DOF
*MPC, USER, MODE=NODE

Reading the data from an alternate input file

The input for an MPC definition can be contained in a separate input file.

Input File Usage:           
*MPC, INPUT=file_name

If the INPUT parameter is omitted, it is assumed that the data lines follow the keyword line.

MPCs for mesh refinement

LINEAR This MPC is a standard method for mesh refinement of first-order elements. It applies to all active degrees of freedom at the involved nodes including temperature, pressure, and electrical potential.In ABAQUS/Explicit it might be preferable to use a surface-based tie constraint (see Mesh tie constraints, Section 28.3.1) for mesh refinement, particularly when one or more of the meshes to be constrained involve shell elements with thickness.

QUADRATIC(S) This MPC is a standard method for mesh refinement of second-order elements. It applies to all active degrees of freedom at the involved nodes with the exception of temperature degrees of freedom in coupled temperature-displacement analysis and pressure degrees of freedom in coupled pore pressure analysis. For refinement using second-order pore pressure or coupled-temperature displacement elements, the P LINEAR or T LINEAR MPC must be used in conjunction with this MPC.

BILINEAR(S) This MPC is a standard method for mesh refinement of first-order solid elements in three dimensions. It applies to all active degrees of freedom at the involved nodes including temperature, pressure, and electrical potential.

C BIQUAD(S) This MPC is a standard method for mesh refinement of second-order solid elements in three dimensions. It applies to all active degrees of freedom at the involved nodes with the exception of temperature degrees of freedom in coupled temperature-displacement analysis and pressure degrees of freedom in coupled pore pressure analysis. For refinement using pore pressure or coupled-temperature displacement elements in three dimensions, the P BILINEAR or T BILINEAR MPC must be used in conjunction with this MPC.

P LINEAR(S) This MPC can be used in conjunction with the QUADRATIC MPC for mesh refinement of second-order, fully coupled pore fluid flow-displacement elements. It applies to pressure degrees of freedom only. For acoustic analysis it applies the same constraint as the LINEAR MPC.

T LINEAR(S) This MPC can be used in conjunction with the QUADRATIC MPC for mesh refinement of second-order, fully coupled temperature-displacement elements. It applies to temperature degrees of freedom only. For heat transfer analysis it applies the same constraint as the LINEAR MPC.

P BILINEAR(S) This MPC can be used in conjunction with the C BIQUAD MPC for mesh refinement of pore fluid flow-displacement elements in three dimensions. It applies to pressure degrees of freedom only. For acoustic analysis it applies the same constraint as the BILINEAR MPC.

T BILINEAR(S) This MPC can be used in conjunction with the C BIQUAD MPC for mesh refinement of fully coupled temperature-displacement elements in three dimensions. It applies to temperature degrees of freedom only. For heat transfer analysis it applies the same constraint as the BILINEAR MPC.

Using mesh refinement MPCs with shell or beam elements

The ABAQUS/Standard shell elements S4R5, S8R5, S9R5, and STRI65 use a penalty method to enforce transverse shear constraints on the edges of the element. The use of mesh refinement MPCs LINEAR and QUADRATIC may, therefore, lead to overconstraining or “shear locking” of the bending behavior. Graded meshes, using the triangular elements as necessary to create a transition zone, are recommended for mesh refinement with these elements.

The shear flexible beam elements in ABAQUS/Standard such as B31 or B32 will also “lock” if used as stiffeners along a mesh line where the mesh refinement MPCs are used.

For shell elements in ABAQUS/Explicit the rotational degrees of freedom are not constrained by the LINEAR MPC; therefore, a hinge is formed along the line defined by the constrained nodes.

Using MPC type LINEAR

MPC type LINEAR is a standard method for mesh refinement of first-order elements. However, in ABAQUS/Explicit it might be preferable to use a surface-based tie constraint (see Mesh tie constraints, Section 28.3.1) for mesh refinement, particularly when one or more of the meshes to be constrained involve shell elements with thickness.

This MPC constrains each degree of freedom at node p to be interpolated linearly from the corresponding degrees of freedom at nodes a and b (see Figure 28.2.2–1).

Figure 28.2.2–1 LINEAR type MPC.

Input data

Give the nodes p, a, and b as shown in Figure 28.2.2–1.

Input File Usage:           
*MPC
LINEAR, p, a, b

Using MPC type QUADRATIC

MPC type QUADRATIC is a standard method for mesh refinement of second-order elements. This MPC type is available only in ABAQUS/Standard.

This MPC constrains each degree of freedom at node p (where p is either or ) to be interpolated quadratically from the corresponding degrees of freedom at nodes a, b, and c (Figure 28.2.2–2). For coupled temperature-displacement or pore pressure elements, only the displacement degrees of freedom are constrained.

Figure 28.2.2–2 QUADRATIC type MPC.

Input data

Give the nodes p, a, b, and c as shown in Figure 28.2.2–2, where p is either or .

Input File Usage:           
*MPC
QUADRATIC, p, a, b, c

Using MPC type BILINEAR

MPC type BILINEAR is a standard method for mesh refinement of first-order solid elements in three dimensions. This MPC type is available only in ABAQUS/Standard.

This MPC constrains each degree of freedom at node p to be interpolated bilinearly from the corresponding degrees of freedom at nodes a, b, c, and d (Figure 28.2.2–3).

Figure 28.2.2–3 BILINEAR type MPC.

Input data

Give the nodes p, a, b, c, and d as shown in Figure 28.2.2–3.

Input File Usage:           
*MPC
BILINEAR, p, a, b, c, d

Using MPC type C BIQUAD

MPC type C BIQUAD is a standard method for mesh refinement of second-order solid elements in three dimensions. This MPC type is available only in ABAQUS/Standard.

This MPC constrains each degree of freedom at node p to be interpolated by a constrained biquadratic from the corresponding degrees of freedom at the eight nodes a, b, c, d, e, f, g, and h (Figure 28.2.2–4). For coupled temperature-displacement or pore pressure elements, only the displacement degrees of freedom are constrained.

Figure 28.2.2–4 C BIQUAD type MPC.

Input data

Give the nodes p, a, b, c, d, e, f, g, and h as shown in Figure 28.2.2–4.

Input File Usage:           
*MPC
C BIQUAD, p, a, b, c, d, e, f, g, h

Using MPC types P LINEAR and T LINEAR

The P LINEAR MPC can be used in conjunction with the QUADRATIC MPC for mesh refinement of second-order, fully coupled pore fluid flow-displacement elements.

The T LINEAR MPC can be used in conjunction with the QUADRATIC MPC for mesh refinement of second-order, fully coupled temperature-displacement elements.

These MPC types are available only in ABAQUS/Standard.

These MPCs constrain the pore pressure (P LINEAR) or temperature (T LINEAR) degree of freedom at node p to be interpolated linearly from the degrees of freedom at nodes a and b (Figure 28.2.2–5).

Figure 28.2.2–5 P LINEAR and T LINEAR MPCs.

Input data

Give the nodes p, a, and b as shown in Figure 28.2.2–5.

Input File Usage:           Use the following option to define a P LINEAR MPC:
*MPC
P LINEAR, p, a, b

Use the following option to define a T LINEAR MPC:

*MPC
T LINEAR, p, a, b

Using MPC types P BILINEAR and T BILINEAR

The P BILINEAR MPC can be used in conjunction with the C BIQUAD MPC for mesh refinement of pore fluid flow-displacement elements in three dimensions.

The T BILINEAR MPC can be used in conjunction with the C BIQUAD MPC for mesh refinement of fully coupled temperature-displacement elements in three dimensions.

These MPC types are available only in ABAQUS/Standard.

These MPCs constrain the pore pressure (P LINEAR) or temperature (T LINEAR) at node p to be interpolated bilinearly from the pore pressure or temperature at nodes a, b, c, and d (Figure 28.2.2–6).

Figure 28.2.2–6 P BILINEAR and T BILINEAR MPCs.

Input data

Give the nodes p, a, b, c, and d as shown in Figure 28.2.2–6.

Input File Usage:           Use the following option to define a P BILINEAR MPC:
*MPC
P BILINEAR, p, a, b, c, d

Use the following option to define a T BILINEAR MPC:

*MPC
T BILINEAR, p, a, b, c, d

MPCs for connections and joints

BEAM Provide a rigid beam between two nodes to constrain the displacement and rotation at the first node to the displacement and rotation at the second node, corresponding to the presence of a rigid beam between the two nodes.

CYCLSYM(S) Constrain nodes to impose cyclic symmetry in a model.

ELBOW(S) Constrain two nodes of ELBOW31 or ELBOW32 elements together, where the cross-sectional direction, , changes (see Pipes and pipebends with deforming cross-sections: elbow elements, Section 23.5.1).

LINK Provide a pinned rigid link between two nodes to keep the distance between the two nodes constant. The displacements of the first node are modified to enforce this constraint. The rotations at the nodes, if they exist, are not involved in this constraint.

PIN Provide a pinned joint between two nodes. This MPC makes the displacements equal but leaves the rotations, if they exist, independent of each other.

REVOLUTE(S) Provide a revolute joint.

SLIDER Keep a node on a straight line defined by two other nodes, but allow the possibility of moving along the line and allow the line to change length.

TIE Make all active degrees of freedom equal at two nodes.

UNIVERSAL(S) Provide a universal joint.

V LOCAL(S) Allow the velocity at the constrained node to be expressed in terms of velocity components at the third node defined in a local, body axis system. These local velocity components can be constrained, thus providing prescribed velocity boundary conditions in a rotating, body axis system.

See Connectors: overview, Section 25.1.1, for element-based versions of several of these MPCs for connections and joints.

Using MPC type BEAM

MPC type BEAM provides a rigid beam between two nodes to constrain the displacement and rotation at the first node to the displacement and rotation at the second node, corresponding to the presence of a rigid beam between the two nodes.

Figure 28.2.2–7 BEAM type MPC.

Input data

Give the nodes a and b as shown in Figure 28.2.2–7.

Input File Usage:           
*MPC
BEAM, a, b

Constraining a beam stiffener to a shell

The general method of using a beam as a stiffener on a shell is to define the beam and shell elements with separate nodes. These nodes can then be constrained to each other using BEAM type MPCs.

A more economical way, when applicable, is to use the same node for the beam node and the shell node and then define the offset of the center of the cross-section of the beam in the beam section data. Figure 28.2.2–8 shows a T-shaped stiffener attached to a shell, using the I-beam cross-section. This is done by setting l (see Beam cross-section library, Section 23.3.9) equal to the distance between the node and the underside of the lower flange and setting the thickness of the top flange to zero. This approach can be used with all beam elements that use TRAPEZOID, I, or ARBITRARY beam sections.

Figure 28.2.2–8 Stiffened shell.

Using MPC type CYCLSYM

MPC type CYCLSYM is used to enforce proper constraints on the radial faces bounding a segment of a cyclic symmetric structure (see Figure 28.2.2–9). This MPC type is available only in ABAQUS/Standard.

MPC type CYCLSYM imposes the cyclic symmetry by equating radial, circumferential, and axial displacement components (and rotations, if active) at the two nodes (a and b). The symmetry axis can be defined by the original coordinates of two additional nodes (c and d) that do not need to be connected to any element in the structure. Scalar degrees of freedom (such as temperature) are made equal.

Figure 28.2.2–9 MPC type CYCLSYM.

Input data

Give the nodes a, b, and (optionally) node c and/or d that define the axis of symmetry as shown in Figure 28.2.2–9. Node set names can be used instead of the nodes a and b. If neither c nor d is given, the global z-axis is taken to be the axis of cyclic symmetry. If only node c is given, the symmetry axis passes through c and is parallel to the global z-axis. Thus, node d is not needed in two-dimensional cases.

Input File Usage:           
*MPC
CYCLSYM, a, b, c, d

Using MPC type ELBOW

MPC type ELBOW constrains two nodes of ELBOW31 or ELBOW32 elements together, where the cross-sectional direction, , changes (see Pipes and pipebends with deforming cross-sections: elbow elements, Section 23.5.1). This MPC type is available only in ABAQUS/Standard.

Figure 28.2.2–10 ELBOW type MPC.

Input data

Give the nodes a and b as shown in Figure 28.2.2–10.

Input File Usage:           
*MPC
ELBOW, a, b

Using MPC type LINK

MPC type LINK provides a pinned rigid link between two nodes to keep the distance between the nodes constant, as shown in Figure 28.2.2–11. The displacements of the first node are modified to enforce this constraint. The rotations at the nodes, if they exist, are not involved in this constraint.

Figure 28.2.2–11 MPC type LINK.

Input data

Give the nodes a and b as shown in Figure 28.2.2–11.

Input File Usage:           
*MPC
LINK, a, b

Using MPC type PIN

MPC type PIN provides a pinned joint between two nodes. This MPC makes the global displacements equal but leaves the rotations, if they exist, independent of each other, as shown in Figure 28.2.2–12.

Figure 28.2.2–12 MPC type PIN.

Input data

Give the nodes a and b as shown in Figure 28.2.2–12.

Input File Usage:           
*MPC
PIN, a, b

Using MPC type REVOLUTE

This MPC type is available only in ABAQUS/Standard.

A revolute joint is a joint in which relative rotation is allowed between two nodes about an axis that rotates during the motion (see Figure 28.2.2–13). The axis of the joint is defined in the initial configuration as the line from node b to node c. If these nodes are coincident, the axis is assumed to be the global z-axis. The rotation of the joint axis is that of node b.

The relative rotation in the joint is a single variable and is stored as degree of freedom 6 at node c. This degree of freedom can be used with other members in the model, but caution should be used because of the nonstandard use of degree of freedom 6. For example, a SPRING1 element (a spring to ground) might be attached to this degree of freedom. Since the degree of freedom measures a relative rotation, this spring would then be a torsional spring between nodes a and b.

The displacements at node a are not constrained by the REVOLUTE MPC to be the same as the displacements at node b. Thus, the joint definition must usually be completed either by using a PIN type MPC between nodes a and b or by using suitable stiffness members between these two nodes.

An example of a revolute joint and application of the REVOLUTE MPC is provided in Revolute MPC verification: rotation of a crank, Section 1.3.8 of the ABAQUS Benchmarks Manual. See Revolute joint, Section 6.6.3 of the ABAQUS Theory Manual, for more details on revolute joints.

Figure 28.2.2–13 Revolute joint.

Input data

Give the nodes a, b, and c as shown in Figure 28.2.2–13. Degree of freedom 6 at node c defines the relative rotation between nodes a and b; therefore, this degree of freedom does not obey the standard convention for degrees of freedom in ABAQUS.

Input File Usage:           
*MPC
REVOLUTE, a, b, c

Using MPC type SLIDER

MPC type SLIDER keeps a node on a straight line defined by two other nodes but allows the possibility of moving along the line and allows the line to change length.

When transitioning from multiple layers of solid elements to shells, it is often desirable to constrain the nodes on the free edge of the solid elements to remain in a straight line. (This constraint is consistent with shell theory.) The SLIDER MPC can perform this function without restraining the “thinning” behavior of the solid layers. The SS LINEAR MPC is then used to attach the shell element to this edge.

In ABAQUS/Standard when a SLIDER MPC is used with one of the shell-solid MPCs—SS LINEAR, SS BILINEAR, or SSF BILINEAR—it must be given following the shell-solid MPCs.

Input data

For each node p shown in Figure 28.2.2–14 and Figure 28.2.2–15, give the nodes p, a, and b for each line of nodes that should remain straight. For each node q shown in Figure 28.2.2–14, give the nodes q, c, and d, and so on for each line of nodes that should remain straight.

Input File Usage:           
*MPC
SLIDER, p, a, b 
SLIDER, q, c, d

Figure 28.2.2–14 SLIDER type MPC used at a shell-solid intersection.

Figure 28.2.2–15 SLIDER type MPC used to model a telescoping beam.

Using MPC type TIE

MPC type TIE makes the global displacements and rotations as well as all other active degrees of freedom equal at two nodes. If there are different degrees of freedom active at the two nodes, only those in common will be constrained.

MPC type TIE is usually used to join two parts of a mesh when corresponding nodes on the two parts are to be fully connected (“zipping up” a mesh). For example, when a mesh is generated on a cylindrical body, the solution at the nodes at 0° and those at 360° must be the same. This can be done either by renumbering the nodes on one of the mesh extremes or by using this MPC for each pair of corresponding nodes, as shown in Figure 28.2.2–16.

Figure 28.2.2–16 Example of use of TIE MPC.

Input data

Give the nodes a and b as shown in Figure 28.2.2–16.

Input File Usage:           
*MPC
TIE, a, b

Using MPC type UNIVERSAL

This MPC type is available only in ABAQUS/Standard.

A universal joint is a joint in which relative rotation is allowed between two nodes, about two axes that are connected rigidly, and each of which rotates with the rotation of one end of the joint (see Figure 28.2.2–17). Such a joint might be used to couple two shafts that have an angular misalignment. The first axis of the joint, which is attached to node b, is defined in the initial configuration as the line from node b to node c. If these nodes are coincident, the axis is assumed to be the global z-axis. The second axis of the joint is at right angles to the first axis and is in the plane defined by the first axis and node d.

The relative rotations in the joint are stored as degree of freedom 6 at the nodes c and d. These degrees of freedom can be used with other members in the model, but caution should be used because of the nonstandard use of degree of freedom 6. For example, a SPRING1 element (a spring to ground) might be attached to one of these degrees of freedom. Since the degree of freedom measures a relative rotation, this spring would then be a torsional spring, restraining that component of relative rotation.

The displacements at node a are not constrained by the UNIVERSAL MPC to be the same as the displacements at node b. Thus, the joint definition must usually be completed either by using a PIN type MPC between nodes a and b or by using suitable stiffness members between these two nodes.

See Universal joint, Section 6.6.4 of the ABAQUS Theory Manual, for more details on universal joints.

Figure 28.2.2–17 Universal joint.

Input data

Give the nodes a, b, c, and d as shown in Figure 28.2.2–17. Degrees of freedom 6 at nodes c and d define the relative rotation in the joint; therefore, these degrees of freedom do not obey the standard convention for degrees of freedom in ABAQUS.

Input File Usage:           
*MPC
UNIVERSAL, a, b, c, d

Using MPC type V LOCAL

This MPC type is available only in ABAQUS/Standard.

As shown in Figure 28.2.2–18, MPC type V LOCAL constrains the velocity components associated with degrees of freedom 1, 2, and 3 at a first node (a) to be equal to the velocity components at a third node (c) along local, rotating directions. These local directions rotate according to the rotation at a second node (b). In the initial configuration the first local direction is from the second to the third node of the MPC (from b to c, as indicated by the arrows in Figure 28.2.2–18), or it is the global z-axis if these nodes coincide. The other local directions are then defined by the standard ABAQUS convention for such directions (see Conventions, Section 1.2.2). In Figure 28.2.2–18 this MPC is applied to nodes d, e, and f in the same manner.

MPC type V LOCAL can be useful for defining a complex motion within a model. For example, the MPC can be used to model the steering of an automobile in a dynamic analysis for which the resulting inertial effects are of interest. See Local velocity constraint, Section 6.6.5 of the ABAQUS Theory Manual, for more details on the local velocity constraint.

Figure 28.2.2–18 Local velocity constraint.

Input data

Give the node whose velocity components are constrained (node a or d in Figure 28.2.2–18), the node whose rotation defines the rotation of the local directions (node b or e in Figure 28.2.2–18), and the node whose velocity components are in these local directions (node c or f in Figure 28.2.2–18). Nodes a and b (or d and e) can be the same.

Input File Usage:           
*MPC
V LOCAL, a, b, c 
V LOCAL, d, e, f

MPCs for transitions

SS LINEAR Constrain a shell node to a solid node line for linear elements (S4, S4R, S4R5, C3D8, C3D8R, SAX1, CAX4, etc.).

SS BILINEAR(S) Constrain a shell node to a solid node line for edge lines on quadratic elements (S8R, S8R5, C3D20, C3D20R, SAX2, CAX8, etc.).

SSF BILINEAR(S) Constrain a midside node of a quadratic shell element (S8R, S8R5) to midface lines on 20-node bricks (C3D20, C3D20R, etc.).

Modeling a shell-to-solid element transition

The SLIDER, SS LINEAR, SS BILINEAR, and SSF BILINEAR MPCs allow for a transition from shell element modeling to solid element modeling on a shell surface. This modeling technique can be used to obtain solutions at shell-solid intersections or other discontinuities, where the local modeling should use full three-dimensional theory but the other parts of the structure can be modeled as shells. The shell-to-solid submodeling capability (Submodeling, Section 10.2.1) and the surface-based shell-to-solid coupling constraint (Shell-to-solid coupling, Section 28.3.3) can also be used to obtain more accurate solutions in such cases, with considerably less modeling effort.

In ABAQUS/Standard the MPC usage assumes that the interface between the shell and solid elements is a surface containing the normals to the shell along the line of intersection of the meshes, so that the lines of nodes on the solid mesh side of the interface in the normal direction to the surface are straight lines. (Line a, , , …, b in Figure 28.2.2–14 and lines , , …, in Figure 28.2.2–19 to Figure 28.2.2–20 should be straight lines.) It also assumes that the nodes of the solid elements are spaced uniformly on the interface surface as indicated in Figure 28.2.2–14 and Figure 28.2.2–19 to Figure 28.2.2–20. For each shell node on the edge use MPC type SS LINEAR, SS BILINEAR, or SSF BILINEAR, as appropriate, to constrain the shell node to the corresponding line or face of solid element nodes through the thickness. Then, use a SLIDER MPC to constrain each interior node on the line through the thickness to remain on the straight line defined by the bottom and top nodes of that line. For an example, see *MPC, Section 5.1.15 of the ABAQUS Verification Manual.

The SS BILINEAR and SSF BILINEAR MPCs are not intended for use with the variable node solid elements (C3D27, C3D27H, C3D27R, and C3D27RH).

In ABAQUS/Standard MPCs SS LINEAR, SS BILINEAR, and SSF BILINEAR eliminate all displacement components and two of the rotation components at the shell node, and the SLIDER MPC eliminates two displacement components at each interior solid element node in the interface. Therefore, any boundary conditions needed at the interface (such as those required when the shell/solid interface intersects a symmetry plane) should be applied only to the top and bottom nodes on the solid element side of the interface.

Using MPC type SS LINEAR

MPC type SS LINEAR constrains a shell corner node to a line of edge nodes on solid elements for linear elements (S4, S4R, or S4R5; C3D8, C3D8R; SAX1; CAX4; etc.).

The constrained nodes need not lie exactly on these lines, but it is suggested that they be in close proximity to the lines for meaningful results.

Figure 28.2.2–19 SS LINEAR type MPC. 4-node shells to 8-node bricks.

Input data

Give the shell node, S, then the list of nodes along the corresponding line through the thickness in the solid element mesh. In ABAQUS/Explicit only two solid nodes can be given. Referring to Figure 28.2.2–19, in ABAQUS/Standard give S, , , …, , and in ABAQUS/Explicit give S, , , where . The shell node number must be different from the solid mesh node numbers.

Input File Usage:           In ABAQUS/Standard use the following option:
*MPC
 SS LINEAR, S, , , …, 

In ABAQUS/Explicit use the following option:

*MPC
 SS LINEAR, S, , 

Using MPC type SS BILINEAR

MPC type SS BILINEAR constrains a corner node of a quadratic shell element (S8R, S8R5) to a line of edge nodes on 20-node bricks. This MPC type is available only in ABAQUS/Standard.

The constrained node need not lie exactly on the line, but it is suggested that it be in close proximity to the line for meaningful results.

Figure 28.2.2–20 SS BILINEAR type MPC. Corner of 8-node shell to edge of 20-node bricks.

Input data

Give the shell node, S, then the list of nodes along the corresponding line through the thickness in the solid element mesh. Referring to Figure 28.2.2–20, give S, , ,…, . The shell node number must be different from the solid mesh node numbers.

Input File Usage:           
*MPC
SS BILINEAR, S, , , …, 

Using MPC type SSF BILINEAR

MPC type SSF BILINEAR constrains a midside node on a quadratic shell element (S8R, S8R5) to a line of midface nodes on solid 20-node bricks. This MPC type is available only in ABAQUS/Standard.

The constrained node need not lie exactly on the line, but it is suggested that it be in close proximity to the line for meaningful results.

Figure 28.2.2–21 SSF BILINEAR type MPC. Midside of 8-node shell to surface of 20-node bricks.

Input data

Give the shell node, S, then the list of nodes on the solid face, in the order , ,…, as shown in Figure 28.2.2–21.

Input File Usage:           
*MPC
SSF BILINEAR, S, , , …,