All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
foamToTecplot360.C File Reference

Tecplot binary file format writer. More...

Go to the source code of this file.

Detailed Description

Tecplot binary file format writer.

Original source file foamToTecplot360.C

Usage
foamToTecplot360 [OPTION]

Options:

  • -fields <names>
    Convert selected fields only. For example,
          -fields '( p T U )'
    The quoting is required to avoid shell expansions and to pass the information as a single argument.
  • -cellSet <name>
  • -faceSet <name>
    Restrict conversion to the cellSet, faceSet.
  • -nearCellValue
    Output cell value on patches instead of patch value itself
  • -noInternal
    Do not generate file for mesh, only for patches
  • -noPointValues
    No pointFields
  • -noFaceZones
    No faceZones
  • -excludePatches <patchNames>
    Specify patches (wildcards) to exclude. For example,
          -excludePatches '( inlet_1 inlet_2 "proc.*")'
    The quoting is required to avoid shell expansions and to pass the information as a single argument. The double quotes denote a regular expression.
  • -useTimeName
    use the time index in the VTK file name instead of the time index

Definition in file foamToTecplot360.C.