mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: cellToFace: new selection option 'outside'
The new selection option 'outside' can be used to select faces with only one neighbour in the specified cellSet.
This commit is contained in:
@ -303,6 +303,15 @@ actions
|
||||
set cylinder1;
|
||||
}
|
||||
|
||||
{
|
||||
name faceCell1c;
|
||||
type faceSet;
|
||||
action new;
|
||||
source cellToFace;
|
||||
option outside;
|
||||
set cylinder1;
|
||||
}
|
||||
|
||||
{
|
||||
name faceCylinder1;
|
||||
type faceSet;
|
||||
|
||||
Reference in New Issue
Block a user