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#

Time-dependent simulation result

How it works#

plopm -r

Selects every second restart step from 0 through 2.

plopm -m

Selects GIF output.

plopm -gi and plopm -gl

Set 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.