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

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


Your Ad Here

ACCXYZ
The ACCXYZ measure returns the difference between the acceleration vector of marker i and the 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
ACCXYZ(i[,j][,k][,l])
Arguments
 
The marker with respect to which the 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, then specify k or l.
The marker in whose coordinate system the 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, then specify l.
The reference frame in which the second time derivative of the displacement 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, ACCXYZ is calculated as follows:
where:  
Examples
Unlike VR, the Adams function expression language does not provide support for radial acceleration (or separation acceleration), ACCR. The following variable shows how this quantity could be computed.
VARIABLE/1, FUNCTION = ACCXYZ(21,11) * UV(DXYZ(21,11))
 
 
Your Ad Here