ENH: createBafflesDict: more comment

This commit is contained in:
mattijs
2013-11-18 15:03:46 +00:00
parent c515e42acf
commit fe31693e30

View File

@ -19,13 +19,18 @@ FoamFile
// - or converting boundary faces into a boundary face // - or converting boundary faces into a boundary face
// (internalFacesOnly=false)(though should use really createPatch // (internalFacesOnly=false)(though should use really createPatch
// to do this) // to do this)
// - can also create duplicate (overlapping) sets of baffles: // - specification in one of two modes:
// - internalFacesOnly = false // - patchPairs : create two patches of same type, same input
// - have 4 entries in patches: // - patches : create patches separately, full control over what
// - master // to create on what side
// - slave // (this mode can also create duplicate (overlapping)
// - additional master // sets of baffles:
// - additional slave // - 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).