prjsol#
- Mapdl.prjsol(item='', comp='', **kwargs)#
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.
- Returns:
str
Str object with the command console output. This object also has the extra methods:
to_list()
,to_array()
(only on listing commands) andto_dataframe()
(only if Pandas is installed).
NOTE: If you use these methods, you might obtain a lower precision than usingMesh
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.
This command is valid in POST1 only.