Adams Basic Package > Adams View > View Command Language > force > force create element_like bushing

force create element_like bushing

Allows you to create a bushing object.

Description:

 
Parameter
Value Type
Description
bushing_name
String
Specifies the name of the new bushing. You may use this name later to refer to this bushing. Adams View will not allow you to have two bushings with the same name, so you must provide a unique name.
Adams_id
Integer
Specifies an integer used to identify this element in the Adams data file.
Comments
String
Specifies comments for the object being created or modified.
damping
Real number greater than or equal to 0
Specifies three viscous damping coefficients for the bushing force.
stiffness
Real number greater than 0
Specifies three stiffness coefficients for the bushing force.
force_preload
Real number
Specifies a vector of three constant terms for the bushing force.
tdamping
Real number greater than or equal to 0
Specifies three viscous damping coefficients for the bushing torque.
shear_modulus
Real number greater than 0
Specifies the shear modulus of elasticity for the beam material.
length
Real number greater than 0
Specifies the undeformed length of the beam along the x-axis of the J marker.
location
 
Specifies the locations to be used to define the position of a force during its creation.
Orientation
 
Specifies the orientation of the J marker for the force being created using three rotation angles.
Along_axis_orientation
 
Specifies the orientation of a coordinate system (e.g. marker or part) by directing one of the axes. Adams View will assign an arbitrary rotation about the axis.
in_plane_orientation
 
Specifies the orientation of a coordinate system (e.g. marker or part) by directing one of the axes and locating one of the coordinate planes.
relative_to
 
Specifies the coordinate system that location coordinates and orientation angles correspond to.
i_marker_name
(Required)
 
Specifies a marker on the first of two parts connected by this force element. Adams View connects this element to one part at the I marker and to the other at the J marker.
j_marker_name
 
Specifies a marker on the second of two parts connected by this force element. Adams View connects this element to one part at the I marker and to the other at the J marker.

Extended Definition:

