Convert to VTK#

Export data for ParaView.

Export selected variables for restart steps 0 and 5.

plopm -i SPE11B -v temp,fipnum,co2m,xco2l -vf Float32,UInt16,Float64,Float16 -r 0,5 -m vtk
../_images/vtk_temp.png

Grid and temperature after 25 years of CO2 injection, viewed in ParaView.#

Reproduce this example#

Run the complete workflow from the repository root:

. ./tests/scripts/docs_convert_to_vtk.sh

Back to the examples gallery