ENH: topoSet: add new topoSet options

This commit is contained in:
mattijs 2022-12-19 14:49:16 +00:00
parent 5fa37fb41c
commit 8d2165e7f4

View File

@ -257,6 +257,8 @@ faceSet_doc
option all; // All faces of cells
//option both; // Only faces with owner+neighbour in cellSet
//option outside; // Only faces with either owner or neighbour
// in cellSet
}
@ -555,6 +557,15 @@ faceZoneSet_doc
flip false; // optional: flip the faceZone (so now the cellSet
// is the master side)
}
//- Select based on outside of cellSet
{
source cellToFaceZone;
set c0; // name of cellSet of slave side
flip false; // optional: flip the faceZone (so now the cellSet
// is the master side)
}
}