Skip to content

Modified OpenFOAMReader classes

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

Based on ParaView 5.4.1, vtkOpenFOAMReader and vtkPOpenFOAMReader classes are modified 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