Elastic-Plastic Joint Elements
Abaqus/Standard provides JOINT2D and JOINT3D elements for modeling a joint between structural members or between a structural member and a fixed support. They can be used in an Abaqus/Aqua analysis to model the interaction between a “spud can” and the sea floor for jack-up foundation analysis in offshore applications.
The joint has two nodes. One of these nodes should be constrained fully (by using a boundary condition) if the joint is between a structural member and a fixed support.
Kinematics and Local Coordinate System
The deformation of the joint is characterized by joint “strains,” which are relative displacements and rotations between the nodes of the joint. The joint must be associated with a user-defined local orientation system (see Orientations) that is defined by three orthonormal directions: e1, e2, and e3.
The joint, when strained by relative extension or rotation of the two nodes, responds by applying equal and opposite forces and/or moments to the nodes. These forces and moments, or joint “stresses,” can be a linear (elastic) or nonlinear (elastic-plastic) function of the “strains,” depending on the type of constitutive model used in the joint.
The stresses and strains are named as shown in Figure 1. Positive stress indicates tension; positive strain indicates extension.

Even when geometrically nonlinear analysis is requested (Geometric Nonlinearity), the element kinematics are defined with the assumption of small relative displacements and small rotations; therefore, these elements should not be used when these assumptions are violated. If large rotations are required and there is no plasticity, JOINTC elements can be used (see Flexible Joint Element).
The “extensional” strains are defined through
and the “bending” strains through
where
are the relative displacements and rotations of the two nodes of the joint, respectively.
For two-dimensional elements only the axial strains , , and the bending strain exist. For three-dimensional elements all six components exist.
Input File Usage
Use the following option to associate a local orientation system with an elastic-plastic joint element:
EPJOINT, ORIENTATION=name
Joint Constitutive Models
The elastic moduli for joint elasticity can be entered in one of two ways. You can specify a general, anisotropic relation between the forces/moments and elastic extensions. Alternatively, you can enter moduli specific for a spud can; the elastic stiffness matrix is diagonal and depends on the diameter of the spud can at the soil surface, D, which can vary if spud can plasticity is defined and the spud can is conical. See Joint Elasticity Models below for details.
Three joint plasticity models are provided. Two are specific to spud cans. The third is a parabolic model for structural joints or members. See Joint Plasticity below for details.
If plasticity is included, the plastic straining is assumed to occur in the local 1–2 plane so that the only nonzero plastic strains are , , and . It is assumed that plasticity in the 3-direction can be neglected. In a three-dimensional model strains out of the 1–2 plane produce purely elastic response.
If the parabolic plasticity model for structural joints or members is used, the 1-direction is the axial direction along the members, while the 2-direction is the transverse direction (see Figure 1). In the spud can plasticity models the 1-direction is the vertical direction, and the 2-direction is the horizontal direction in which plastic extension can take place. In three-dimensional models the 3-direction is the horizontal direction in which only elastic extension can take place.
Any combination of elastic and plastic models can be used. For example, usually spud can elastic moduli will be used with spud can plasticity, but the use of general moduli with spud can plasticity is allowed.
If plasticity is used in a three-dimensional model, coupling is not allowed through the elastic modulus between the strains or stresses in the 1–2 plane (, ) and the remaining, out-of-plane, strains (, ). Thus, in this case many of the general elastic moduli must be set to zero.
Input File Usage
Use one or both of the following options immediately after the related EPJOINT option to define the joint constitutive model:
JOINT ELASTICITY JOINT PLASTICITY
Orientation
Care must be taken in defining the local directions and node numbering so that the motion of node 2 relative to node 1 in the positive 1-direction of the local axis corresponds to extension. Incorrect specification of the local directions or element node numbering can produce incorrect results in plastic analysis because compression will be interpreted as extension.
If one of the nodes must be fixed to represent the ground, it is most convenient to let this node be the first node of the element; extension is then represented by the motion of node 2 of the element in the positive local 1-direction. If a spud can is being modeled in this way, the local 1-direction should be the outward normal to the ocean floor. For a two-dimensional analysis that uses Abaqus/Aqua structural loads, this direction must be the global y-direction.
For a three-dimensional analysis that uses Abaqus/Aqua structural loads, the local 1-direction should point in the global z-direction. If plasticity is being used, the local 2-direction should be set so that the 1–2 plane is the plane of greatest deformation.
Input File Usage
Use the following orientation definition to model a spud can with the first node fixed:
ORIENTATION, NAME=name, TYPE=RECTANGULAR 0, 1, 0, −1, 0, 0
Use the following orientation definition for a three-dimensional Abaqus/Aqua analysis with plasticity:
ORIENTATION, NAME=name, TYPE=RECTANGULAR 0, 0, 1, x, y, 0
where (x, y, 0) defines the local 2-direction.