Products: Abaqus/Standard Abaqus/Explicit Abaqus/CAE
Connector behavior:
can be defined for connection types with available components of relative motion;
can incorporate simple spring, dashpot, and node-to-node contact as particular applications;
may include linear or nonlinear force versus displacement and force versus velocity behavior for the unconstrained relative motion components;
can include uncoupled or coupled behavior specifications;
can allow frictional force in an unconstrained component of relative motion to be generated by any force or moment in the connection;
can allow for plasticity definitions for individual components or coupled plasticity definitions using user-defined yield functions;
can be used to specify sophisticated damage mechanisms with various damage evolution laws;
can provide user-defined locking criteria to lock in the current position all relative motion in the connector element or a single unconstrained component of relative motion;
can be used to specify failure of the connector element; and
can be used to specify complex uniaxial models by specifying the loading and unloading behavior in an available component of relative motion.
You can assign the name of a connector behavior to particular connector elements.
Input File Usage: | Use the following options to define the connector behavior: |
*CONNECTOR SECTION, ELSET=name, BEHAVIOR=behavior name *CONNECTOR BEHAVIOR, NAME=behavior name |
Abaqus/CAE Usage: | Interaction module: |
Connector behaviors allow for modeling of the following types of effects:
spring-like elastic behavior;
rigid-like elastic behavior;
dashpot-like (damping) behavior;
friction;
plasticity;
damage;
stops;
locks;
failure; and
uniaxial behavior.
uncoupled: the behavior is specified separately in individual available components of relative motion;
coupled: all or several of the available components of relative motion are used simultaneously in a coupled manner to define the behavior; or
combined: a combination of both uncoupled and coupled definitions are used simultaneously.
A conceptual model illustrating how connector behaviors interact with each other is shown in Figure 31.2.1–1. Most behaviors (elasticity, damping, stops, locks, friction) act in parallel. Plasticity models are always defined in conjunction with spring-like or rigid-like elasticity definitions. Degradation due to damage can be specified either for the elastic-plastic or rigid-plastic response alone or for the entire kinetic response in the connector. The failure behavior will apply to the entire connector response.
Multiple definitions for the same behavior type are permitted. For example, if connector elasticity (or damping) is defined several times in an uncoupled fashion for the same available component of relative motion, in a coupled fashion, or in both fashions, the spring-like (or dashpot-like) responses are added together. Multiple definitions of friction, plasticity, and damage behaviors are permitted as long as the rules outlined in the corresponding behavior sections are followed. Multiple uncoupled stop and lock definitions for the same component are permitted, but only one will be enforced at a time.
In many cases connector behavior is specified in an uncoupled manner in individual available components of relative motion. Coupled behavior can be defined for all or some of the available components of relative motion in a connector.
For coupled plasticity, damage, and, in certain situations, friction behavior, additional functions describing the nature of the coupling effects must be defined (see “Connector functions for coupled behavior,” Section 31.2.4). These functions do not define a behavior by themselves but are used as tools for building a desired behavior. For example, these functions may be used to define:
sophisticated yield functions in the connector force space for coupled plasticity behavior;
friction-generating contact forces for friction behavior; or
force or relative motion magnitude measures needed for damage behavior specifications.
Input File Usage: | Use the following input to define uncoupled behavior: |
*CONNECTOR BEHAVIOR OPTION, COMPONENT=n Use the following input to define coupled behavior: *CONNECTOR BEHAVIOR OPTION |
Abaqus/CAE Usage: | Interaction module: connector section editor: Add |
In all nonlinear uncoupled connector kinetic behaviors the independent variable is the connector available component in the direction for which the response is defined. When modeling the following connector behaviors, the properties can also depend on relative positions or constitutive displacements/rotations in several component directions:
connector elasticity,
connector damping,
connector derived components, and
connector friction.
Input File Usage: | Use the following option to specify that the connector behavior properties are dependent on components of relative position included in the behavior definition: |
*CONNECTOR BEHAVIOR OPTION, INDEPENDENT COMPONENTS=POSITION (default) Use the following option to specify that the connector behavior properties are dependent on components of constitutive relative displacements or rotations included in the behavior definition: *CONNECTOR BEHAVIOR OPTION, INDEPENDENT COMPONENTS=CONSTITUTIVE MOTION In either case the first data line identifies the independent component numbers to be used in determining the dependencies, and the additional data for the connector behavior definition begin on the second data line. |
Abaqus/CAE Usage: | For elasticity or damping behavior, use the following input to specify that connector behavior properties are dependent on relative position or constitutive relative displacements/rotations: |
Interaction module: connector section editor: Add For connector derived components, use the following input to specify that connector behavior properties are dependent on relative position or constitutive relative displacements/rotations: Interaction module: connector section editor:
Add For friction behavior specifying internal contact forces, use the following input to specify that connector behavior properties are dependent on relative position or constitutive relative displacements/rotations: Interaction module: connector section editor: Add |
In many connector behavior definitions, material-like behavior has a reference position where the force or moment is zero, which is different from the initial position. This is the case, for example, in a spring that has nonzero force or moment in the initial configuration. In these situations the most convenient way to define the connector behavior is relative to the nominal or reference geometry where the forces or moments vanish.
You can define the translational or angular positions at which constitutive forces and moments are zero by specifying up to six reference values (one per component of relative motion): three lengths and three angles (in degrees). The reference lengths and angles affect only spring-like elastic connector behavior and, if the friction-generating contact force (moment) is a function of the relative displacement (rotation), connector friction behavior. By default, the reference lengths and angles are the length and angle values determined from the initial geometry. See “Connection-type library,” Section 31.1.5, for the meaning of the reference lengths and angles for each connection type.
Input File Usage: | *CONNECTOR CONSTITUTIVE REFERENCE length 1, length 2, length 3, angle 1, angle 2, angle 3 |
Abaqus/CAE Usage: | Interaction module: connector section editor: Add |
In many cases connectors are precompressed or preextended when installed in assemblies. In such cases the connector force is nonzero in the initial configuration. While nonlinear elasticity could be used to define nonzero force in the initial configuration, it is often more convenient to specify a (linear) spring stiffness plus a reference length or angle at which the force or moment is zero. For example, linear uncoupled elastic behavior defined with the connection type AXIAL would have force given by the equation
An input file template for a connector model of the shock absorber in Figure 31.2.1–2 is presented in “Connectors: overview,” Section 31.1.1. A reference angle of 22.5° is defined for the nonlinear torsional spring as the fourth data item (corresponding to the connector's fourth component of relative motion) in the connector constitutive reference:
*CONNECTOR BEHAVIOR, NAME=sbehavior ... *CONNECTOR CONSTITUTIVE REFERENCE , , , 22.5The effect of this reference angle is that the nonlinear torsional spring has a zero moment at an angle of 22.5°.
In Abaqus/Explicit kinematic constraints, stops, locks, and actuated motion in connector elements are treated with implicit time integration. By default, connector constitutive behavior (for example, elasticity, damping, and friction) is also integrated implicitly. The advantage of implicit time integration is that elements with these behaviors do not affect the stability or time incrementation of the analysis in any way.
When “soft” springs are modeled with connectors, a more traditional explicit time integration for the constitutive response can be used. This explicit time integration may lead to a small improvement in computational performance. However, explicit integration of relatively stiff springs will reduce the global time increment size, since such connector elements are included in the stable time increment size calculation.
Input File Usage: | Use the following option to specify implicit integration of the constitutive response: |
*CONNECTOR BEHAVIOR, INTEGRATION=IMPLICIT Use the following option to specify explicit integration of the constitutive response: *CONNECTOR BEHAVIOR, INTEGRATION=EXPLICIT |
Abaqus/CAE Usage: | Interaction module: connector section editor: Add |
In linear perturbation procedures (see “General and linear perturbation procedures,” Section 6.1.3) the connector element kinematics are linearized about the base state. Hence, linearized versions of kinematic constraints are applied, and the connector behavior is linearized about the state at the end of the previous general analysis step.
Connector element behaviors allow for proper modeling of most physical connection behaviors within a single connector element. However, in rare circumstances more complex connection behaviors may require multiple connector elements to be used in parallel or in series. You place connector elements in parallel by defining two or more connector elements between the same nodes. You place connectors in series by specifying additional nodes (most often in the same location as the nodes of interest) and then stringing connector elements between these nodes.
For example, assume that you would like to define a connector stop that exhibits elastic-plastic behavior upon contact. Since this is not permitted within the context of one connector behavior definition, you can circumvent the limitation by using two connector elements in series. This concept is illustrated in Figure 31.2.1–3. The first connector defines the stop, and the second defines the elastic-plastic behavior. Since both elements are subject to the same load (because they are in series), the desired behavior is obtained.
Connectors in parallel can be used as well to model complex kinetic behavior. For example, assume that you need to define an elastic-viscous connector with spring-like and dashpot-like behaviors in parallel (for example, the strut in an automotive suspension). Assume that damage can occur only in the dashpot once it is stretched/compressed beyond specified limits. Since this is not permitted within the context of one connector behavior definition, you can circumvent the limitation by using two connector elements in parallel. This concept is illustrated in Figure 31.2.1–4.
The first connector defines the elastic behavior, and the second defines the dashpot behavior. Since the two connector elements are in parallel, they undergo the same motion (stretching/compression). A motion-based damage behavior (see “Connector damage behavior,” Section 31.2.7) can be used to degrade the entire behavior in the second element. Thus, only the dashpot behavior will eventually degrade.Tabular data are often used to define connector behaviors, such as nonlinear elasticity, isotropic hardening, etc. As shown in Figure 31.2.1–5, the data points make up a nonlinear curve in the constitutive space.
The options to define table lookups are described below.By default, the dependent variables are extrapolated as a constant (with a value corresponding to the endpoints of the curve) outside the specified range of the independent variables. This choice may cause a zero stiffness response, which may lead to convergence problems. You can specify linear extrapolation to extrapolate the dependent variables outside the specified range of the independent variables assuming that the slope given by the end points of the curve remains constant. The extrapolation behavior is illustrated in Figure 31.2.1–5.
You define the extrapolation choice globally for all connector behaviors but can redefine the extrapolation choice for the following connector behaviors individually:
connector elasticity;
connector plasticity (connector hardening);
connector damping;
derived components for connector elements;
connector friction;
connector damage (connector damage initiation and evolution);
connector locks; and
connector uniaxial behavior.
You can specify constant extrapolation for tabular data for all connector behaviors.
Input File Usage: | *CONNECTOR BEHAVIOR, EXTRAPOLATION=CONSTANT (default) |
Abaqus/CAE Usage: | Interaction module: connector section editor: Table Options tabbed page: Extrapolation: Constant |
You can specify linear extrapolation for tabular data for all connector behaviors.
Input File Usage: | *CONNECTOR BEHAVIOR, EXTRAPOLATION=LINEAR |
Abaqus/CAE Usage: | Interaction module: connector section editor: Table Options tabbed page: Extrapolation: Linear |
You can redefine the extrapolation choice for individual connector behaviors.
Input File Usage: | Use either of the following options: |
*CONNECTOR BEHAVIOR OPTION, EXTRAPOLATION=CONSTANT *CONNECTOR BEHAVIOR OPTION, EXTRAPOLATION=LINEAR For example, use the following options to use constant extrapolation for all connector behaviors except for connector elasticity: *CONNECTOR BEHAVIOR, EXTRAPOLATION=CONSTANT *CONNECTOR ELASTICITY, EXTRAPOLATION=LINEAR |
Abaqus/CAE Usage: | Use the following input for elasticity, damping, friction, plasticity, and damage behaviors: |
Interaction module: connector section editor: Behavior Options tabbed page: Table Options button: Extrapolation: toggle off Use behavior settings and choose Constant or Linear Use the following input for connector derived components: Interaction module: derived component editor: Add: Table Options button: Extrapolation: toggle off Use behavior settings and choose Constant or Linear |
By default, Abaqus/Explicit regularizes the data into tables that are defined in terms of even intervals of the independent variables since table lookups are most economical if the interpolation is from even intervals of the independent variables. In some cases, where it is necessary to capture sharp changes in connector behavior accurately, you can use the user-defined tabular connector behavior data directly by turning regularization off. However, the table lookups will be more computationally expensive compared to using regular intervals. Therefore, the use of regularization is almost always recommended.
Abaqus/Explicit uses an error tolerance to regularize the input data. The number of intervals in the range of each independent variable is chosen such that the error between the piecewise linear regularized data and each of your defined points is less than the tolerance times the range of the dependent variable. The default tolerance is 0.03. In some cases where the dependent quantities are defined at uneven intervals of the independent variables and the range of the independent variable is large compared to the smallest interval, Abaqus/Explicit may fail to obtain an accurate regularization of your data in a reasonable number of intervals. In this case Abaqus/Explicit stops after all data are processed and issues an error message that you must redefine the behavior data. See “Material data definition,” Section 21.1.2, for a more detailed discussion of data regularization.
You define the choice of regularization and regularization tolerance globally for all connector behaviors but can redefine the choice of regularization and regularization tolerance for the following connector behaviors individually:
connector elasticity;
connector plasticity (connector hardening)
connector damping;
derived components for connector elements;
connector friction;
connector damage (connector damage initiation and evolution);
connector locks; and
connector uniaxial behavior.
You can specify regularization of tabular data and a regularization tolerance to be used globally for all connector behaviors.
Input File Usage: | *CONNECTOR BEHAVIOR, REGULARIZE=ON (default), RTOL=tolerance |
Abaqus/CAE Usage: | Interaction module: connector section editor: Table Options tabbed page: Regularization: toggle on Regularize data (Explicit only), Specify: tolerance |
You can specify the use of user-defined tabular data directly by turning regularization off for all connector behaviors.
Input File Usage: | *CONNECTOR BEHAVIOR, REGULARIZE=OFF |
Abaqus/CAE Usage: | Interaction module: connector section editor: Table Options tabbed page: Regularization: toggle off Regularize data (Explicit only) |
You can redefine the choice of regularization and regularization tolerance for individual connector behaviors.
Input File Usage: | Use either of the following options: |
*CONNECTOR BEHAVIOR OPTION, REGULARIZE=ON, RTOL=tolerance *CONNECTOR BEHAVIOR OPTION, REGULARIZE=OFF For example, use the following options to regularize the user-defined data for all connector behaviors except for connector elasticity: *CONNECTOR BEHAVIOR, REGULARIZE=ON, RTOL=0.05 *CONNECTOR ELASTICITY, REGULARIZE=OFF |
Abaqus/CAE Usage: | Use the following input for elasticity, damping, friction, plasticity, and damage behaviors: |
Interaction module: connector section editor: Behavior Options tabbed page: Table Options button: Regularization: toggle off Use behavior settings; toggle on Regularize data (Explicit only) and Specify: tolerance, or toggle off Regularize data (Explicit only) Use the following input for connector derived components: Interaction module: derived component editor: Add: Table Options button: Regularization: toggle off Use behavior settings; toggle on Regularize data (Explicit only) and Specify: tolerance, or toggle off Regularize data (Explicit only) |
Data for the tabulated isotropic hardening in connector plasticity (“Defining the isotropic hardening component by specifying tabular data” in “Connector plastic behavior,” Section 31.2.6) and plastic motion–based damage initiation criterion (“Plastic motion–based damage initiation criterion” in “Connector damage behavior,” Section 31.2.7) can be specified as dependent on the equivalent relative plastic motion rate. Loading/unloading data for the rate-dependent connector uniaxial behavior model can be specified as dependent on the rate of deformation.
By default, both Abaqus/Standard and Abaqus/Explicit interpolate rate-dependent data using linear intervals of the relative motion rate.
Input File Usage: | Use the following option to specify linear interpolation for isotropic hardening data: |
*CONNECTOR HARDENING, RATE INTERPOLATION=LINEAR Use the following option to specify linear interpolation for damage initiation data: *CONNECTOR DAMAGE INITIATION, RATE INTERPOLATION= LINEAR Use both of the following options to specify linear interpolation for uniaxial behavior loading/unloading data: *CONNECTOR UNIAXIAL BEHAVIOR *LOADING DATA, RATE INTERPOLATION=LINEAR Abaqus/Standard always interpolates rate-dependent data using linear intervals of the equivalent relative plastic motion rate. |
Abaqus/CAE Usage: | Use the following input for isotropic hardening data: |
Interaction module: connector section editor: Add Use the following input for damage initiation data: Interaction module: connector section editor: Add Connector uniaxial behavior cannot be defined in Abaqus/CAE. |
In Abaqus/Explicit you can specify that logarithmic intervals of the relative motion rate be used for the interpolation of rate-dependent data if the rate dependence of the data is measured at logarithmic intervals.
Input File Usage: | Use the following option to specify linear interpolation for isotropic hardening data: |
*CONNECTOR HARDENING, RATE INTERPOLATION=LOGARITHMIC Use the following option to specify linear interpolation for damage initiation data: *CONNECTOR DAMAGE INITIATION, RATE INTERPOLATION=LOGARITHMIC Use both of the following options to specify linear interpolation for uniaxial behavior loading/unloading data: *CONNECTOR UNIAXIAL BEHAVIOR *LOADING DATA, RATE INTERPOLATION=LOGARITHMIC |
Abaqus/CAE Usage: | Use the following input for isotropic hardening data: |
Interaction module: connector section editor: Add Use the following input for damage initiation data: Interaction module: connector section editor: Add Connector uniaxial behavior cannot be defined in Abaqus/CAE. |
Rate-sensitive connector constitutive behavior may introduce nonphysical high-frequency oscillations in an explicit dynamic analysis. To overcome this problem, Abaqus/Explicit uses a filtered equivalent plastic motion rate
Input File Usage: | Use either of the following options: |
*CONNECTOR HARDENING, RATE FILTER FACTOR= *CONNECTOR DAMAGE INITIATION, RATE FILTER FACTOR= |
Abaqus/CAE Usage: | Use the following input for isotropic hardening data: |
Interaction module: connector section editor: Add Use the following input for damage initiation data: Interaction module: connector section editor: Add |