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;
}
}

View File

@ -27,7 +27,7 @@ actions
source patchToFace;
sourceInfo
{
name couple1;
patch couple1;
}
}
{
@ -49,7 +49,7 @@ actions
source patchToFace;
sourceInfo
{
name couple2;
patch couple2;
}
}
{

View File

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

View File

@ -27,7 +27,7 @@ actions
source patchToFace;
sourceInfo
{
name "AMI.*";
patch "AMI.*";
}
}
);

View File

@ -24,7 +24,7 @@ actions
source patchToFace;
sourceInfo
{
name "side1";
patch side1;
}
}
{
@ -57,7 +57,7 @@ actions
source patchToFace;
sourceInfo
{
name "walls";
patch walls;
}
}
{

View File

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

View File

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

View File

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

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;
}
}

View File

@ -66,7 +66,7 @@ actions
source patchToFace;
sourceInfo
{
name top;
patch top;
}
}
@ -192,7 +192,7 @@ actions
source patchToFace;
sourceInfo
{
name bottom;
patch bottom;
}
}

View File

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

View File

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

View File

@ -27,7 +27,7 @@ actions
source patchToFace;
sourceInfo
{
name "AMI.*";
patch "AMI.*";
}
}
);

View File

@ -41,7 +41,7 @@ actions
source patchToFace;
sourceInfo
{
name freeSurface;
patch freeSurface;
}
}

View File

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

View File

@ -41,7 +41,7 @@ actions
source patchToFace;
sourceInfo
{
name freeSurface;
patch freeSurface;
}
}