AREA=r | Specifies the uniform area of the beam cross section. The centroidal axis must be orthogonal to this cross section. |
ASY=r | Specifies the correction factor (that is, the shear area ratio) for shear deflection in the y direction for Timoshenko beams. ![]() where Qy is the first moment of cross-sectional area to be sheared by a force in the z direction, and lz is the cross section dimension in the z direction. If you want to neglect the deflection due to y-direction shear, ASY does not need to be included in a BEAM statement. Defaults: 0 |
ASZ=r | Specifies the correction factor (that is, the shear area ratio) for shear deflection in the z direction for Timoshenko beams. ![]() where Qz is the first moment of cross-sectional area to be sheared by a force in the y direction, and ly is the cross section dimension in the y direction. If you want to neglect the deflection due to z-direction shear, ASZ does not need to be included in a BEAM statement. Defaults: 0 Commonly encountered values for the shear area ratio are: Cross-section: (Shear area ratio) Solid rectangular (6/5) Solid circular (10/9) Thin wall hollow circular (2) See also “Roark’s Formulas for Stress and Strain,” Young, Warren C., Sixth Edition, page 201. New York:McGraw Hill, 1989. |
CMATRIX=r1,...,r21 | Establishes a six-by-six damping matrix for the beam. Because this matrix is symmetric, only one-half of it needs to be specified. The following matrix shows the values to input: ![]() Enter the elements by columns from top to bottom, then by rows from left to right. If you do not use either CMATRIX or CRATIO, CMATRIX defaults to a matrix with thirty-six zero entries; that is, r1 through r21 each default to zero. |
CRATIO=R | Establishes a ratio for calculating the damping matrix for the beam. Adams Solver multiplies the stiffness matrix by the value of CRATIO to obtain the damping matrix. Defaults: 0 |
EMODULUS=r | Defines Young’s modulus of elasticity for the beam material. |
GMODULUS=r | Defines the shear modulus of elasticity for the beam material. |
I=id, J=id | Specifies the two markers between which to define a beam. The J marker establishes the direction of the force components. |
IXX=r | Denotes the torsional constant. This is sometimes referred to as the torsional shape factor or torsional stiffness coefficient. It is expressed as unit length to the fourth power. For a solid circular section, Ixx is identical to the polar moment of inertia, where r is the radius of the cross-section. For thin-walled sections, open sections, and noncircular sections, you should consult a handbook. |
IYY=r,IZZ=r | Denote the area moments of inertia about the neutral axes of the beam cross sectional areas (y-y and z-z). These are sometimes referred to as the second moment of area about a given axis. They are expressed as unit length to the fourth power. For a solid circular section, Iyy=Izz= where r is the radius of the cross-section. For thin-walled sections, open sections, and noncircular sections, you should consult a handbook. |
LENGTH=r | Defines the underformed length of the beam along the x-axis of the J marker. |



,
, and
are the components of the angular velocity of the I marker with respect to the J marker, as seen by the J marker and measured in the J marker coordinate system.
Tip: | ■A FIELD statement can be used instead of a BEAM statement to define a beam with characteristics unlike those the BEAM statement assumes. For example, a FIELD statement should be used to define a beam with a nonuniform cross section or a beam with nonlinear material characteristics. ■The beam element in Adams Solver is similar to those in most finite element programs. That is, the stiffness matrix that Adams Solver (FORTRAN) computes is the standard beam element stiffness matrix. ■The USEXP option on the MARKER statement may make it easier to direct the x-axis of the J marker. ■Generally, it is desirable to define the x-axis of the Adams Solver (FORTRAN) beam on the shear center axis of the beam being modeled. |
Caution: | ■The K1 and K2 terms used by MSC.NASTRAN for defining the beam properties using PBEAM are inverse of the ASY and ASZ used by Adams Solver (FORTRAN). ■When the x-axes of the markers defining a beam are not collinear, the beam deflection and, consequently, the force corresponding to this deflection are nonzero. To minimize the effect of such misalignments, perform a static equilibrium at the start of the simulation. ■By definition, the beam lies along the positive x-axis of the J marker. (This is unlike most other Adams Solver force statements, for which the z-axis is the significant axis.) Therefore, the I marker must have a positive x displacement with respect to the J marker when viewed from the J marker. In its undeformed configuration, the orientation of the I and the J markers must be the same. ■The damping matrix that CMATRIX specifies should be positive semidefinite. This ensures that damping does not feed energy into the system. Adams Solver (FORTRAN) does not warn you if CMATRIX is not positive semidefinite. ■When the beam element angular deflections are small, the stiffness matrix provides a meaningful description of beam behavior. However, when the angular deflections are large, they are not commutative; so the stiffness matrix that produces the translational and rotational force components may not correctly describe the beam behavior. If BEAM translational displacements exceed ten percent of the undeformed LENGTH, then Adams Solver issues a warning message. ■By its definition a BEAM is asymmetric. Holding the J marker fixed and deflecting the I marker produces different results than 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 BEAM is measured in moves with the J marker. |
