openfoam/bin
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
..
tools STYLE: remove defunct restore0Dir expand of #include [collated] 2024-04-03 19:00:39 +02:00
foamCheckJobs STYLE: use SPDX-style for scripts 2023-05-10 18:23:13 +02:00
foamCleanPath CONFIG: fixes for MacOS (#2555) 2022-08-19 12:52:11 +02:00
foamCleanPolyMesh ENH: CleanFunctions refinements 2022-06-09 15:34:17 +02:00
foamCleanTutorials ENH: CleanFunctions refinements 2022-06-09 15:34:17 +02:00
foamCloneCase FIX: avoid bad copy (foamCloneCase) when time dir is missing (fixes #2975) 2023-10-08 17:58:53 +02:00
foamCopySettings STYLE: use SPDX-style for scripts 2023-05-10 18:23:13 +02:00
foamCreateVideo STYLE: use SPDX-style for scripts 2023-05-10 18:23:13 +02:00
foamEndJob STYLE: use SPDX-style for scripts 2023-05-10 18:23:13 +02:00
foamEtcFile CONFIG: add build information into shell session 2021-11-25 17:36:37 +01:00
foamGetDict STYLE: use SPDX-style for scripts 2023-05-10 18:23:13 +02:00
foamInstallationTest CONFIG: trap missing make command in canCompile (#2077) 2021-05-06 21:43:10 +02:00
foamJob CONFIG: reinstate FOAM_LD_LIBRARY_PATH adjustments (#2801) 2023-06-26 09:47:07 +02:00
foamLog STYLE: use SPDX-style for scripts 2023-05-10 18:23:13 +02:00
foamMonitor ENH: foamMonitor: modernise and refactor the script (fixes #2104) 2023-12-15 22:20:27 +00:00
foamNew STYLE: use SPDX-style for scripts 2023-05-10 18:23:13 +02:00
foamNewApp STYLE: use SPDX-style for scripts 2023-05-10 18:23:13 +02:00
foamNewBC STYLE: use SPDX-style for scripts 2023-05-10 18:23:13 +02:00
foamNewCase STYLE: use SPDX-style for scripts 2023-05-10 18:23:13 +02:00
foamNewFunctionObject STYLE: use SPDX-style for scripts 2023-05-10 18:23:13 +02:00
foamNewSource STYLE: move source templates from bin/templates/ to etc/codeTemplates/ 2010-03-03 09:19:23 +01:00
foamNewTemplate STYLE: move source templates from bin/templates/ to etc/codeTemplates/ 2010-03-03 09:19:23 +01:00
foamPrintJobs STYLE: use SPDX-style for scripts 2023-05-10 18:23:13 +02:00
foamRunTutorials ENH: foamRunTutorials -dry-run option 2022-06-14 15:23:08 +02:00
foamSearch STYLE: use SPDX-style for scripts 2023-05-10 18:23:13 +02:00
foamSequenceVTKFiles STYLE: use SPDX-style for scripts 2023-05-10 18:23:13 +02:00
foamSolverSweeps STYLE: use SPDX-style for scripts 2023-05-10 18:23:13 +02:00
foamSystemCheck CONFIG: update c++ standard, some compiler rules (partially addresses #2209) 2021-10-21 15:31:05 +02:00
foamTestTutorial CONFIG: inline _foamEval within <etc/config.sh/setup> 2021-06-18 17:14:22 +02:00
foamUpgradeFiniteArea ENH: separate registry and revised file locations for finite-area 2024-04-19 17:20:09 +02:00
mpirunDebug CONFIG: runParallel with --oversubscribe for openmpi 2023-09-04 14:24:13 +02:00
paraFoam TUT: avoid redundant -finite-area option for foamToEnsight, foamToVTK 2022-06-15 12:52:20 +02:00