mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
INT: planeToFaceZone: integrate a new topoSet from OpenFOAM.org
This commit is contained in:
@ -433,6 +433,16 @@ actions
|
||||
normal (1 0 0);
|
||||
}
|
||||
|
||||
{
|
||||
name planeToFaceZone1;
|
||||
type faceZoneSet;
|
||||
action new;
|
||||
source planeToFaceZone;
|
||||
point (0.05 0 0);
|
||||
normal (1 0 0);
|
||||
option closest;
|
||||
}
|
||||
|
||||
// {
|
||||
// name faceZone1;
|
||||
// type faceZoneSet;
|
||||
|
||||
Reference in New Issue
Block a user