RemoveFaces
From OpenFOAMWiki
1 Name
removeFaces - Utility to remove faces (combines cells on both sides).
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