Plotting thermal and heat flux maps#

Flux and temperatures maps can be visualized with

from openbte.objects import OpenBTEResults

results = OpenBTEResults.load()

results.show()

For advanced visualization, e.g. slicing etc…, you can save results in the .vtu format

results.vtu()

This will craete a file, output.vtu, compatible with the popular software Paraview .