FUNCTION=USER(r1[,...,r30]) | Respecifies up to thirty user-defined constants used to compute the torque components in an externally-defined subroutine VTOSUB (see the VTOSUB subroutine). |
JFLOAT=id | Respecifies the marker on the part to which Adams Solver (C++) applies the reaction torque. You must ensure that the JFLOAT marker is a floating marker and on a different part than the I marker. Adams Solver (C++) moves the JFLOAT marker to keep it superimposed on the I marker. Adams Solver (C++) does not calculate reaction forces when the JFLOAT marker is on the ground part. |
I=id | Respecifies the marker on the part to which Adams Solver (C++) applies the action torque. You must ensure that the I marker is a fixed marker and on a different part than the JFLOAT marker. |
LIST | Lists the current values of the VTORQUE arguments. |
ROUTINE=libname::subname | Specifies an alternative library and name for the user subroutine VTOSUB. Learn more about the ROUTINE Argument. |
RM=id | Respecifies the marker that determines the orientation of the torque components. You must ensure that RM is a fixed marker. RM may be the same as I and on any part in the system. |
TXYZ=e3d | Respecifies the 3D vector expression for the VTORQUE torque relative to the RM marker. |
TX=e | Respecifies the magnitude and sign of the x component of the torque exerted by the VTORQUE element. The direction of this torque component is parallel to the x-axis of the RM marker in the sense of the right-hand rule (that is, a positive torque causes a counterclockwise rotation). |
TY=e | Respecifies the magnitude and sign of the y component of the torque exerted by the VTORQUE element. The direction of this torque component is parallel to the y-axis of the RM marker in the sense of the right-hand rule (that is, a positive torque causes a counterclockwise rotation). |
TZ=e | Respecifies the magnitude and sign of the z component of the torque exerted by the VTORQUE element. The direction of this torque component is parallel to the z-axis of the RM marker in the sense of the right-hand rule (that is, a positive torque causes a counterclockwise rotation). |
Tip: | Depending on the nature of the desired torque relationship, the RM marker may belong to the same part as the I marker or the JFLOAT marker, or to a third, unrelated part. |
Caution: | The user-defined functions TX, TY, and TZ should be smooth, continuous, and single-valued. These conditions make the solution process very effective. |