WriteMeshObj

From OpenFOAMWiki

1 Name

writeMeshObj - For mesh debugging: writes mesh as separate OBJ files which can be viewed with e.g. javaview

Valid versions: OF Version 21.png

2 Synopsis

writeMeshObj [OPTIONS]

3 Description

Write the mesh as separate OBJ files. One for the points, one for the face centres, one for the cell centres and one for every patches.

-cell INTEGER

Write points for one cell specified by its index INTEGER

-cellSet CELLSETNAME

Write points for the cellSet CELLSETNAME

-face INTEGER

Write points for one face specified by its index INTEGER

-faceSet FACESETNAME

Write points for the faceSet FACESETNAME

-patchEdges

Write the patch boundary edges

-patchFaces

Write the patch faces edges

-point INTEGER

Write the point specified by its index INTEGER

-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

-constant

Include the constant directory in the times list

-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

-help

Display the help and exit