
C=r1,r2,r3 | Specifies three viscous damping coefficients for the force transferred by the bushing. The three coefficients multiply the relative translational velocity components of the I marker with respect to the J marker as seen by the J marker and along the x-, y-, and z-axis of the J marker. The force due to damping is zero when there is no relative translational velocity between the two markers. C must be in units of force-time per unit displacement. Default: 0,0,0 Range: ![]() |
CT=r1,r2,r3 | Specifies three viscous damping coefficients for the torque transferred by the bushing. The three coefficients multiply the components of the relative angular velocity of the part containing the I marker with respect to the part containing the J marker as expressed in the x-, y-, and z-axis of the J marker. The torque due to damping is zero when there is no relative angular velocity between the two markers. CT must be in units torque-time per radian. Default: 0,0,0 Range: ![]() |
FORCE=r1,r2,r3 | Specifies three constant force (preload) values. Constant values indicate the force components along the x-, y-, and z-axis of the J marker when both the relative displacement and the relative velocity of the I and J markers are zero. Default: 0,0,0 |
I=id, J=id | Specifies the identifiers of the two markers between which the bushing is placed. |
K=r1,r2,r3 | Specifies three stiffness coefficients for the force transferred by the bushing. The three coefficients multiply the three translational displacement components of the I marker with respect to the J marker as expressed in the x-, y-, and z-axis of the J marker. K must be specified in terms of force per unit of deformation. Default: 0,0,0 Range: ![]() |
KT=r1,r2,r3 | Specifies three stiffness coefficients for the torque transferred by the bushing. The three coefficients multiply the three rotational displacement components of the I marker axes relative to the J marker axes as expressed in the x-, y-, and z-axis of the J marker. KT must be in units of torque per radian. Default: 0,0,0 Range: ![]() |
TORQUE=r1,r2,r3 | Specifies three constant torque (preload) values. Constant values indicate the torque components about the x-, y-, and z-axis of the J marker when both the relative displacement and the relative velocity of the I and the J markers are zero. Default: 0,0,0 |
j) are zero for the BUSHING statement. Only the diagonal coefficients (Kii and Cii) are defined for a BUSHING.

,
, and
are the angular velocity components of the I marker with respect to the J marker, measured in the coordinate system of the J marker. The terms T1, T2, and T3 are the measure numbers of any constant torque in the coordinate system of the J marker.
x Fi
is the instantaneous deformation vector from the J marker to the I marker. While the force at the J marker is equal and opposite to the force at the I marker, the torque at the J marker is usually not equal to the torque at the I marker because of the deformation.Caution: | For the rotational constitutive equations to be accurate, at least two of the rotations (a, b, c) must be small. That is, two of the three values must remain smaller than 10 degrees. In addition, if a becomes greater than 90 degrees, b becomes erratic. If b becomes greater than 90 degrees, a becomes erratic. Only c can become greater than 90 degrees without causing convergence problems. For these reasons, it is best to define your bushing such that angles a and b (not a and c and not b and c) remain small. a, b, c mentioned here are the three rotational displacements that define the bushing and not Euler angles. They are the projected angles of the I marker with respect to the J marker. Adams Solver (C++) measures them respectively, about the x-, y-, and z-axis of the J marker. By definition, a BUSHING element is asymmetric. Holding the J marker fixed and deflecting the I marker produces different results from holding the I marker fixed and deflecting the J marker by the same amount. This asymmetry occurs because the coordinate system frame that the deflection of the bushing is measured in, moves with the J marker. This asymmetry is similar to other force elements like BEAM. Here are some best practices that will help avoid the effects of asymmetry for the BUSHING element. 1. Be sure to follow the above recommendation on rotations. Projection angles a (about X) and b (about Y) should be small (less than 10 degrees) in order for the rotational constitutive equations to be somewhat accurate. 2. The closer I and J marker are in location the better so that the moment arm and hence reaction torque is small. Note that even if markers I and J are coincident the bushing may start to behave asymmetrically due to deflection of the bushing. 3. Consider splitting the BUSHING into two elements that reference the same two markers, one with markers I and J defined in reverse from the other. Also, you will need to divide by two the properties such as stiffness of the original bushing since the two bushings will be in parallel. This would provide symmetry to the forces since the reaction torque would be applied equally to both sides. See the example below. |