openfoam/applications/utilities/preProcessing/mapFieldsPar
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
..
Make COMP: adjust compilation order with updated interdependencies 2019-04-28 14:44:33 +02:00
createTimes.H mapFields: Reinstated mapFields from OpenFOAM-2.2.x and renamed the current mapFields -> mapFieldsPar 2015-05-26 11:32:46 +01:00
mapFieldsPar.C ENH: add 'filtered' polyMesh regionName() method 2022-05-27 14:10:31 +02:00
mapLagrangian.C GIT: Header file updates 2019-10-31 14:48:44 +00:00
mapLagrangian.H GIT: Header file updates 2019-10-31 14:48:44 +00:00
MapLagrangianFields.H Merge commit 'e9219558d7' into develop-v1906 2019-12-05 11:47:19 +00:00
MapMeshes.H GIT: Header file updates 2019-10-31 14:48:44 +00:00
MapVolFields.H ENH: add GeometricBoundaryField evaluateCoupled method (#2436) 2022-04-29 11:44:29 +02:00
setTimeIndex.H ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00
UnMapped.H Merge commit 'e9219558d7' into develop-v1906 2019-12-05 11:47:19 +00:00