Generating Animations One Frame at a Time in Parallel Using PyTecplot

Leveraging Python’s multiprocessing library when paired with PyTecplot scripting creates powerful efficiency. One such example is using multiprocessing to output a large amount of images in parallel. As a result, reducing the time needed to execute. This ParallelImageCreator.py script located in the Tecplot handyscripts GitHub saves every timestep of the active frame as an individual png image. It contains the following arguments: positional arguments: layoutfile Tecplot layout file to open […]

» Read More


How do I Install PyTecplot?

First off, PyTecplot requires an installation of Tecplot 360 2017 R1 or later. PyTecplot is also hosted on PyPI so you simply need to run ‘pip install pytecplot’ from a command prompt. Easy as Py! PyTecplot is also included in the Tecplot 360 installation so you can install from there if you have an overzealous firewall or want to ensure the PyTecplot version you’re installing is guaranteed to be compatible […]

» Read More