openfoam/applications/utilities/mesh/generation/PDRblockMesh
Mark Olesen ca25929372 ENH: minor simplifications for handling region meshes
- static version of polyMesh::meshDir(), which takes a region name

      polyMesh::meshDir(regionName)
  vs
      polyMesh::regionName(regionName)/polyMesh::meshSubDir

STYLE: use polyMesh::regionName(..) instead of comparing to defaultRegion

STYLE: use getOrDefault when retrieving various -region options

FIX: polyMesh::dbDir() now checks registry name, not full path (#3033)
2023-12-07 17:42:24 +01:00
..
Make ENH: new PDRblockMesh mesh generation utility (issue #1216) 2019-02-23 15:45:32 +01:00
cleanMeshDirectory.H ENH: minor simplifications for handling region meshes 2023-12-07 17:42:24 +01:00
PDRblockMesh.C STYLE: prefer REGISTER/NO_REGISTER instead of true/false for IOobject 2023-03-10 14:16:32 +00:00
printMeshSummary.H ENH: generate local orientation vectors for blockMesh VTK output (#1903) 2020-10-28 16:04:12 +01:00