CollapseEdges

From OpenFOAMWiki
Revision as of 18:37, 24 September 2012 by Fcollonv (Talk | contribs)

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

1 Name

collapseEdges - Collapse short edges and combines edges that are in line.

Valid versions: OF Version 21.png

2 Synopsis

collapseEdges [OPTIONS] EDGE_LENGTH MERGE_ANGLE

3 Description

Collapse edges smaller than EDGE_LENGTH given in meter. And merge edges that are in line: angle < MERGE_ANGLE given in degrees.

-overwrite

Overwrite the existing mesh files

-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:

  • compressible/rhoCentralFoam/biconic25-55Run35