In LiquidEarth , you can import volumetric meshes from VTK (.vtk) files. This allows you to bring in results from external modeling tools or simulation workflows and view, analyze, and annotate them directly in your 3D Workspace.



What is VTK?

The VTK file format is a family of formats used to store scientific datasets (grids, meshes, and their associated attributes). In practice, there are three main variants:

  1. Legacy VTK (.vtk)

    The original, line-based format that can be ASCII or binary. It stores everything - geometry, topology, and data attributes - in a single file. It’s simple to read/write and widely supported.

  2. XML VTK (.vti, .vtr, .vts, .vtp, .vtu, …)

    A newer, XML-based family of formats with one file extension per dataset type. These support additional features such as better metadata, compression, and parallel I/O via “.pv*” meta-files.

  3. VTK-HDF (.vthb, .vti with HDF, etc.)

    An HDF5-backed variant designed for high-performance and large-scale data, combining VTK’s data model with HDF5’s storage and parallel I/O capabilities.

LiquidEarth currently supports only the legacy VTK format.

<aside> ℹ️

For a detailed description take a look at the official VTK’s documentation.

</aside>


Supported VTK volume grids in LiquidEarth

LiquidEarth supports the following legacy VTK volume grid types: