ansys.mapdl.core.Mapdl.andata#
- Mapdl.andata(delay='', ncycl='', rsltdat='', min_='', max_='', incr='', frclst='', autocont='', autocntr='', **kwargs)#
Displays animated graphics data for nonlinear problems.
Mechanical APDL Command: ANDATA
- Parameters:
- delay
str
Time delay during animation (defaults to 0.5 seconds).
- ncycl
str
Number of animation cycles (defaults to 5). Available in non-UI mode only.
- rsltdat
int
orstr
The type of results data to be used for the animation sequence. This can be:
0
- Current load step data (default).1
- Range of load step data.2
- Range of results data.
- min_
str
The range minimum value. If left blank or 0, defaults to the first data point.
- max_
str
The range maximum value. If left blank or 0, defaults to the last data point.
- incr
str
The increment between result data (defaults to 1).
- frclst
str
Key to force the last sub step in a selected load step to be included in the animation (defaults to 0).
- autocont
str
A value of 1 enables automatic scaling of contour values based on the overall subset range of values. The default value is 0 (no automatic scaling).
- autocntr
str
A value of 1 disables automatic centering of displaced plots. The default value is 0 (allow automatic centering).
- delay
Notes
Use the andata command to create animations for nonlinear problems. The command works by displaying an individual graphical image for each result data set from the results file. For information about creating animations for linear problems, see the anim command.
The command operates only on graphic display platforms supporting the seg command. It uses a macro to produce an animation based on the last plot action command (for example, pldisp ).
The results file must have more than one set of results.
The command implicitly issues slashdscale, 1 for default displacement scaling. Large displacements may not give good results.
This command functions only in the postprocessor.