Skip to content

Cell model has two sub-types:

  • Mesh/Vector
  • Grid/Raster

Cell model-schema

Cell model is represented as an enumerable of data cells. Data cell can be understood as a most granular element, this means one measured attribute for a single spatial element.

Data cell schema

Data - value for a particular cell ItemIndex - refers to index of item in Items collection SpatialElementIndex - refers to index of element written by particular Write method

Examples

2D-Grid .vti in Paraview 2D-Mesh/Vector .vtu in Paraview 3D-Grid  .vti in Paraview 3D-Mesh .vtu in Paraview