From 8d2165e7f40a2708cb5e19b6557dfc95fdf751a5 Mon Sep 17 00:00:00 2001 From: mattijs Date: Mon, 19 Dec 2022 14:49:16 +0000 Subject: [PATCH] ENH: topoSet: add new topoSet options --- etc/caseDicts/annotated/topoSetSourcesDict | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/etc/caseDicts/annotated/topoSetSourcesDict b/etc/caseDicts/annotated/topoSetSourcesDict index ef464d7778..f56caca722 100644 --- a/etc/caseDicts/annotated/topoSetSourcesDict +++ b/etc/caseDicts/annotated/topoSetSourcesDict @@ -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) + } }