results_animate
Animate a time series of VTK/VTU simulation results as a GIF. Provide a directory or glob of files; frames are ordered by numeric name and rendered with fixed color range, crop, and camera.
Instructions
Render a time series of VTK/VTU results into an animated GIF (requires the optional pyvista 'viz' extra). 'files' is a directory (e.g. the case's vtk_output/) or a glob; frames are ordered by the numbers in their names. Coloring/warping/crop_bounds options as in results_render, with one color range, crop and camera across all frames. Small GIFs are returned inline; the file path is always returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fps | No | ||
| files | Yes | ||
| camera | No | iso | |
| warp_by | No | ||
| gif_path | No | ||
| variable | No | ||
| component | No | ||
| max_frames | No | ||
| show_edges | No | ||
| crop_bounds | No | ||
| warp_factor | No | ||
| window_size | No |