FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

surfaceAdd.C File Reference

Add two surfaces. Does geometric merge on points. Does not check for overlapping/intersecting triangles. More...


Detailed Description

Add two surfaces. Does geometric merge on points. Does not check for overlapping/intersecting triangles.

Keeps patches separate by renumbering.

Usage
  • surfaceAdd [OPTIONS] <Foam surface file> <Foam surface file> <Foam output surface file>
Parameters:
\<Foamsurface file>
Todo:
Detailed description of argument.
Parameters:
\<Foamsurface file>
Todo:
Detailed description of argument.
Parameters:
\<Foamoutput surface file>
Todo:
Detailed description of argument.
Parameters:
-points<pointsFile>
Add points from file.
-mergeRegions
Merge the regions.
-case<dir>
Case directory.
-help
Display help message.
-doc
Display Doxygen API documentation page for this application.
-srcDoc
Display Doxygen source documentation page for this application.

Definition in file surfaceAdd.C.

#include "src/OpenFOAM/global/argList/argList.H"
#include "src/OpenFOAM/primitives/strings/fileName/fileName.H"
#include "src/triSurface/triSurface/triSurface.H"
#include "src/OpenFOAM/db/IOstreams/Fstreams/OFstream.H"
#include "src/OpenFOAM/db/IOstreams/Fstreams/IFstream.H"
#include "src/OpenFOAM/meshes/meshShapes/triFace/triFace.H"
#include "src/OpenFOAM/meshes/meshShapes/triFace/triFaceList.H"
Include dependency graph for surfaceAdd.C:

Go to the source code of this file.