ENH: consistency updates for patchToFace topoSetSource (#1060)

- Support specification with "patches" and "patch" keywords
  (similar to zone selection). Keyword "name" for compatibility.
This commit is contained in:
Mark Olesen
2018-10-30 12:01:36 +00:00
parent de1832abdd
commit 9a87a043d6
21 changed files with 56 additions and 44 deletions

View File

@ -186,7 +186,7 @@ FoamFile
// // All faces of patch
// source patchToFace;
// {
// name ".*Wall"; // Name of patch, regular expressions allowed
// patch ".*Wall"; // Name of patch, regular expressions allowed
// }
//
// // All faces of faceZone

View File

@ -21,7 +21,7 @@ newFromPatch
source patchToFace;
sourceInfo
{
name outer;
patch outer;
}
}