surfaceMeshInfo.C File Reference

Miscellaneous information about surface meshes. More...

Go to the source code of this file.

Detailed Description

Miscellaneous information about surface meshes.

Original source file surfaceMeshInfo.C

Usage
surfaceMeshInfo surfaceFile [OPTION]

Options:

  • -areas
    Report area for each face.
  • -scale <scale>
    Specify a scaling factor when reading files.
  • -xml
    Write output in XML format.

    Note: The filename extensions are used to determine the file format type.

    The XML-like output can be useful for extraction with other tools, but either output format can be easily extracted with a simple sed command:

            surfaceMeshInfo surfaceFile -areas | \
                sed -ne '/areas/,/:/{ /:/!p }'
    
            surfaceMeshInfo surfaceFile -areas -xml | \
                sed -ne '/<areas/,/</{ /</!p }'

Definition in file surfaceMeshInfo.C.