prjsol#

Results.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.

Returns
——-
str

Str object with the command console output.

This object also has the extra methods:

to_list(),

to_array() (only on listing commands) and

to_dataframe() (only if Pandas is installed).


NOTE: If you use these methods, you might

obtain a lower precision than using Mesh methods.


For more information visit Postprocessing.

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.