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).
Showing
- applications/test/faMesh-try/Make/files 3 additions, 0 deletionsapplications/test/faMesh-try/Make/files
- applications/test/faMesh-try/Make/options 7 additions, 0 deletionsapplications/test/faMesh-try/Make/options
- applications/test/faMesh-try/Test-faMesh-try.cxx 63 additions, 0 deletionsapplications/test/faMesh-try/Test-faMesh-try.cxx
- applications/test/faMeshesRegistry/Make/files 3 additions, 0 deletionsapplications/test/faMeshesRegistry/Make/files
- applications/test/faMeshesRegistry/Make/options 7 additions, 0 deletionsapplications/test/faMeshesRegistry/Make/options
- applications/test/faMeshesRegistry/Test-faMeshesRegistry.cxx 68 additions, 0 deletionsapplications/test/faMeshesRegistry/Test-faMeshesRegistry.cxx
- applications/utilities/finiteArea/checkFaMesh/checkFaMesh.C 3 additions, 3 deletionsapplications/utilities/finiteArea/checkFaMesh/checkFaMesh.C
- applications/utilities/finiteArea/makeFaMesh/decomposeFaFields.H 7 additions, 1 deletion...tions/utilities/finiteArea/makeFaMesh/decomposeFaFields.H
- applications/utilities/finiteArea/makeFaMesh/findMeshDefinitionDict.H 18 additions, 24 deletions.../utilities/finiteArea/makeFaMesh/findMeshDefinitionDict.H
- applications/utilities/finiteArea/makeFaMesh/makeFaMesh.C 11 additions, 1 deletionapplications/utilities/finiteArea/makeFaMesh/makeFaMesh.C
- applications/utilities/parallelProcessing/decomposePar/decomposePar.C 25 additions, 11 deletions.../utilities/parallelProcessing/decomposePar/decomposePar.C
- applications/utilities/parallelProcessing/reconstructPar/reconstructPar.C 24 additions, 8 deletions...lities/parallelProcessing/reconstructPar/reconstructPar.C
- applications/utilities/parallelProcessing/redistributePar/redistributePar.C 19 additions, 2 deletions...ties/parallelProcessing/redistributePar/redistributePar.C
- applications/utilities/postProcessing/dataConversion/foamToEnsight/checkFieldAvailability.H 43 additions, 8 deletions...ing/dataConversion/foamToEnsight/checkFieldAvailability.H
- applications/utilities/postProcessing/dataConversion/foamToEnsight/convertAreaFields.H 4 additions, 2 deletions...ocessing/dataConversion/foamToEnsight/convertAreaFields.H
- applications/utilities/postProcessing/dataConversion/foamToEnsight/foamToEnsight.C 14 additions, 0 deletions...stProcessing/dataConversion/foamToEnsight/foamToEnsight.C
- applications/utilities/postProcessing/dataConversion/foamToEnsight/getTimeIndex.H 1 addition, 1 deletion...ostProcessing/dataConversion/foamToEnsight/getTimeIndex.H
- applications/utilities/postProcessing/dataConversion/foamToEnsight/readFields.C 9 additions, 4 deletions.../postProcessing/dataConversion/foamToEnsight/readFields.C
- applications/utilities/postProcessing/dataConversion/foamToEnsight/readFields.H 3 additions, 2 deletions.../postProcessing/dataConversion/foamToEnsight/readFields.H
- applications/utilities/postProcessing/dataConversion/foamToVTK/convertAreaFields.H 3 additions, 3 deletions...stProcessing/dataConversion/foamToVTK/convertAreaFields.H
Please register or sign in to comment