Miscellaneous information about surface meshes. More...
Go to the source code of this file.
Miscellaneous information about surface meshes.
Original source file surfaceMeshInfo.C
-areas | Report area for each face. |
-scale | <scale> Specify a scaling factor when reading files. |
-xml | Write output in XML format. |
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.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.