From 975602a937f14909a2593f9c6ec23d85ef285f6f Mon Sep 17 00:00:00 2001 From: mattijs Date: Tue, 21 May 2013 15:31:07 +0100 Subject: [PATCH] ENH: createBafflesDict: added comment --- .../manipulation/createBaffles/createBafflesDict | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/applications/utilities/mesh/manipulation/createBaffles/createBafflesDict b/applications/utilities/mesh/manipulation/createBaffles/createBafflesDict index b392f07642..ef2eb96227 100644 --- a/applications/utilities/mesh/manipulation/createBaffles/createBafflesDict +++ b/applications/utilities/mesh/manipulation/createBaffles/createBafflesDict @@ -14,6 +14,20 @@ FoamFile } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // +// Sample for creating baffles: +// - usually converting internal faces into two boundary faces +// - or converting boundary faces into a boundary face +// (internalFacesOnly=false)(though should use really createPatch +// to do this) +// - can also create duplicate (overlapping) sets of baffles: +// - internalFacesOnly = false +// - have 4 entries in patches: +// - master +// - slave +// - additional master +// - additional slave + + // Whether to convert internal faces only (so leave boundary faces intact). // This is only relevant if your face selection type can pick up boundary // faces.