Welcome to the FORTRAN Version of Adams/Solver > Adams/Solver (FORTRAN) Functions > JPRIM

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


Your Ad Here

JPRIM
JThe JPRIM function returns component comp of a force due to JPRIM/id as calculated in the coordinate system of marker rm. If jflag is set to zero, the value returned is the force/torque acting on the I marker of the JPRIM. If jflag is set to one, the value returned is that acting on the J marker. rm may be specified as zero if the results are desired in the global coordinate system.
Format
JPRIM (id, jflag, comp, rm)
Arguments
 
An integer flag specifying the JPRIM connectivity marker at which the forces and torques are computed.

0 = forces and moments at the I marker
1 = forces and moment at the J marker
1 = Magnitude of the force
2 = x component of the force
3 = y component of the force
4 = z component of the force
5 = Magnitude of the torque
6 = x component of the torque
7 = y component of the torque
8 = z component of the torque
Examples
REQUEST/1
, F2=JPRIM(212,1,8,346)
In its second column, this REQUEST statement stores the z component of the torque acting at the J marker of JPRIM 212. The torque component is calculated in the coordinate system of Marker 346.
 
Your Ad Here