Skip to content

Reply To: How to understand vti files

Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum, first register on this website and then send a message via our contact form.

Forums OpenLB General Topics How to understand vti files Reply To: How to understand vti files

#5816
Adrian
Keymaster

This is the compressed VTK data (storing everything in raw XML would significantly increase the file size). Why do you want to parse the VTK file manually?

If you want to access the material numbers for further processing in your program, the straight forward way is to access the SuperGeometry directly.

If you want to do further post-processing of VTK output outside of OpenLB, I would suggest to check whether there is a VTK library / binding available for your language of choice.