Difference between revisions of "RefinementLevel"

From OpenFOAMWiki
(First version)
 
m (Remove category mesh utilities)
 
Line 30: Line 30:
 
'''-help'''
 
'''-help'''
 
:Display the help and exit
 
:Display the help and exit
 
 
[[Category:Mesh manipulation utilities]]
 

Latest revision as of 08:54, 13 October 2012

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