FoamToSurface

From OpenFOAMWiki
Revision as of 09:24, 24 August 2012 by Fcollonv (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

-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