From 994dee99dfa57e2598eef060e23d736be32088e7 Mon Sep 17 00:00:00 2001 From: mattijs Date: Thu, 3 Apr 2014 12:35:10 +0100 Subject: [PATCH] ENH: createBafflesDict: added comment --- .../manipulation/createBaffles/createBafflesDict | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/applications/utilities/mesh/manipulation/createBaffles/createBafflesDict b/applications/utilities/mesh/manipulation/createBaffles/createBafflesDict index 15e099fb06..9ce767ea4b 100644 --- a/applications/utilities/mesh/manipulation/createBaffles/createBafflesDict +++ b/applications/utilities/mesh/manipulation/createBaffles/createBafflesDict @@ -19,7 +19,17 @@ FoamFile // - or converting boundary faces into a boundary face // (internalFacesOnly=false)(though should use really createPatch // to do this) -// - specification in one of two modes: +// +// - selection of faces (and orientation) to 'baffle' through: +// faceZone: +// type faceZone; +// zoneName f0; +// searchableSurface: +// type searchableSurface; +// surface triSurfaceMesh; +// name baffle1D.stl; +// +// - specification of patches for baffle sides in one of two modes: // - patchPairs : create two patches of same type, same input // - patches : create patches separately, full control over what // to create on what side