openfoam/applications/utilities/mesh/generation/foamyMesh
Mark Olesen ba10afea77 ENH: add 'filtered' polyMesh regionName() method
- in various situations with mesh regions it is also useful to
  filter out or remove the defaultRegion name (ie, "region0").

  Can now do that conveniently from the polyMesh itself or as a static
  function. Simply use this

      const word& regionDir = polyMesh::regionName(regionName);

  OR  mesh.regionName()

  instead of

      const word& regionDir =
      (
           regionName != polyMesh::defaultRegion
         ? regionName
         : word::null
      );

  Additionally, since the string '/' join operator filters out empty
  strings, the following will work correctly:

      (polyMesh::regionName(regionName)/polyMesh::meshSubDir)

      (mesh.regionName()/polyMesh::meshSubDir)
2022-05-27 14:10:31 +02:00
..
cellSizeAndAlignmentGrid CONFIG: provisional cuda rule. Update naming for CGAL rules 2020-11-17 21:29:07 +01:00
conformalVoronoi2DMesh STYLE: remove unused private fields (foamyMesh) 2021-11-04 18:03:34 +01:00
conformalVoronoiMesh ENH: add 'filtered' polyMesh regionName() method 2022-05-27 14:10:31 +02:00
foamyHexMesh ENH: refactor coordSet writers (#2347) 2022-03-10 19:41:22 +01:00
foamyHexMeshBackgroundMesh STYLE: use single-parameter SubList where applicable (reduces clutter) 2022-01-31 20:08:52 +01:00
foamyHexMeshSurfaceSimplify ENH: improve consistency of fileName handling windows/non-windows (#2057) 2021-04-19 16:33:42 +00:00
foamyQuadMesh COMP: Silence boost bind deprecation warnings (before CGAL-5.2.1) 2022-04-08 10:26:48 +02:00
Allwclean STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
Allwmake STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
foamyMesh.dox Merge commit 'e9219558d7' into develop-v1906 2019-12-05 11:47:19 +00:00