ansys.mapdl.core.Mapdl.prjsol#

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

Prints joint element output.

Mechanical APDL Command: PRJSOL

Parameters:
itemstr

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.

compstr

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.

Only prjsol,SMISC is available in linear, modal, and linear perturbation analyses.

This command is valid in POST1 only.