1. Bushing is a massless force with linear stiffness and damping properties. It applies a force and a torque to two parts. You specify a marker on each part for force or torque application. Each force consists of three components in the coordinate system of the J marker, one in the x-axis direction, one in the y-axis direction, and one in the z-axis direction. Likewise each torque consists of three components in the coordinate system of the J marker, one about the x-axis, one about the y-axis, and one about the z-axis. The magnitude of the force is linearly dependent upon the relative displacement and the relative velocity of the two markers. The magnitude of the torque is dependent upon the relative angle of rotation and the relative rotational velocity of the parts containing the specified markers.
2. A bushing has the same constitutive relation forms as a field. The primary difference between the two forces is that certain coefficients (Kij and Cij, where i is not equal to j) are zero for the bushing. You define only the diagonal coefficients (Kii and Cii) when you write the bushing. The following constitutive equations define how Adams uses the data you input for a bushing to apply a force and a torque to the I marker depending on the displacement and velocity of the I marker relative to the J marker. Adams applies a force of equal magnitude and opposite direction to the J marker.
[Fx] [K11 0 0 0 0 0 ] [x]
[Fy] [0 K22 0 0 0 0 ] [y]
[Fz] = - [0 0 K33 0 0 0 ] [z]
[Tx] [0 0 0 K44 0 0 ] [a]
[Ty] [0 0 0 0 K55 0 ] [b]
[Tz] [0 0 0 0 0 K66] [c]
[C11 0 0 0 0 0 ] [Vx] [F1]
[0 C22 0 0 0 0 ] [Vy] [F2]
- [0 0 C33 0 0 0 ] [Vz] + [F3]
[0 0 0 C44 0 0 ] [Wx] [T1]
[0 0 0 0 C55 0 ] [Wy] [T2]
[0 0 0 0 0 C66] [Wz] [T3]
3. Fx, Fy, and Fz are the measure numbers of the translational force components parallel to the axes of the Cartesian coordinate system of the J marker. The terms x, y, and z are the translational displacements of the I marker with respect to the J marker measured in the Cartesian coordinate system of the J marker. The terms Vx, Vy, and Vz are the time derivatives of x, y, and z, respectively. The terms F1, F1, and F3 represent the measure numbers of any constant force components parallel to the axes of the Cartesian coordinate system of the J marker. Tx, Ty, and Tz are the rotational force components parallel to the axes of the Cartesian coordinate system of the J marker. The terms a, b, and c are the rotational displacements of the I marker about the x-axis, the y-axis, and the zaxis, respectively, of the J marker. The terms Wx, Wy, and Wz are the time derivatives of a, b, and c, respectively, in the J marker reference frame. The terms T1, T2, and T3 are the measure numbers of any constant torque components acting parallel to the axes of the Cartesian coordinate system of the J marker.
4. For the rotational constitutive equations (K1, K2, and K3) to be accurate, at least two of the rotations (a, b, c) must be small. Therefore, the bushing force calculations may not be accurate unless two of the three values remain small (i.e. smaller than 10 degrees). It does not matter which rotation is largest.
5. Normally, entity names are composed of alphabetic, numeric, or '_' (underscore) characters, and start with an alphabetic or '_' character. They may be of any length. For more information, see Using Extended Names. By enclosing the name in double quotes, you may use other printable characters, or start the name with a numeral. If a name contains characters, or starts with a numeral, you must always quote the name when entering it. Note that you can specify the parentage of an entity (e.g. what part "owns" a marker or a geometry element) when you CREATE it by changing the name. If you enter just the entity name, then the default parent will be assigned by Adams View. If you type in the full name, then you may override the default parent. In most cases, when creating an entity, Adams View will provide a default name. The default name that Adams View provides will specify the parentage that it has assumed. You may, of course, delete this name and use your own. The form of a full name is:
"...._NAME.GRAND_PARENT_NAME.PARENT_NAME.ENTITY_NAME"
The number of levels used varies from case to case and the parentage must exist before an entity can be assigned to it.
6. When you use the FILE Adams_DATA_SET WRITE command, Adams View writes an Adams data file for your model. Adams requires that each modeling element be identified by a unique integer identifier. If you use this parameter to specify a non-zero identifier, Adams View will use it in the corresponding statement in the Adams data file. You may also enter zero as an identifier, either explicitly or by default. The next time you write an Adams file, Adams View will replace the zero with a unique, internally generated identifier. Adams View will permanently store this identifier with the element just as if you had entered it yourself. Normally, you would let all identifiers default to zero, and Adams View would generate the identifiers for you. You are never required to enter a non-zero identifier. You only need to specify it if, for some reason, you wish to control the Adams file output.
7. When an Adams Solver data file (.adm) is read into Adams View, all comments associated with a statement (from the end of the previous statement through the end of the current statement) are stored with the object. Comments in the data file can be associated with model. These comments must follow the title statement and be followed by the comment 'END OF MODEL COMMENTS'. This string must be uppercase. When an Adams Solver data file is written, the comments for an object are written before the statement corresponding to the object.
8. The three damping coefficients multiply the translational velocity components of the I marker along the x-axis, the y-axis, and the z-axis of the J marker. The force due to damping is zero when there is no relative translational velocity between the two markers. DAMPING must be in units of force per unit of displacement per unit of time.
9. The three stiffness coefficients multiply the three translational displacement components of the origin of the I marker along the x-axis, the y-axis, and the z-axis of the J marker. STIFFNESS must be in units of force per unit of displacement.
10.  The force pre-load terms are the constant force components along the x-axis, the y-axis, and the z-axis of the J marker.
11.   The three tdamping coefficients multiply the rotational velocity components of the body in which the I marker is fixed about the x-axis, the y-axis, and the z-axis of the J marker. The torque due to damping is zero when there is no relative rotational velocity between the two markers.
12.   The I and J markers defined by the location parameter will be automatically created at this location on the I_PART_NAME and J_PART_NAME respectively. By default, you supply Cartesian (x, y, z) coordinates. You may use the 'defaults units coordinate_system_type =' command to change this convention. For example, selecting 'cylindrical' means you will subsequently be supplying r, theta, and z coordinates. Adams View applies your location coordinates in the coordinate system you identify with the RELATIVE_TO parameter. The default for the RELATIVE_TO parameter is the default coordinate system. (See the RELATIVE_TO parameter for this command).
13.  The I marker is oriented based on the J marker orientation and the requirements of the particular force being created. These markers are created automatically.
Adams View will orient the coordinate system by starting from the initial coordinate system and applying three successive rotations. Depending on the convention you have selected, the rotations may occur about space-fixed or body-fixed axes in any meaningful combination of the x, y, and z axes. By default, you supply Euler (body313, or body-fixed z, x, z) angles. You may change this convention with the 'DEFAULTS UNITS ORIENTATION_TYPE=' command. For example, selecting SPACE123 means you will subsequently be supplying space-fixed x, y, and z angles.
Adams View applies your orientation angles starting from the coordinate system you identify with the RELATIVE_TO parameter. The default for the RELATIVE_TO parameter is the default coordinate system.
14.   For the ‘along_axis_parameter’, you may enter either one or two locations to direct the axis. If you enter one location, the axis will point toward the location. If you specify two locations, the axis will be parallel to, and pointing the same way as the vector from the first location to the second. Note that this does not completely dictate the orientation of the coordinate system. Adams View will position the coordinate system with an arbitrary rotation about the axis. If you must completely control the coordinate system orientation, use ORIENTATION or IN_PLANE_ORIENTATION. By default, you direct the Z axis of the coordinate system.
You may change this convention with the 'DEFAULTS ORIENT_AXIS_AND_PLANE AXIS_AND_PLANE_SETTING=' command. For example, selecting either X_AXIS_XY_PLANE or X_AXIS_XZ_PLANE means you will subsequently be directing the X axis. The plane-convention setting does not affect this parameter. Adams View applies your location coordinates in the coordinate system you identify with the RELATIVE_TO parameter. The default for the RELATIVE_TO parameter is the default coordinate system.
15.  You may enter either two or three locations for the ‘referencein_plane_orientation’ parameter. If you enter two locations, the axis will point toward the first location and the plane will fall on the second. If you specify three locations, the axis will be parallel to, and pointing the same way as, the vector from the first location to the second and the plane will be parallel to the plane defined by the three locations. By default, you direct the Z axis of the coordinate system and locate the ZX plane. You may use the 'DEFAULTS ORIENT_AXIS_AND_PLANE AXIS_AND_PLANE_SETTING=' command to change this convention. For example, selecting X_AXIS_XY_PLANE means you will subsequently be directing the X axis and locating the XY plane. Adams View applies your location coordinates in the coordinate system you identify with the RELATIVE_TO parameter. The default for the RELATIVE_TO parameter is the default coordinate system.
16.   If this parameter is not specified, the default coordinate system is used. The default coordinate system is initially your model, i.e. the global coordinate system. You may change the default coordinate system using the 'defaults coordinate_system' command.