PV3FoamReader gets (single) mesh region handling
- handling multiple regions require multiple readers - a region is currently recognized by the file name, anything after the '=' delimiter (eg, "case=region.OpenFOAM") is used to determine the mesh region, but might be changed in the future eg, 'case%region', 'case^region', 'case~region', 'case{region}' ... Note: - Having a separate reader for each region instead attempting to handle all the mesh regions in a single reader is the better solution. It is not only simpler, but allows distinct field selections for each region Todo: - Haven't a test for Lagrangian and multi-regions.
Showing
- applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/vtkPV3FoamReader.cxx 19 additions, 4 deletions...graphics/PV3FoamReader/PV3FoamReader/vtkPV3FoamReader.cxx
- applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3Foam.C 54 additions, 9 deletions...Processing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3Foam.C
- applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3Foam.H 7 additions, 8 deletions...Processing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3Foam.H
- applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamFields.C 8 additions, 2 deletions...sing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamFields.C
- applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamMesh.C 2 additions, 6 deletions...essing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamMesh.C
- applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamMeshLagrangian.C 2 additions, 0 deletions...phics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamMeshLagrangian.C
- applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamUpdateInfo.C 53 additions, 33 deletions.../graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamUpdateInfo.C
- applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamUpdateInfoFields.H 10 additions, 2 deletions...ics/PV3FoamReader/vtkPV3Foam/vtkPV3FoamUpdateInfoFields.H
Please register or sign in to comment