Difference between revisions of "FoamToSurface"

From OpenFOAMWiki
(First version)
 
m (Added missing category)
Line 29: Line 29:
 
'''-help'''
 
'''-help'''
 
:Display the help and exit
 
:Display the help and exit
 +
 +
 +
[[Category:Mesh conversion utilities]]

Revision as of 20:14, 22 August 2012

1 Name

foamToSurface - Write the boundaries of a foam mesh in surface format.

Valid versions: OF Version 21.png

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

-noFunctionObject

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