RefinementLevel

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

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

1 Name

refinementLevel - Tries to figure out what the refinement level is on refined cartesian meshes. Run before snapping.

Valid versions: OF Version 21.png

2 Synopsis

refinementLevel [OPTIONS]

3 Description

Tries to figure out what the refinement level is on refined cartesian meshes. Run before snapping.

Writes:

  • volScalarField refinementLevel with current refinement level.
  • cellSet refCells which are the cells that need to be refined to satisfy 2:1 refinement.

Works by dividing cells into volume bins.

-readLevel

Read level from refinementLevel file

-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