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

#5819
Adrian
Keymaster

The SuperGeometry(2,3)D stores a vector of BlockGeometry(2,3)D instances (this pattern is present all throughout OpenLB), one for each cuboid assigned to the process. At the lowest level, all material numbers of a block are stored in a plain array.

It should be possible to write raw XML VTK files by setting compress=false in the SuperVTMwriter3D constructor.