mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
@ -27,7 +27,7 @@ actions
|
||||
source patchToFace;
|
||||
sourceInfo
|
||||
{
|
||||
name couple1;
|
||||
patch couple1;
|
||||
}
|
||||
}
|
||||
{
|
||||
@ -49,7 +49,7 @@ actions
|
||||
source patchToFace;
|
||||
sourceInfo
|
||||
{
|
||||
name couple2;
|
||||
patch couple2;
|
||||
}
|
||||
}
|
||||
{
|
||||
|
||||
@ -24,7 +24,7 @@ actions
|
||||
source patchToFace;
|
||||
sourceInfo
|
||||
{
|
||||
name outerCylinder;
|
||||
patch outerCylinder;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -27,7 +27,7 @@ actions
|
||||
source patchToFace;
|
||||
sourceInfo
|
||||
{
|
||||
name "AMI.*";
|
||||
patch "AMI.*";
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
@ -24,7 +24,7 @@ actions
|
||||
source patchToFace;
|
||||
sourceInfo
|
||||
{
|
||||
name "side1";
|
||||
patch side1;
|
||||
}
|
||||
}
|
||||
{
|
||||
@ -57,7 +57,7 @@ actions
|
||||
source patchToFace;
|
||||
sourceInfo
|
||||
{
|
||||
name "walls";
|
||||
patch walls;
|
||||
}
|
||||
}
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user