openfoam/applications/utilities/postProcessing/dataConversion/foamToVTK
Mark Olesen b5435cc83e ENH: separate registry and revised file locations for finite-area
- The internal storage location of finite-area changes from being
  piggybacked on the polyMesh registry to a having its own dedicated
  registry:

  * allows a clearer separation of field types without name clashes.
  * prerequisite for supporting multiple finite-area regions (future)

Old Locations:
```
   0/Us
   constant/faMesh
   system/faMeshDefinition
   system/faSchemes
   system/faSolution
```

New Locations:
```
   0/finite-area/Us
   constant/finite-area/faMesh
   system/finite-area/faMeshDefinition  (or system/faMeshDefinition)
   system/finite-area/faSchemes
   system/finite-area/faSolution
```

NOTES:
    The new locations represent a hard change (breaking change) that
    is normally to be avoided, but seamless compatibility handling
    within the code was found to be unworkable.

    The `foamUpgradeFiniteArea` script provides assistance with migration.

    As a convenience, the system/faMeshDefinition location continues
    to be supported (may be deprecated in the future).
2024-04-19 17:20:09 +02:00
..
Make COMP: missing linkage, unneeded linkage 2022-04-29 13:26:36 +02:00
convertAreaFields.H ENH: separate registry and revised file locations for finite-area 2024-04-19 17:20:09 +02:00
convertLagrangian.H ENH: specialise bitOr<unsigned char> reduction 2023-07-19 14:06:23 +02:00
convertProcessorPatches.H ENH: output finiteArea patchID with foamToVTK -with-ids 2023-05-09 19:30:58 +02:00
convertSurfaceFields.H ENH: output finiteArea patchID with foamToVTK -with-ids 2023-05-09 19:30:58 +02:00
convertTopoSet.H ENH: output finiteArea patchID with foamToVTK -with-ids 2023-05-09 19:30:58 +02:00
convertVolumeFields.H STYLE: use UPtrList::test() instead of separate bounds checking 2023-07-19 14:10:31 +02:00
createMeshAccounting.H ENH: centralized handling of -allRegions, -regions, -region (#2072) 2021-05-07 09:46:33 +02:00
foamToVTK.C ENH: separate registry and revised file locations for finite-area 2024-04-19 17:20:09 +02:00
readFields.C ENH: use objectRegistry/IOobjectList sorted instead of lookupClass 2023-07-31 20:11:32 +02:00
readFields.H ENH: foamToVTK improvements for (-no-internal, -no-boundary) 2023-01-31 12:45:39 +01:00
reportFields.H GIT: Header file updates 2019-10-31 14:48:44 +00:00
writeAreaFields.H ENH: foamToVTK improvements for (-no-internal, -no-boundary) 2023-01-31 12:45:39 +01:00
writeDimFields.H ENH: foamToVTK improvements for (-no-internal, -no-boundary) 2023-01-31 12:45:39 +01:00
writePointFields.H ENH: foamToVTK improvements for (-no-internal, -no-boundary) 2023-01-31 12:45:39 +01:00
writeSurfaceFields.H ENH: foamToVTK improvements for (-no-internal, -no-boundary) 2023-01-31 12:45:39 +01:00
writeVolFields.H STYLE: use UPtrList::test() instead of separate bounds checking 2023-07-19 14:10:31 +02:00