openfoam/applications
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
..
solvers Added missing access function. 2008-08-05 13:21:52 +01:00
test update dictionary headers and FoamFile entry to 1.5 format 2008-07-14 14:50:35 +02:00
utilities PV3FoamReader gets (single) mesh region handling 2008-08-08 23:23:06 +02:00
Allwmake Lots of changes from Mark and my changes to ddtPhiCorr all mixed together 2008-05-25 21:46:37 +01:00