prjsol#

Mapdl.prjsol(item='', comp='', **kwargs)[source]#

Prints joint element output.

APDL Command: PRJSOL

Parameters:
item

Label identifying the item. Some items also require a component label.

DISP - Relative displacements.

ROT - Relative rotations.

VEL - Relative linear velocities.

OMG - Relative angular velocities.

ACC - Relative linear accelerations.

DMG - Relative angular accelerations.

SMISC - Summable miscellaneous quantities.

comp

Component of the item (if required). For Item = DISP, ROT, VEL, OMG, ACC, and DMG, enter the direction label, X, Y, or Z. For Item = SMISC, enter a valid number.

Notes

Prints element output for the MPC184 joint element. The joint element quantities printed are the values for the free or unconstrained relative degrees of freedom.

This command is valid in POST1 only.