Skip to content

Fluent CFF Reader

Arthur P. requested to merge halowine/vtk:vtkFluentCFF into master

Add the Fluent CFF Reader (Common Fluid Format). This file format is the default format in the latest Fluent version (>20). The legacy format (Binary or ASCII) is not used anymore.

The CFF format uses the HDF library.

Similarly to the legacy Fluent format, it needs 2 files : a case file (extension '.cas.h5') and a data file (extension '.dat.h5').

Many test have been done with : Cartesian grid, Unstructured grid (poly, tetra, ...), 3D/2D, double and single precision files.

I have attached multiple CFF files for testing.

room.dat.h5

roomdp.cas.h5

roomdp.dat.h5

mesh_3ddp.cas.h5

mesh_3ddp.dat.h5

room.cas.h5

Cc: @cory.quammen

Edited by Arthur P.

Merge request reports