Difference between revisions of "CreateBaffles"

From OpenFOAMWiki
m
m (Description: Improve description thanks to comments in the source code)
 
Line 30: Line 30:
 
:Display the help and exit
 
:Display the help and exit
  
 +
Note: if any coupled patch face is selected for baffling the opposite member has to be selected for baffling as well. Note that this is the same as repatching. This was added only for convenience so you don't have to filter coupled boundary out of your set.
  
 
[[Category:Mesh manipulation utilities]]
 
[[Category:Mesh manipulation utilities]]

Latest revision as of 20:29, 3 September 2012

1 Name

createBaffles - Makes internal faces into boundary faces. Does not duplicate points, unlike mergeOrSplitBaffles.

Valid versions: OF Version 21.png

2 Synopsis

createBaffles [OPTIONS] FACEZONENAME "(MASTERPATCH SLAVEPATCH)"

3 Description

Transform internal faces into boundary faces to introduce a baffle; e.g. to introduce thin wall through which the heat transfer should be computed (see e.g. tutorial: $FOAM_TUTORIALS/heatTransfer/buoyantSimpleFoam/circuitBoardCooling)

-additionalPatches ((MASTER2 SLAVE2) [...(MASTERN SLAVEN)])

Add more patches that couple the baffle with the mesh

-internalFacesOnly

Do not convert boundary faces

-overwrite

Overwrite the existing mesh files

-parallel

Run the utility in parallel

-roots "(DIR1 [...DIRN])"

Directories through which the data are distributed

-region NAME

Specify a mesh region by its NAME

-case DIR

Execute the command on the case directory DIR. If not provided, use the current directory

-noFunctionObjects

Skip the execution of the functionObjects

-help

Display the help and exit

Note: if any coupled patch face is selected for baffling the opposite member has to be selected for baffling as well. Note that this is the same as repatching. This was added only for convenience so you don't have to filter coupled boundary out of your set.