MergeOrSplitBaffles

From OpenFOAMWiki
Revision as of 14:39, 31 August 2012 by Fcollonv (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

1 Name

mergeOrSplitBaffles - Detects faces that share points (baffles). Either merge them or duplicate the points.

Valid versions: OF Version 21.png

2 Synopsis

mergeOrSplitBaffles [OPTIONS]

3 Description

Detects faces that share points (baffles). Either merge them or duplicate the points.

-detectOnly

Find baffles only, but do not merge or split them

-split

Topologically split duplicate surfaces

-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

This utility is used in the following tutorials:

  • incompressible/pimpleDyMFoam/propeller