RenumberMesh

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

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

1 Name

renumberMesh - Renumbers the cell list in order to reduce the bandwidth, reading and renumbering all fields from all the time directories.

Valid versions: OF Version 21.png

2 Synopsis

renumberMesh [OPTIONS]

3 Description

Renumbers the cell list in order to reduce the bandwidth, reading and renumbering all fields from all the time directories.


-blockOrder

Order cells into regions (using decomposition)

-orderPoints

Order points into internal and boundary points

-writeMaps

Write cellMap, faceMap, pointMap in polyMesh/

-overwrite

Overwrite the existing mesh files

-latestTime

Apply only on the latest time available

-noFunctionObjects

Skip the execution of the functionObjects

-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

-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/pisoFoam/les/motorBike/motorBike
  • incompressible/simpleFoam/turbineSiting