prorb#

Mapdl.prorb(**kwargs)[source]#

Prints the orbital motion characteristics of a rotating structure

APDL Command: PRORB

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

When a structure is rotating and the Coriolis or gyroscopic effect is taken into account (CORIOLIS), nodes lying on the rotation axis generally exhibit an elliptical orbital motion. The PRORB command prints out the orbit characteristics A, B, PSI, PHI, YMAX and ZMAX of each rotating node, where

Angles PSI and PHI are in degrees and within the range of -180 through +180. For more information about orbit definition, see Orbits in the Advanced Analysis Guide.

To display the characteristics of the orbital path traversed by each node, issue the PLORB command.

The PRORB command is valid for line elements (such as BEAM188, BEAM189, PIPE288, and PIPE289).

Your model must also involve a rotational velocity (OMEGA or CMOMEGA) with Coriolis enabled in a stationary reference frame (CORIOLIS,,,,RefFrame = ON).

A SET command should be issued after PRORB to ensure proper output for subsequent postprocessing commands.

The coordinate system for displaying nodal results must be global Cartesian (RSYS,KCN = 0).