PolyDualMesh

From OpenFOAMWiki
Revision as of 16:50, 2 September 2012 by Fcollonv (Talk | contribs)

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

1 Name

polyDualMesh - Calculate the dual of a polyMesh. Adheres to all the feature and patch edges.

Valid versions: OF Version 21.png

2 Synopsis

polyDualMesh [OPTIONS] ANGLE

3 Description

Calculate the dual of a polyMesh. Adheres to all the feature and patch edges. A feature ANGLE expressed in degrees [0-180] is required in argument.

-concaveMultiCells

Split cells on concave boundary edges into multiple cells

-doNotPreserveFaceZones

Disable the default behaviour of preserving faceZones by having multiple faces inbetween cells

-splitAllFaces

Have multiple faces inbetween cells

-overwrite

Overwrite the existing mesh files

-noZero

Exclude the 0 directory from the times list

-time RANGES

Select time steps. RANGES follows the time selection rules

-latestTime

Apply only on the latest time available

-constant

Include the constant directory in the times list


-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