Follow changes over time#
Generate an animation of a quantity evolving through the simulation.
Command#
plopm -i examples/SPE11C -v temp -s ,14, -r 0:2:1 -m gif -gi 500 -gl 1 -fs 9,1.5
Result#
How it works#
plopm -rSelects every second restart step from 0 through 2.
plopm -mSelects GIF output.
plopm -giandplopm -glSet the frame interval and enable continuous looping.
A GIF shows spatial evolution. Selecting one cell with plopm -s
produces a temporal view at that location.
Next#
Continue with Export CSV and VTK data. See GIF output for all GIF controls.