Welcome to the C++ Version of Adams/Solver > C++ Functions > WDTXYZ

www.kxcad.net Home > CAE Index > MSC Software Index > Adams MD R2 Index


Your Ad Here

WDTXYZ
The WDTXYZ measure returns the difference between the angular acceleration vector of marker i and the angular acceleration vector of marker j resolved in the coordinate system of marker k. All vector time derivatives are taken in the reference frame of marker l.
Format
WDTXYZ(i[,j][,k][,l])
Arguments
 
The marker with respect to which the angular acceleration is being measured. If j is not specified, it defaults to the global origin. Specify j = 0 if you want to use this default, and then specify k or l.
The marker in whose coordinate system the angular acceleration vector is being expressed. If not specified, k defaults to the global coordinate system. Specify k = 0 if you want to use this default, and then specify l.
The reference frame in which the first time derivative of the angular velocity vector is taken. Set l = 0 or omit the argument if you want the time derivative to be taken in the global reference frame.
Extended Definition
Mathematically, WDTXYZ is calculated as:
where:  
Examples
A vector expression for angular acceleration might be used directly in the definition of a vector torque element:
VTORQUE/3, I=310, JFLOAT=9911, RM=310,
, TXYZ = -6.*WDTXYZ(310,9900,310)
 
 
Your Ad Here