On 09/15/2017 01:21 PM, Kathrin Sobe wrote:
Hi Robert,
interesting solution, just as an information: After running the simulation the results are written into a .vtk file (pb.save_state(...)). I tried to find the reason for the exception and started the viewer only with the just created result .vtk file. In this case everything was working as expected and the viewer shows the picture?
You need to setup the visualization pipeline yourself to see something (add at least one module, e.g. surface).
Thank you for clarifying the content of the result .vtk file. Is there a description of the result file in the documentation? The section VECTORS are the displacement vectors. In which order are these vectors given?
It is a standard legacy VTK file [1]. The fields saved are the primary variables, and those coming from the post-processing.
[1] http://www.vtk.org/VTK/img/file-formats.pdf
Could you also explain the content of the regions.vtk file?
The regions you defined are marked by ones, you can view it just like the results file.
r.