openfoam/applications/utilities/postProcessing/graphics/PV3FoamReader
Mark Olesen 9427a34c2a 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.
2008-08-08 23:23:06 +02:00
..
PV3FoamReader PV3FoamReader gets (single) mesh region handling 2008-08-08 23:23:06 +02:00
vtkPV3Foam PV3FoamReader gets (single) mesh region handling 2008-08-08 23:23:06 +02:00
Allwclean PV3FoamReader - remove old time-selection arrays 2008-07-24 15:58:59 +02:00
Allwmake re-location of PV3FoamReader 2008-05-28 09:48:46 +01:00