ansys.mapdl.core.Mapdl.andyna#

Mapdl.andyna(delay='', ncycl='', start='', end='', inc='', autocontourkey='', **kwargs)#

Produces an animated sequence of contour values through substeps.

Mechanical APDL Command: ANDYNA

Parameters:
delaystr

Time delay during animation (defaults to 0.1 seconds).

ncyclstr

Number of animation cycles (defaults to 5). Available in non-UI mode only.

startstr

Number of the starting substep (defaults to 1).

endstr

Number of the ending substep (defaults to the maximum substep).

incstr

Increment between substeps (defaults to 1).

autocontourkeystr

Auto-scales contour values, based on the overall subset range of values (defaults to 0, no auto- scaling).

Notes

andyna involves a Mechanical APDL macro which produces an animation of contour values through all the substeps of the last plot action command. This command operates only on graphic display platforms supporting the seg command. After executing andyna, you can replay the animated sequence by issuing anim.

The command functions only in the postprocessor.