RefinementLevel
From OpenFOAMWiki
1 Name
refinementLevel - Tries to figure out what the refinement level is on refined cartesian meshes. Run before snapping.
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