RemoveFaces

From OpenFOAMWiki
Revision as of 09:21, 13 October 2012 by Fcollonv (Talk | contribs)

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

1 Name

removeFaces - Utility to remove faces (combines cells on both sides).

Valid versions: OF Version 21.png

2 Synopsis

removeFaces [OPTIONS] FACESET

3 Description

Utility to remove faces (combines cells on both sides).

Takes FACESET of candidates for removal and writes faceSet with faces that will actually be removed. (because e.g. would cause two faces between the same cells). See removeFaces in $FOAM_SRC/ dynamicMesh/polyTopoChange/polyTopoChange for constraints.

-overwrite

Overwrite the existing mesh files

-parallel

Run the utility in parallel

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

Directories through which the data are distributed

-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