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

@ -67,7 +67,7 @@ actions
source patchToFace;
sourceInfo
{
name inlet;
patch inlet;
}
}

View File

@ -36,7 +36,7 @@ actions
source patchToFace;
sourceInfo
{
name coupledWallTmp;
patch coupledWallTmp;
}
}

View File

@ -24,7 +24,7 @@ actions
source patchToFace;
sourceInfo
{
name coupledPatch;
patch coupledPatch;
}
}