mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +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:
@ -66,7 +66,7 @@ actions
|
||||
source patchToFace;
|
||||
sourceInfo
|
||||
{
|
||||
name top;
|
||||
patch top;
|
||||
}
|
||||
}
|
||||
|
||||
@ -192,7 +192,7 @@ actions
|
||||
source patchToFace;
|
||||
sourceInfo
|
||||
{
|
||||
name bottom;
|
||||
patch bottom;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user