openfoam/applications/utilities/postProcessing/dataConversion/foamToEnsight
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: fix linkage on some libs and utils (general and mingw) 2021-05-31 20:54:58 +02:00
checkFieldAvailability.H ENH: separate registry and revised file locations for finite-area 2024-04-19 17:20:09 +02:00
checkMeshMoving.H STYLE: prefer REGISTER/NO_REGISTER instead of true/false for IOobject 2023-03-10 14:16:32 +00:00
convertAreaFields.H ENH: separate registry and revised file locations for finite-area 2024-04-19 17:20:09 +02:00
convertLagrangian.H ENH: direct ensight output of float/double 2022-11-15 17:26:09 +01:00
convertVolumeFields.H ENH: multi-region support for foamToEnsight (#2080) 2021-05-30 21:02:59 +02:00
createMeshAccounting.H ENH: add 'filtered' polyMesh regionName() method 2022-05-27 14:10:31 +02:00
findCloudFields.H ENH: more consistent use of broadcast, combineReduce etc. 2022-11-08 16:48:08 +00:00
foamToEnsight.C ENH: separate registry and revised file locations for finite-area 2024-04-19 17:20:09 +02:00
getTimeIndex.H ENH: separate registry and revised file locations for finite-area 2024-04-19 17:20:09 +02:00
readFields.C ENH: separate registry and revised file locations for finite-area 2024-04-19 17:20:09 +02:00
readFields.H ENH: separate registry and revised file locations for finite-area 2024-04-19 17:20:09 +02:00
writeAreaFields.H ENH: use objectRegistry/IOobjectList sorted instead of lookupClass 2023-07-31 20:11:32 +02:00
writeDimFields.H ENH: use objectRegistry/IOobjectList sorted instead of lookupClass 2023-07-31 20:11:32 +02:00
writePointFields.H ENH: use objectRegistry/IOobjectList sorted instead of lookupClass 2023-07-31 20:11:32 +02:00
writeVolFields.H ENH: use objectRegistry/IOobjectList sorted instead of lookupClass 2023-07-31 20:11:32 +02:00