FX=e | Respecifies the magnitude and sign of the x component of the VFORCE translational force. The direction of this component is parallel to the x-axis of the RM marker. |
FY=e | Respecifies the magnitude and sign of the y component of the VFORCE translational force. The direction of this component is parallel to the y-axis of the RM marker. |
FZ=e | Respecifies the magnitude and sign of the z component of the VFORCE translational force. The direction of this component is parallel to the z-axis of the RM marker. |
FXYZ=e3d | Respecifies the 3D vector expression for the VFORCE force relative to the RM marker. |
FUNCTION=USER(r1[,...,r30]) | Respecifies up to 30 user-defined constants for use in computing the force components in a user-defined subroutine VFOSUB (see the VFOSUB subroutine). |
I=id | Respecifies the marker at which Adams Solver (C++) applies the action force. You must ensure that the I marker is a fixed marker and on a different part than the JFLOAT marker. Because I is a fixed marker, Adams Solver (C++) always applies the force at a fixed point on the part. |
JFLOAT=id | Respecifies the marker at which Adams Solver (C++) applies the reaction force. 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, which means that the reaction force may move with respect to the part. Adams Solver (C++) does not calculate reaction forces when the JFLOAT marker is on the ground part. |
LIST | Lists the current values of the VFORCE arguments. |
RM=id | Respecifies the marker that determines the orientation of the force components. You must ensure that RM is a fixed marker. RM may be the same as I and may be on any part in your system. |
ROUTINE=libname::subname | Specifies an alternative library and name for the user subroutine VFOSUB. Learn more about the ROUTINE Argument. |
Tip: | Depending on the nature of the desired force 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 FX, FY, and FZ should be smooth, continuous, and single-valued. These conditions make the solution process very effective. |