RefineWallLayer

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

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

1 Name

refineWallLayer - Utility to refine cells next to patches.

Valid versions: OF Version 21.png

2 Synopsis

refineWallLayer [OPTIONS] PATCHNAME EDGEWEIGHT

3 Description

Utility to refine cells next to patches.

Takes a PATCHNAME and number of layers to refine. Works out cells within these layers and refines those in the wall-normal direction.

EDGEWEIGHT determines the ratio between the new cell size next to the wall and the current size i.e. 0.5 cuts the cells next to the wall in two equal cells.

-useSet NAME

Restrict the refinement to the cell of the cellSet NAME

-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