Skip to content

OpenFOAMReader update for supporting collated format introduced in OpenFOAM 5.x

SeongMo Yeon requested to merge (removed):master into master

I have modified vtkOpenFOAMReader and vtkPOpenFOAMReader classes to handle the newly introduced format in OpenFOAM 5.x. The reader tested with ascii and binary dict format and worked well with ParaView-5.4.1. However, if the dict file is gzipped, the field data is not mapped properly on the mesh in all the case type, Reconstruted, Decomposed and Collated cases. I couldn't fix that problem so it would be perfect if you could correct that problem while merging this patch.

Merge request reports