ENH: createBafflesDict: added comment

This commit is contained in:
mattijs
2013-05-21 15:31:07 +01:00
parent 5f034c9235
commit 975602a937

View File

@ -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). // Whether to convert internal faces only (so leave boundary faces intact).
// This is only relevant if your face selection type can pick up boundary // This is only relevant if your face selection type can pick up boundary
// faces. // faces.