ProductsAbaqus/Standard IntroductionElement end release is used to model hinged connections (hinged in one, two, or three orthogonal directions) at one or both ends of the element. By releasing rotational degrees of freedom, an element end is allowed to rotate freely relative to the node about the chosen degrees of freedom. Any rotational degrees of freedom that are not released are shared with the node. You must be careful not to release a given degree of freedom at a node for all elements that share that node; otherwise, the node has no stiffness for that degree of freedom and Abaqus/Standard issues zero pivot warning messages. Element end release operates on the element local degrees of freedom. See Beam element cross-section orientation for a definition of the local axes (, , t) for beam-type elements. The rotational degrees of freedom affected by the release are the rotation about the local -axis, the rotation about the local -axis, and the rotation about the local t-axis for beams in space. For beams in a plane, only the rotation about the local -axis is active (which coincides with rotations about the negative global z-axis). Equivalent MPCsIf only one rotational degree of freedom is released, the kinematic constraint is equivalent to MPC type REVOLUTE plus MPC type PIN between two nodes. If two rotational degrees of freedom are released, the kinematic constraint is equivalent to MPC type UNIVERSAL plus MPC type PIN. If all rotational degrees of freedom are released, the kinematic constraint is equivalent to MPC type PIN. See General multi-point constraints for details. Identifying the element end involved in the releaseEither element sets or individual elements can be specified for a release definition. Degrees of freedom can be released at the first, second, or first and second ends of an element. The first end of the element, S1, is node 1 on the element as defined by the element connectivity; the second end, S2, is the last node (node 2 or 3, as appropriate) on the element. See Beam element library for a definition of the node ordering for beam elements. Identifying the local rotational degrees of freedom involved in the releaseRotation combination codes rather than degrees of freedom are specified to identify the rotational degrees of freedom involved in the release.
Input File Usage RELEASE element number or element set, element end ID, release combination code For example, to release the rotational degree of freedom about the -axis at the first end of element 10 and all the rotational degrees of freedom at the second end of the element, use the following input: RELEASE 10, S1, M1 10, S2, ALLM Use with transformed coordinate systemsTransformations applied to released nodes (Transformed coordinate systems) have no influence on the release. The release operates on the local degrees of freedom for the element. Reading the data from an alternate input fileThe data for a release definition can be contained in a separate input file. Input File Usage RELEASE, INPUT=file_name If the INPUT parameter is omitted, it is assumed that the data lines follow the keyword line. |