FoamToSurface
From OpenFOAMWiki
1 Name
foamToSurface - Write the boundaries of a foam mesh in surface format.
2 Synopsis
foamToSurface [OPTIONS] OUTPUTFILE.EXT
3 Description
Write the boundaries of the foam mesh in OUTPUTFILE. The extension EXT specifies the format wanted.
Valid extensions are: ac, gts, inp, obj, off, ofs, smesh, stl, stlb, tri, vtk, wrl and x3d.
-scale factor
- Scale the mesh geometry by factor. If not provided, use 1
-tri
- Triangulate the surface
-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