ENH: align fileOperations/masterUncollatedFileOperation findInstance()

- adds handling of negative start times for masterUncollatedFileOperation
  as well (#1112).

- handle failures *after* restoring non-parRun mode.
  This ensures exit(FatalError) will exit MPI properly as well.

STYLE: replace "polyMesh" with polyMesh::meshSubDir

STYLE: adjust IOobject read/write enumerated values

- provision for possible bitwise handling
This commit is contained in:
Mark Olesen
2022-04-01 17:48:59 +02:00
parent 18e0d7e4d6
commit 430281bced
12 changed files with 279 additions and 228 deletions

View File

@ -1698,7 +1698,7 @@ int main(int argc, char *argv[])
fileName bczf
(
runTime.path()/runTime.constant()
/"polyMesh"/"boundaryAdjacentCellZones"
/polyMesh::meshSubDir/"boundaryAdjacentCellZones"
);
OFstream boundaryCellZonesFile(bczf);